
/*start contact page*/
#contact-content{
	/* width:931px; */
	padding:9px 0 0 19px;
}
#contact-content h1{
	/*margin:2px 0 42px 2px;*/
	margin:-10px 0 15px -15px;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	color:#055bac;
}
.contact{
	width:538px;
	background:url(../images2/bg-contact.gif) repeat-y;
	margin-bottom:130px;
}
.contact .holder{background:url(../images2/bg-contact-t.gif) no-repeat;}
.contact .frame{
	background:url(../images2/bg-contact-b.gif) no-repeat 0 100%;
	padding-bottom:6px;
}
.contact-form{
	width:498px;
	padding:20px 19px 0 21px;
}
.contact-form .text{
	width:186px;
	height:24px;
	background:url(../images2/bg-contact-input.gif) no-repeat;
	margin:0 0 9px;
}
.contact-form .text input{
	width:168px;
	padding:6px 9px 0;
	background:none;
	border:none;
	font-size:11px;
	line-height:13px;
	color:#004c99;
}
.contact-form .text-area{
	width:186px;
	height:54px;
	background:url(../images2/bg-area-adr.gif) no-repeat;
	margin-bottom:11px;
}
.contact-form .text-area textarea{
	width:177px;
	height:50px;
	padding:2px 0 2px 9px;
	background:none;
	border:none;
	overflow:auto;
	font-size:11px;
	line-height:14px;
	color:#004c99;
}
.contact-form .area{
	width:266px;
	height:94px;
	background:url(../images2/bg-area.gif) no-repeat;
	margin:0 0 19px;
}
.contact-form .area textarea{
	width:257px;
	height:90px;
	padding:2px 0 2px 9px;
	background:none;
	border:none;
	overflow:auto;
	font-size:11px;
	line-height:14px;
	color:#004c99;
}
.contact-form span{
	font-size:11px;
	line-height:14px;
	color:#004c99;
}
.contact-form .row {
	width:100%;
	overflow:hidden;
	margin-top:16px;
}
.contact-form .row label{
	float:left;
}
.contact-form .row .text{
	float:left;
	width:158px;
	height:24px;
	background:url(../images2/bg-input-pass.gif) no-repeat;
	margin:0 0 0 14px;
	display:inline;
}
.contact-form .row .text input{
	width:140px;
	padding:6px 9px 0;
	background:none;
	border:none;
	font-size:11px;
	line-height:13px;
	color:#004c99;
}
.contact-form .row .submit{
	width:142px;
	padding:0 0 0 6px;
	height:18px;
	background:url(../images2/btn-submit.gif) no-repeat;
	float:right;
	margin:45px 0 14px;
}
.contact-form .row .submit input{
	width:142px;
	height:16px;
	font:11px/14px "Lucida Sans", Arial, Helvetica, sans-serif;
	color:#000;
	background:none;
	border:none;
	cursor:pointer;
	padding:0;
}


/*end contact page*/
