/*Formularios*/
form {
	margin-top: 20px;
	margin-bottom: 20px;
}

fieldset {
	border: 1px solid #eeeeee;
	background-color: #FFFFFF;
	padding: 10px 40px;
	margin-top: 10px;
}

legend {
    font: bold 20px arial;
    color: #999;
    padding: 0 5px;
    text-transform: uppercase;
}
p label {
    float: left;
    width: 18%;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #FAFAFA;
}
p br { clear: left; }
.enviar { margin:3px 0 0 83px; }

select {
	min-width: 175px;
	margin-bottom: 2px;
}
.btnImportante {
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	background-color: #278ab7;
	color: #ffffff;
	border: 1px solid #0e3950;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6),1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6),1px 1px 2px rgba(0,0,0,0.4);
	background-image: linear-gradient(to bottom,#2e9fd2,#21759b);
	border-radius: 3px;
	margin-top: 10px;
}
.button .white {
	background: #f5f5f5;
	border-color: #dedede #d8d8d8 #d3d3d3;
	box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
	color: #555;
	text-shadow: 0 1px 0 #fff;
}
.button {
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #555;
	display: inline-block;
	font-weight: bold;
	padding: 8px 11px;
	text-decoration: none;
}
input[type="text"],input[type="password"],input[type="date"],textarea {
	padding: 3px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #ffffff; 
	color: #555;
	margin-bottom: 2px;
	margin-right: 5px;
}
select {
	padding: 2px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}
