/* Contact Block */
#content .contact-block {
	overflow:hidden;
	height:1%;
	padding:26px 149px 0 28px;
}
/* Address Block */
#content .address-block {
	float:left;
	width:229px;
	line-height:20px;
}
#content .address-block h3 {
	margin:0;
	width:130px;
	height:12px;
	text-indent:-9999px;
	background:url(../images/contact-us-title.gif) no-repeat;
	overflow:hidden;
}
#content .address-block address {
	font-style:normal;
	font-weight:bold;
	margin:12px 0 0;
}
#content .address-block dl {
	margin:20px 0 0;
}
#content .address-block dt {
	font-weight:bold;
	float:left;
	padding-right:4px;
}
#content .address-block dd {
	margin:0;
}
#content .address-block dl a {
	color:#fff;
}
#content .address-block img {
	display:block;
	border:3px solid #8e857c;
	margin:30px 0 0;
}
p.error,
p.thxmsg{
	float:right;
	width:296px;
	overflow:hidden;
	padding:0;
	margin:0;
}
/* Form Box */
#content .form-box {
	float:right;
	width:296px;
	overflow:hidden;
	padding:17px 0 0;
}
#content .form-box label {
	display:block;
	line-height:22px;
	margin:6px 0 0;
}
#content .form-box span {
	color:#8d857c;
}
#content .form-box input.text, textarea {
	background:#ffffff;
	border:1px solid #4d4a47;
	width:286px;
	padding:3px 4px 2px 4px;
}
#content .form-box .phone {
	overflow:hidden;
	height:1%;
	padding:0 0 3px;
	width:296px;
}
#content .form-box .phone input {
	width:29px;
}
#content .form-box .phone .main-number {
	width:182px;
}
#content .form-box textarea {
	height:168px;
	overflow:auto;
	margin:0 0 12px;
}
#content .reset-submit {
	overflow:hidden;
	height:1%;
	padding:0 0 0 129px;
	width:167px;
}
#content .reset-submit input {
	float:left;
	margin-left:14px;
	display:inline;
}

#content .reset-button , #content .submit-button
{
	float: left;
	width: 69px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left:14px;
	display: inline
}
#content .reset-button{	background:url(../images/reset-btn.gif) no-repeat;}
#content .submit-button{background:url(../images/submit-btn.gif) no-repeat;}
#content .reset-button:hover {background:url(../images/reset-btn-hover.gif) no-repeat;}
#content .submit-button:hover {background:url(../images/submit-btn-hover.gif) no-repeat;}

#content #statusMessage{	
	color:#8d857c;
	float:right;
	width:229px;
	margin-right:68px;
	line-height:15px;
}
/*
#content .reset-submit a{
	float: left;
	width: 69px;
	height: 30px;
	background:url(../images/reset-btn.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left:14px;
	display: inline
}
#content .reset-submit a:hover{
	background:url(../images/reset-btn-hover.gif) no-repeat;
}*/