@charset "utf-8";
/* CSS Document */

body {
	background-repeat:repeat;
	margin:0;
}

label{
	margin-right:20px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	}	

input{
	text-align:center;
	background-color:#FFF;
	width:170px;
	border:1px dotted #CCC;
	color:#000;
	font-family:arial;
	border: 1px solid #CCC;
		
	behavior:url(../js/border-radius.htc); /*IE8, para que funcione, el navegador debe tener habilitado Javascript, ó agregar la web a sitios de confianza*/
	/*Para modificar el height del div, hacerlo en el javascript, arriba en la línea de animatedcollapse.addDiv('ingresar', 'fade=1, height=130px')*/
	border-radius: 9px; /*Sólo funciona para IE9 o más reciente*/
	-moz-border-radius:9px; /*Firefox, este es el valor que toma el behavior:(url(js/border-radius.htc)/
	-webkit-border-radius: 14px; /*WebKit y Safari*/
	-ms-border-radius: 9px; /*Para IE 8 no sirve, fue una especulación*/
	-khtml-border-radius: 9px; 
	}

td{
	height:40px;
}
	
#error{
	color:#600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
}