@charset "utf-8";

form {
	width: 212px;
	position: relative;
	left: 50%;
	margin: 0 -111px 15px;
}

input {
	border: 1px solid silver;
	height: 25px;
	padding: 0 5px 0 5px;
	width: 200px;
}

input:focus {
	border: 1px solid #FFD379;
}

label {
	display: block;
	vertical-align: bottom;
    color: #3A3A3A;
	padding-left: 10px;
}

.labelFocus {
	color: #000;
}

legend {
	padding: 10px;
	background: white;
}

#aviso {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background: #FDF3D0;
	background: -moz-linear-gradient(top, #fff 0%, #FDF3D0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#FDF3D0));
}
#aviso.sucesso {
	border-color: #43D8F8;
	background: #B6EFFC;
	background: -moz-linear-gradient(top, #fff 0%, #B6EFFC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B6EFFC), color-stop(100%,#B6EFFC));
}