*{font: 10pt Verdana;}
a, a:visited{
	color:#CC0033;
}
body{
	margin:0px;
	text-align:center;
	background-color:#FFFFFF;
}
#contenido{
	width:780px;
	margin:10px auto;
	text-align:center;
	height:500px;
}
#header{
	width:90%;
	margin:auto;
	text-align:left;
	border-bottom: 1px solid #996633;
	margin-bottom:5px;
}
h1{
	font-size:19pt;
	font-weight:bold;
}
h2{
	margin-bottom:0px;
	font-weight:bold;
}
/**************/
#contenido table{
	width:90%;
}
.of_form{
}
.of_form table{
	width:70%;
	margin:auto;
}
.of_form table tr td{
	padding:3px;
}
.of_button{
	background-color:#E4DAC2;
	cursor:pointer;
	cursor:hand;
}
.of_input{
	border: 1px solid #006666;
	background-color:#F3F5E0;
	width:250px;
}
.of_tderror{
	color:red;
}
.of_select{
	border: 1px solid #006666;
	background-color:#F3F5E0;
}
.feedback {
	width:200px;
	margin-bottom:15px;
}
.feedback tr td{
	color:red;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	padding:2px;
	white-space:nowrap;
}
select.errHilite, input.errHilite{
	background-color:#FeB5A2;
}
