.appForm {
	
	
}
.rightLabel {	
	float:right;
	padding:10px 5px;
}

.leftLabel {	
	float:left;
	padding:10px 5px;
}

/* .appForm input[type="text"] {
	width:250px;		
}
 */
/* 
@media only screen and  (min-width:981px) {
       
       .ui-selectonemenu{
              width:210px;
       }
       
       select {      
              width:210px !important;
       }
       
       select option{
                     
              letter-spacing:1px !important;           
       }
       
       
       input[type="text"]{
              color: black !important;   
       }
       
       input[type="text"]{
              
              box-shadow: 1px 1px 1px gray;
           width: 250px;
           font-weight: bold;
           text-shadow: none;
           letter-spacing: 1px;
           color: black !importrant;
       }
       
       input[type="text"]:focus {
              border: solid 1px #0000FF;
              box-shadow: 0 0 5px 1px #969696;
              color: black !importrant;
       }
       
       input[type="text"]:hover {
              color:black !important;
              box-shadow:1px 1px 1px lightsteelblue;
       }
       
       input[type="password"]{
              
              box-shadow: 1px 1px 1px gray;
           width: 250px;
           font-weight: bold;
           text-shadow: none;
           letter-spacing: 1px;
           color: black !importrant;
       }
       
       input[type="password"]:focus {
              border: solid 1px #0000FF;
              box-shadow: 0 0 5px 1px #969696;
              color: black !importrant;
       }
       
       input[type="password"]:hover {
              color:black !important;
              box-shadow:1px 1px 1px lightsteelblue;
       }
       
       
       .rightLabel{
             float:right !important;
             text-align:right !important;
       }
       
       
       .sp_size_s {
              width : 228px !important;
              letter-spacing:1px;        
       }
       
       .ui-selectonemenu label {
              font-family: 'titillium_webregular' !important;
              float:left !important;
              text-align:left !important;
              letter-spacing:1px !important;    
       }
       
       .phone {
              width:175px !important; float:left;
       }
       
       .phone_ext{
              margin-left:5px; width:55px !important; float:left !important;       
       }
       
       .Container90{
             float:none;
             margin:0px auto !important;
      }      
        
}



@media only screen and ( min-width :481px) and ( max-width :980px) {
       .ui-selectonemenu{
              width:200px;
       }
       
       
       select {      
              width:200px !important;
       }
       
       select option{
                     
              letter-spacing:1px !important;           
       }
       
       input[type="text"]{
              color: black !important;   
       }
       
       input[type="text"]{
              
              box-shadow: 1px 1px 1px gray;
           width: 200px;
           font-weight: bold;
           text-shadow: none;
           letter-spacing: 1px;
           color: black !importrant;
       }
       
       input[type="text"]:focus {
              border: solid 1px #0000FF;
              box-shadow: 0 0 5px 1px #969696;
              color: black !importrant;
       }
       
       input[type="text"]:hover {
              color:black !important;
              box-shadow:1px 1px 1px lightsteelblue;
       }
       
       input[type="password"]{
              
              box-shadow: 1px 1px 1px gray;
           width: 200px;
           font-weight: bold;
           text-shadow: none;
           letter-spacing: 1px;
           color: black !importrant;
       }
       
       input[type="password"]:focus {
              border: solid 1px #0000FF;
              box-shadow: 0 0 5px 1px #969696;
              color: black !importrant;
       }
       
       input[type="password"]:hover {
              color:black !important;
              box-shadow:1px 1px 1px lightsteelblue;
       }
       
       
    .ContainerIndent label{
       float:right !important:
       text-align:right !important;
    }
        
    .sp_size_s {
              width : 210px !important;
              letter-spacing:1px;  
              float:right;  
       }
       
       .phone_ext{
              float:left !important;     
       }
              
              
}

 */