.contact {
	height: auto;
	margin: 10px auto
}

.contact .title {
	margin-bottom: 10px
}
.bt1{
	padding:5px 10px;
	cursor:pointer;	
	border:1px solid #ccc;
}
.bt1:hover{
	background-color:#09c;
	color:#fff;
}
.contact .content div {
	margin: 4px 0
}

.contact .txtCaptcha {
	width: 152px
}

.contact label {
	float: left;
	width: 150px
}

.contact .hometext {
	margin-top: 10px
}

.contact .row {
	height: 22px;
	width: auto
}

.err {
	color: red;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center
}

.bt_reset1 {
	background: url(../images/contact/refresh.png) center no-repeat;
	border: 0;
	height: 22px;
	width: 22px
}
.contact .txttextArea{
	height:100px;
	width:100%;
	border:1px solid #ccc;
}
.contact .txtInput {
	width: 100%;
	border:1px solid #ccc;
	height:25px;
}

.capcha1 input, .capcha1 img {
	float: left
}