/* Estilo Basico */
@import url("basico.css");


table {
	width:50%;
	margin-top:10px;	}

table * {
	padding:0; margin:0;
}
table td {
	padding:3px 0;}
	
table label {
	color:#00aeef;
	width:150px;
	margin-bottom:5px;
}
table .field {
	width:100%;
	background:#DFDFDF;
	border:1px solid #DFDFDF;	}
