#quote-container {
	border:0px solid #000;
	width:250px;
	margin-left: 30px;
}

#quote-container .not-selected-tab {color:#666; background-color:#f4f4f4; border:1px solid #ccc; border-bottom:0; float:left; font-family:arial; font-size:12px; font-weight:bold; height:32px; line-height:13px; padding:2px 0 0 10px; width:75px; }
#quote-container .not-selected-tab a {color:#666; border:0; outline:none; font-family:arial; font-size:12px; font-weight:bold; text-decoration:none}
#quote-container .not-selected-tab a:hover {color:#000; font-family:arial; font-weight:bold; text-decoration:underline}

#quote-container .selected-tab {
	color:#FFF;
	border-bottom:0 solid #006600;
	float:left;
	height:32px;
	padding:2px 0 0 10px;
	width:95px;
	background: white url(../images/buttonbg.jpg) repeat-x;
	border-top: 1px solid #006600;
	border-right: 1px solid #006600;
	border-left: 1px solid #006600;
	font: bold 12px/13px arial;
}
#quote-container .selected-tab a {
color:#FFF; border:0; outline:none; font-family:arial; font-size:12px; font-weight:bold; text-decoration:none}
#quote-container .selected-tab a:hover {color:#333; font-family:arial;  font-weight:bold; text-decoration:underline}

#quote-container .quote-form-container {border:0px solid #000; padding:10px; width:380px; }

#three_form_container {
	background-color:#fefefe;
	border:1px solid #006600;
	float:left;
	width:280px;
	margin-left: 0px;
}

/*  Forms */
.quote-form-style { font-family:arial; font-size:12px; margin-left:40px; width:280px;}
.quote-form-style label { display:block; margin:20px 0 5px 0; width:200px;  font-weight:bold; font-size:12px}
.quote-form-style .quotebtn { margin:20px 0 0 0  }
