.ContactFieldset
{
	font-size:80%;
	color:#000;
	border:1px solid #ccc;
	padding:0 0 0 5px;
	margin:0 0 0 5px;
	width:400px;
	float:left;
}

.ContactFieldset #ReqText
{
	color:#000;
	font-weight:bold;
	font-size:90%;
}

.ContactFieldset input,.ContactFieldset select,.ContactFieldset textarea
{
	border:1px solid #000;
	padding:0 0 0 2px;
}


/* quote form */
#QuoteContainer
{
	border:none;
}
	#QuoteContainer legend
	{
		display:none;
	}

	.Quote_Container
	{
		

		padding:2px 2px 2px 2px;
		margin:0 0 10px 0;
		float:left;
		width:610px;
		clear:left;
	}
	
	.Quote_Option_Btm
	{
		background-image:url("/Pub/images/quote_bottom.jpg");
		background-position:bottom left;
		background-repeat:no-repeat;
		float:left;
		width:610px;
		height:21px;

	}
	
	
	.Quote_Option
	{
		position:relative;
		background-image:url("/Pub/images/quote_bg.jpg");
		background-position:bottom left;
		background-repeat:repeat;
		border-left:1px solid #000;
		border-right:1px solid #000;
		height:auto;
		float:left;
		width:608px;
	}
	
	* html .Quote_Option
	{
		position:relative;
		background-image:url("/Pub/images/quote_bg.jpg");
		background-position:bottom left;
		background-repeat:repeat;
		border-left:1px solid #000;
		border-right:1px solid #000;
		height:auto;
		float:left;
		width:610px;
	}

	.Quote_Label
	{
		font-size:16px;
		padding:5px 0 0 0;
		text-indent:15px;
		color:#ffffff;
		height:22px;
		width:610px;
		font-weight:bold;
		background-image:url("/Pub/images/quote_top.jpg");
		background-position:top left;
		background-repeat:no-repeat;
	}
		.Quote_Label span
		{
			padding:10px 0 0 5px;
		}
		
	.Quote_Container ul
	{
		margin:5px 0 5px 10px;
		padding:0 0 0 0;
		float:left;
		width:350px;
		font-size:12px;
	}
	.Quote_Container ul li
	{
		list-style-type:none;
		margin:5px 0 5px 0;
	}
	
	.Quote_Container .what-is-this
	{
		background-color:#ffffff;
		border:1px solid #ccc;
		border-left:1px solid #666;
		border-top:1px solid #666;
		float:right;
		padding:5px 5px 5px 5px;
		width:225px;
		margin:5px 5px 5px 0;
		font-size:11px;
	}
	.Quote_Container .what-is-this span
	{
		display:block;
		border-bottom:1px solid #0066cc;
		padding:2px 0 2px 2px;
		color:#000080;
		font-weight:bold;
	}
	
	.Quote_Container .message
	{
		padding:0 0 0 100px;
		margin:5px 0 5px 0;
	}
	
	.QLabel
	{
		font-weight:16px;
		color:#000080;
		font-weight:bold;
		float:left;
		width:90px;
		margin:5px 0 0 10px;
	}
	.QIn
	{
		float:left;
		width:400px;
	}
	.QIn input
	{
		border:1px solid #999;
		width:200px;
		margin:5px 0 0 0;
	}


.Quote_response
{
	width:600px;
}


	.Quote_response caption
	{
		display:none;
	}
	.Quote_response tr th
	{
		border-bottom:1px solid #999;
		padding:5px 20px 5px 0;
		background-color:#0065CE;
		color:#fff;
		text-align:left;
	}
	.Quote_response tr td
	{
		padding:5px 0 5px 0;
		border-bottom:1px solid #999;
		background-color:#efefef;
	}
	.Quote_response tr td .QLabel
	{
		width:150px;
	}
	.Quote_response tr.troff td
	{
		background-color:#ffffff;
	}
	.Quote_response tr td.QTotal
	{
		background-color:#0065CE;
		font-weight:bold;
		color:#fff;
		height:30px;
	}
	.Quote_response tr td.QTotal span
	{
		padding:0 0 0 10px;
	}
	
	.response_container{
		margin:30px 0 30px 0;
	}
