.render{
	padding:0px;
	margin:0px;
	width:100%;
	vertical-align:middle;
	text-align:left;
	font-size:10px;
}

.render td{
	vertical-align:top;
	width:auto;
}

.render .info{
	width:40%;
}

.render .data{
	width:50%;
}

.render .requ{
	width:10%;
	text-align:center;
}

.render .require{
	background:#fff5cd;
	margin:0px 0px 1px 0px;
	text-indent:7px;
}

.render .require td{
	width:33%;
	padding:7px 0px 7px 0px;
}

.render .norequire{
	margin:7px 0px 7px 0px;
	text-indent:7px;
}

.render .norequire td{
	width:33%;
	padding:2px 0px 2px 0px;
}

.render .buttons{
	background:#fff5cd;
	margin:20px 0px 1px 0px;
	padding:8px 60px 8px 0px;
	text-align:right;
}

.render .submit{
	width:100px;
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#ffcb08;
	border:none;
	padding:2px 0px 3px 0px;
	margin:1px 0px 0px 0px;
}

.render .reset{
	width:100px;
	height:20px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#2f2f2f;
	border:none;
	padding:2px 0px 3px 0px;
}

.render .text{
	width:250px;
	height:20px;
	border:1px solid #2f2f2f;
	padding:2px 0px 0px 0px;
	text-indent:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.render .textarea{
	width:250px;
	height:100px;
	border:1px solid #2f2f2f;
	padding:8px 0px 0px 0px;
	text-indent:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.render .probe{
	caption-side:left;
	float:right;
	margin:0px 3px 3px 0px;
}