      #container {
        float:left;
        width:950px;
        margin:5em 0 0 5em;
        clear:both;
      }

      .inputcontainer {
      } 

      label {
        float:left;
        clear:left;
		line-height:22px;
      }
	  
	  #form_banner {
		margin-left: 6%;
	  }

      #application_form {
		width: 400px;
		height: 400px;
        padding:2em;
		margin: 3% 0 15% 20%;
		background-color: black;
		border: none;
		background: url(app_form_bckgrnd.png);
		background-repeat: no-repeat;
		/*background: url(/themes/MG-gs04-001/images/tt.jpg) top repeat-x, url(/themes/MG-gs04-001/images/ttl.jpg) top left no-repeat, url(/themes/MG-gs04-001/images/ttr.jpg) top right no-repeat;
        border:0.2em inset #555;
        margin:3em 0 0 14em;*/
      }
	
      .form {
        float:right;
        clear:right;
        display:block;
        margin-bottom:0.5em;
      }
        
      .form:focus {
        background-color:#500;
      } 
   
      .submit {
        float:right;
      } 
      .req {
        color:#500;
      }

