@CHARSET "ISO-8859-1";
@IMPORT url("estrutura.css");
@IMPORT url("aba.css");


.erro {
    font-weight: bold;
    font-size: 11px;
    height: 30px;
    margin-bottom: 10px;
    background: #e6c0c0;
    border-top: 3px solid #de7a7b;
    border-bottom: 3px solid #de7a7b;
    color: #d50000;
}

.aviso {
    font-weight: bold;
    font-size: 11px;
    height: 30px;
    margin-bottom: 10px;
    background: #c3d2e5;
    border-top: 3px solid #84a7db;
    border-bottom: 3px solid #84a7db;
    color: #2c55bb;
}

#container {
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
}

#contentFormulario {
    width: 95%;
	padding: 10px;
	border: 1px #ccc solid;
}

a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

form input#email {
	text-transform: lowercase;
}