table.form td.c1{
	text-align : right;
	font-size : 11px;
	color	: #303030;
	width: 30%;
}

table.form td.c2{
	text-align : left;
	color	: #000000;
}

table.form td.c3{
	width: 60%;
	text-align : left;
	font-size : 11px;
	color	: #303030;
}

table.form td.c4{
	width: 80%;
	text-align : left;
	text-indent : 10px;
	font-size : 11px;
	color	: #303030;
}

table.form td.row{
	text-align : left;
	font-size : 11px;
	color	: #303030;
}

table.form td.empty {
	width: 30%;
}

input{
	width :90%;
}

textarea {
	width :100%;
}

input.imp {
	background-color	: #FFFFA0;
}


