.wrapContainer{
	background: #e7e8eb;
	width: 100%;
	height: auto;
	padding-top: 35px;
}
.wrap {
	overflow:hidden;
	zoom:1;
	width: 1200px;
	margin: 0 auto;
	padding:40px 0 70px 32px;
	background:#fff;
	font-size: 13px;
}
.top-util{
	height: 45px;
}
.top-util label{
    display: inline-block;
    width: 196px;
    text-align: right;
    color:#333;
    font-size:14px;

}
.test-left {
	float: left;
	width: 650px;
}

.test-left .row {
	height:30px;
	margin-bottom: 20px;

}

.test-left .req-title p {
	margin-left: 150px;
	font-weight: 600;
}

.test-left .row select {
	width: 280px;
	height:30px;
	color:#333;
	border:1px solid #ccc;
	font-size:14px;
}

.test-left .row > label {
	display: inline-block;
	width: 260px;
	text-align: right;
	color:#333;
	font-size:14px;
}
.test-left .row input[type="text"] {
	width: 280px;
	height:28px;
	padding-left:10px;
	color:#333;
	font-size:14px;
	border:1px solid #ccc;
	color:#333;

}
.param
{
	width: 280px;
	height:28px;
	padding-left:10px;
	color:#333;
	font-size:14px;
	border:1px solid #ccc;
	color:#333;
	margin-left: 5px;
}

.paramtext
{
	width: 280px;
	height:200px;
	border:1px solid #c4c4c4;
	margin-left: 5px;
}
.paramlbl
{
	vertical-align: top;
}

.rowtext
{
	height:200px !important;
}
.test-left .row .right{
	display: inline-block;
	width: 270px;
}
.test-left .row .right label{
	margin-right:20px;
}


.custom{
	margin-left:10px;
	font-size:14px;
	color:#2ab;
}



.test-left .row .right label em{
	display:inline-block;
	width:14px;
	height:14px;
	margin-right:5px;
}
.test-left .row .right label .yes{
	background:url(/public/img/check.png) no-repeat;
}
.test-left .row .right label .no{
	background:url(/public/img/nocheck.png) no-repeat;
}
.test-left .demo{
	margin-bottom:12px;
}
.custom{
	margin-left:10px;
	font-size:14px;
	color:#2ab;
}
.test-left .submit {
	margin-left:196px;
	margin-top:40px;
}


.test-left .submit button {
	width:180px;
	height: 30px;
	line-height:30px;
	margin-right:20px;
	background:#f55;
	font-size:14px;
	border:none;
	color: #fff;
	border-radius:3px;

}
.test-right {
	float: left;
	width: 518px;
}
.test-right .res-title{
	margin-bottom:20px;
	color:#333;
}
.test-right  textarea {
	width: 518px;
	height:220px;
	margin-bottom:30px;
	border:1px solid #c4c4c4;
}
.test-right .res-row:nth-of-type(2) textarea{
	height:384px;
	margin-bottom:20px;
	color:#333;
}
.test-right  textarea {
	width: 518px;
	height:384px;
	margin-bottom:30px;
	border:1px solid #c4c4c4;
}

#session {
	font-size: 12px;
}
