.irow
{
	width:auto;
	height:37px;
}
.title
{
	color:#3c3c3c;
	font-size:16px;
	float:left;
	width:100px;
}
.txt_con
{
	float:left;
	width:200px;
}
.textbox
{
	background-color:#def456;
	border:1px solid #c14e02;
	color:#3c3c3c;
	width:194px;
}
.textarea
{
	background-color:#def456;
	border:1px solid #c14e02;
	color:black;

}
.status
{
	float:left;
	width:35px;
	height:24px;
	background-position:center center;
	background-repeat:no-repeat;
}
.error
{
	color:#750000;
	font-size:10px;
}

