.titleRegistro {
	background-image: url(../images/mprograms.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-color: #D9B74D;
	font-size: small;
	color: #000000;
	border: 1px outset #A98F3C;
	
}

table{
	margin-left:70px;
	margin-top:10px;
}

td {
   	font-family: verdana;
   	font-size: 11px;
   	color: #000000;
   	height: 21px;
   	vertical-align: top;
}

input[type=text]{
    border: 1px inset #2e5000;
    color:#000000;
    height: 15px;
    width: 180px;
}

textarea{
    border: 1px inset #2e5000;
    color:#000000;
    height: 15px;
    width: 180px;
}

select{
	border: 1px inset #2e5000;
    color:#000000;
    width: 181px;
}
 {}
select.date{
	border: 1px inset #2e5000;
    color:#000000;
    width: 100px;
}
/*input[type=submit]{
    border: 1px outset #2e5000;
    background-color:#ff0000;
    height: 15px;
    width: 180px;
}*/


textarea {
    border: 1px inset #2e5000;
    color:#000000;
    height: 55px;
}
.error input{
       border: 1px solid #FF0000;
	   color:#000000;
	   height: 15px;
	   width: 180px;             
}

.errorMsg{
    text-align: right;
    font-size: 7pt;
    color: #FF0000;
}

