@charset "utf-8";
/* CSS Document */

.fbox{
	width: 270px; 
	background-color: 0;
    border: 0;
    margin: 0px auto; 
	line-height:28px; 
	font-family:'Tahoma',Arial;
	color:#FFF;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 80px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 170px;
  text-align: left;
  } 
  
div.spacer{
	clear:both;	
}

.quickqoute{
	width: 300px;
	height: 399px;
	margin-left:0px;
	background:url(../Templates/QuickqouteTemplate.png) no-repeat;
	float:left;
}

.quicktextform{
	width:290px;
	height: 380px;
	padding: 10px 10px;
	margin:3px auto;
	background-color:0;
	/*text-align:left;*/
	font-size:12px;
	color:#FFF;
	overflow:hidden;
}

.quicktextform h1, h2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#CFF;
}


