@charset "UTF-8";
/* CSS Document */

.row6 {
	background:url(/images/bg2_check3.gif) center top;
	color:#000;

}
.row6 p {
	text-align:left;
}
/*.row6 div.fa {
	overflow:hidden;
	height:100%;
	clear:both;
}
.row6 div.fl {
	float:left;
	width:35%;
}
.row6 div.fr {
	float:right;
	width:55%;
}

.row6 p.center {
	text-align:center;
}
.row6 dl {
	width:300px;
}
.row6 dl dt {
	width:120px;
	line-height:1.5em;
	text-align:left;
	
}
.row6 dl dd {
	padding-bottom:10px;
	text-align:left;
}
.row6 .btn {
	width:98%;
}
.row6 .btn ul {
	overflow:hidden;
	width:100%;
	height:auto;
	list-style-type:none;
}
.row6 ul li.fr {
	float:right;
}
.row6 ul li.fl {
	float:left;
}

.row6 .input1 {
	position:relative; 
	top:0; 
	left:0;
	height:50px;
}
.row6 .input1 input {
	position:absolute;
	top:0;
	left:0;
	
	padding-top:30px;
	
	width:98%;
	height:30px;
	
	border:solid 1px #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	text-indent:0.3em;
	font-size:14px;
	z-index:10;
	
}
.row6 .input1 span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	padding:6px 4px;
	color:#aaa;
	font-size:14px;
	line-height:1.5em;
	z-index:29;
}
.row6 .input2 {
	position:relative; 
	top:0; 
	left:0;
	height:250px;
}
.row6 .input2 textarea {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	padding:3px;
	width:97%;
	border:solid 1px #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:230px;
	font-size:14px;
	line-height:1.5em;
}
.row6 .input2 span {
	display:none;
	position:absolute;
	top:0;
	left:0;
	padding:6px 0;
	color:#aaa;
	font-size:14px;
	line-height:1.5em;
	z-index:29;
}
.row6 .submit {
	padding:10px 16.17px;
	border:solid 1px #000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:14px;
	background:#333;
	color:#fff;
}
.row6 .submit:hover {
	background:#fff;
	color:#333;
}
.row6 .reset {
	padding:10px 16.17px;
	border:solid 1px #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:14px;
	background:#999;
	color:#fff;
}
.row6 .reset:hover {
	background:#fff;
	color:#333;
}*/