@charset "utf-8";
.contacttxt {
	padding: 0px 50px;
	width: 160px;
	float: left;

}
.contactpic {
	padding: 50px 10px;
	width: 280px;
	float: left;
}
.contactcontent {
	padding: 10px 10px;
	width: 280px;
	float: left;
}
.contactadd {
	padding-left: 40px;
	width: 200px;
	float: left;
}


#formWrap {
	width:600px;
}

#form .row {
	display:block;
	line-height:38px;
	overflow:auto;
	padding:0px 0px;
	width:100%;
}

#form .row .label {
	font-size:16px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color: #336633;
	width:155px;
	text-align:right;
	float:left;
	margin-right:10px;
	
}

#form .row .input {
	float:left;
	width:380px;
}

#form .row .input2 {
	float:left;
	width:380px;
}

.detail {
	width:380px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color: #336633;
	font-weight:bold;
	padding:7px 8px;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#BED1A0;
	border:1px solid #336633;
}

.mess{
	width:380px;
	max-width:380px;
	height:200px;
	overflow:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color: #336633;
	font-weight:bold;
	padding:7px 8px;
	line-height:1em;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#BED1A0;
	border:1px solid #336633;
}

.detail:focus {
	background-color:#FFF;
	border:1px solid #336633;
	outline:none;
}

.mess:focus {
	background-color:#FFF;
	border:1px solid #336633;
	outline:none;
}

#form .row .context {
	color:#999;
	font-size:16px;
	font-style:italic;
	line-height:25px;
	font-family:"Times New Roman", Times, serif;
	width:380px;
	margin-left:165px;
	float:left;
	
}

#form #submit {
	font-family:"Times New Roman", Times, serif;
	margin-top:15px;
	margin-left:300px;
	margin-bottom:10px;
	font-weight:bold;
	color:#336633;
	font-size:16px;
	padding:10px;
}
span.error {
	color:#000;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	background-image:url(/images/x.png);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:25px;
}

.pic {
	margin-left:160px;
	margin-bottom:15px;
}
