@charset "utf-8";
/* CSS Quotes Form */


#quotes{
	display:block;
	width:216px;
	margin:0 auto;
	color:#7d7a7a;
	background-image: url(../images/form_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#quotes span.row {
	width:100%;
	display: block;
	padding:10px 0 0;
	position: relative;
}

#quotes span label {
	display: block;
	color:#95a98c;
	font-size:13px;
	float:left;
	width:80px;
	text-align:left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	text-indent: 8px;
	/* [disabled]margin-right: 15px; */
	height: 17px;
	font-size:11px;
	font-weight:bold;
}

#quotes .input_text, #quotes select {
	outline:none;
	width:118px;
	background-color:#F4F2F2;
	line-height: 22px;
	height: 20px;
	color: #ADADAD;
	margin-right:2px;
	background-image: url(../images/text_field_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bababa;
	border-right-color: #e0e0e0;
	border-bottom-color: #FFF;
	border-left-color: #E0E0E0;
	font-size:11px;
}
#quotes .input_text{padding-right: 3px;	padding-left: 3px; }
#quotes select{width: 217px;}

#quotes .input_text:focus, #quotes select:focus {
	background-color:#fff;
	color:#666;
	background-image:none;
}

#quotes .message{
padding:7px 7px;
width:350px;
background:#262626;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
overflow:hidden;
height:150px;
}

#quotes .button
{
	position: relative;
	width:128px;
	background-color: transparent;
	background-image: url(../images/get_quotes_btn.png);
	height: 33px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
	padding: 0px;
	cursor: pointer;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	float: right;
	outline: none;
}
#quotes input.button:hover{background-position:left bottom;}

