/* @override http://localhost:8888/ingenieriaReins/templates/css/formularios.css */

/* @override 
	http://www.libreriadidot.com/css/formularios.css
	http://localhost:8888/wences/templates/css/formularios.css
*/

/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding: 0 14px;
}
	/* ----------- stylized ----------- */
	#stylized{
		margin: 0 auto;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:10px;
		border-bottom:solid 1px #fff;
		padding-bottom:4px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
        clear:both;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input, #stylized textarea{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #000;
		width:200px;
		margin:10px 0 10px 10px;
	}
	#stylized textarea{
		width:200px;
	}
	#stylized input.button{
		clear:both;
		margin:10px 140px;
		width:125px;
		height:31px;
		background:#666666 url(../image/button-trans.png) no-repeat;
		text-align:center;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		border:none;
		float: none;
	}
	#stylized input.error, #stylized textarea.error{
		background: #ff0000;
	}
	span.rojo{
		color: #ff0000;
		font-size: 1.2em;
	}
    /* Estilos formulario de busqueda */
