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

/*   QUOTE   */
#quotebox {
	align:right;
	width: 307px;
	height: 455px;
	background-image: url(http://www.cutpricecarrentals.com/images/quote.jpg);
	background-repeat: no-repeat;
	
}
/*   FORM   */
#form {
   color:#000000;
	font-size: 12px;
	line-height:15px;
	font-family:Tahoma, Geneva, sans-serif;
   padding:5px 5px 0;
}
#form label {
   display:inline-block;
   height:20px;
   vertical-align:top;
   padding:0 0 15px;
   width:100px;
}
#form .small {
   font-size:10px;
}
#form form, #form select, #form input {
   padding:0;
   margin:0;
}

