/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
.skiplink{ display:none; }
label{ cursor:pointer; }
a,a:visited{ color:#000; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
body{ background:#fff; color:#000; font:11px Verdana, Geneva, sans-serif; }
.wrapper{ margin:0 auto; padding:20px 0 20px 0; width:679px; }
/* contact_box */
#contact_box{
	width:100%;
	background:url(images/bgr_contact_box.gif) repeat-y;
}
#contact_box_top{
	width:100%;
	background:url(images/bgr_contact_box_top.gif) no-repeat;
}
#contact_box_end{
	width:629px;
	overflow:hidden;
	background:url(images/bgr_contact_box_end.gif) no-repeat left bottom;
	padding:20px 25px 30px 25px;
}
#contact_box .main_title{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
#tit_price_quote{
	float:left;
	background:url(images/tit_price_quote.gif) no-repeat;
	width:167px;
	height:26px;
	text-indent:-9999em;
}
#contact_box .main_title p{
	float:right;
	font-size:13px;
	line-height:1.3em;
	color:#eb1c22;
	padding:6px 0 0 0;
}
#contact_box .submit{
	float:left;
	overflow:hidden;
	padding-top:86px;
	width:200px;
}
#contact_box .submit input{
	float:left;
}
#contact_box p{
	font-size:13px;
	line-height:1.4em;
}
#contact_box .title{
	padding:0 0 10px 0;
	font-weight:bold;
}
#contact_box .title2{
	padding:0;
}
#contact_box .row{
	width:100%;
	overflow:hidden;
	padding:0 0 15px 0;
}
#contact_box .col{
	float:left;
	width:316px;
}
#contact_box .col_right{
	float:right;
	width:276px;
}
#contact_box .input{
	width:100%;
	overflow:hidden;
	padding:0 0 10px 0;
}
#contact_box .input label{
	float:left;
	width:88px;
	padding:3px 0 0 0;
}
#contact_box .input label span{
	position:relative;
	top:-2px;
	color:#ed1c22;
}
#contact_box .input input, #contact_box .input textarea, #contact_box .input select{
	float:left;
	width:216px;
	border:1px solid #cccccc;
	background:#fff;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
}
#contact_box .input select{
	width:228px;
}
#contact_box .input textarea{
	overflow:auto;
	height:54px;
}
#contact_box .input_big{
	padding:5px 0 5px 0;
}
#contact_box .input_big textarea{
	width:617px;
	height:107px;
	float:none;
}
#contact_box .col_right .input label{
	width:110px;
}
#contact_box .col_right .input input, #contact_box .col_right .input textarea{
	width:154px;
}
#contact_box .col_right .input select{
	width:166px;
}
#contact_box .checkbox{
	width:100%;
	overflow:hidden;
	padding:3px 0 3px 0;
}
#contact_box .checkbox input{
	float:left;
	padding:0;
	margin:0;
	line-height:0;
	position:relative;
	top:2px;
}
#contact_box .checkbox label{
	float:left;
	padding:0 0 0 7px;
}
#contact_box .col2{
	float:left;
	width:306px;
}
.submit_msg{
	text-align:center;
	padding:5px 0 20px 0;
	color:#F00;
	font-weight:bold;
}
.success_msg
{
	text-align:center;
	padding:5px 0 20px 0;
	color:green;
	font-weight:bold;
}
.error{
	color:#F00;
}
.captcha
{
	float:left;
	width:350px;
}
.clearer
{
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
