form {
	margin:0;
	padding:0;
}
form div, form p {
	padding: 0 0 0.5em 0;
}
label {
	font-weight: bold;
}
fieldset {
	padding:0 2em 0 3em;
	margin: 0 0 1.5em 0;
	background-color:#446286;
}
fieldset legend {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 3px;
}
* html fieldset legend {
	margin: 0 0 10px -10px;
}
fieldset ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
fieldset ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}
label { 
	color:#FFFFFF;
	font_family:arila, helvetica, verdana, sans serif;
	font-size:1em;
	padding:1.5em;
	display: list-item;
	list-style: none;
}
/* Para el control que se haga en cliente de campos requeridos */
label.required.error, legend.required.error {
	color: red;
}
input, select {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:1.2em; 
	vertical-align:middle;
	padding: 2px;
	margin: 0;
	border: 1px solid  #CCCCCC;
}
.checkbox { 
	border: 0;
}
select {
	padding: 0;
}
textarea {
	height: 8em;
	width:310px;		
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.2em;	
	border: 1px solid  #CCCCCC;	
}
.inside { 
	width:100%;
	height:100%;
}
input.check {
	border: none;
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
}
checkbox {
	border: none;
}
input.radio {
	border: none;
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
}
/*input.file {
	height: auto;
	width: auto;
}*/
input.readonly {
	background-color: transparent;
	border: none;
}
input.button {
	width: auto;
	border:1px solid black;
	background-color: #023857;
	padding: 0;
}
input.image {
	border: none;
	width: auto;
	height: auto; 
}
