@charset "utf-8";
/* CSS Document */

/*------------------------------------------------*/
/*-----------------[INSTANT QUOTE STYLES]-----------------*/
/*------------------------------------------------*/

#form_content { width: 878px;
                padding: 12px 26px;
              }
			  
.headings { font:12px Georgia, "Times New Roman", Times, serif;
            font-weight:bold;
			text-decoration:underline;
		  }			  
		  
.sections { width: 219px;
            float: left;
            font: 12px Georgia, "Times New Roman", Times, serif;
		  }		  

input:focus { background-color: #62bdff;
              color: #000;
			}

select:focus { background-color: #62bdff;
              color: #000;
			 }
	              		  
.origin { width: 219px;
          float: left;
		  font: 12px Georgia, "Times New Roman", Times, serif;
		  min-height: 132px;
		  
		}
		
.destination { width: 219px;
               float: left;
		       font: 12px Georgia, "Times New Roman", Times, serif;
		       min-height: 132px;
		     }		
			 
.getquote {width: 438px;
           margin:0 auto;
		   text-align:center;
		   float:left;
		   position: relative;
		   padding-top:12px;
		  }
		  
.field_error { font: 10px Georgia, "Times New Roman", Times, serif; 
               width: 200px;
			   line-heigh:1.4em;
             }
