#forms{
	width:580px;
	margin:0;
	padding:0;
}
#forms-in{
padding:20px;
}

#forms-in h3{
	padding:0px 0px 0px 3px;
	border-bottom:1px solid #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#forms-in .radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 2px;
	border: 0;
}
#forms-in input, #forms textarea, #forms select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 2px;
	border: 1px solid #ccc;	
}
#forms-in label{
font-size: 11px;
	font-weight: bold;
	color: #000000;
	display:block;
	margin:0px 0px 5px 0px;
	border-bottom:1px solid #F0F0F0;
}
#forms-in small{
font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#forms-in span{
	font-weight:  normal;
	color: #FF9900;
	font-size: 10px;
}
#forms-in a{
	margin:0px 3px 0px 0px;
	}

#forms-in p{
	margin:4px 0px 15px 0px;
	
}


#forms-in #submit, #forms-in #boton{
float:right;
	background-image:url(../imagenes/boton-gris.jpg);
	height:20px;
	width:97px;
	background-repeat:no-repeat;
	background-position:center center;
	line-height:20px;
	padding:0px 0px 3px 0px;
	margin:0;
	text-decoration:none;
	font-size:11px;
	color:#FFF;
	text-align:center;	
	cursor:pointer;
	border:none;
	background-color:transparent;
	
	font-weight: bold;
	}


#forms #submit:hover, #forms-in #boton:hover{
	cursor:pointer;
	background-repeat:no-repeat;
	font-weight: bold;
	}

