* { margin:0; padding:0; list-style:none; border:0; }

@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('fonte/myriadpro-cond-webfont.eot');
    src: url('fonte/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonte/myriadpro-cond-webfont.woff') format('woff'),
         url('fonte/myriadpro-cond-webfont.ttf') format('truetype'),
         url('fonte/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-repeat:no-repeat;
	background-position:top center;
	font-family:'MyriadProBoldCondensed', Arial, sans-serif;
	text-align:center;
}

.clear{ clear:both; }

#site { width:530px; margin:0 auto; }

#logo { float:left; width:150px; }

#caixa-login { margin-top:50px; }
#caixa-login form {
	width:300px;
	.width:350px;
	.height:140px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0px 5px 10px #666;
	-webkit-box-shadow:0px 5px 10px #666;
	box-shadow:0px 5px 10px #666;
	padding: 25px;
	float: right;
	background:url(../img/bg-login.png);
}

#caixa-login form p { margin-bottom: 20px; float:left; }
#caixa-login form p label { display: block; width:50px; float:left; text-align:right; font-size: 19px; color:#25295a; }
#caixa-login form p input { width:180px; margin-left:8px; border: 1px solid #ccc; }
#caixa-login form p.btn { text-align:right; }
#caixa-login form p.btn input#btn { border:0; width:40px; margin-top:-2px; height:30px; }

#banner-login {
	margin-top:20px;
	width:480px;
	.width:350px;
	.height:140px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0px 5px 10px #666;
	-webkit-box-shadow:0px 5px 10px #666;
	box-shadow:0px 5px 10px #666;
	padding: 25px;
	float: right;
	background:url(../img/bg-login.png);
}

#banner-login label { display: block; float:left; text-align:center; font-size: 21px; color:#25295a; width:100%;}

p.msg-error { background:#fee; border-bottom:1px solid #faa; color:#733; }
p.msg-success { background:#efe; border-bottom:1px solid #ada; color:#373; }
p.msg-error, p.msg-success {
	cursor:pointer; position:absolute; width:100%; font-weight:bold; padding:15px 0; margin-top:-30px; text-align:center;
}