* {
	border: 0;
	margin: 0;
	padding: 0
}
body{
	font: normal 11px verdana, Arial;
	background:#CCC url(/Exhibit/templates/images/bck.png)
}
.divlog {
	background: #FFF url(/Exhibit/templates/images/bg_login.jpg) no-repeat center bottom;
	width:450px;
	height:auto;
	border:5px solid #b2cbd2;
	vertical-align:middle;
	color: #333;
	clear: both;
	position: absolute;
	padding-bottom: 15px;
}
.divlog table {
	margin: 10px 0;
	width: 100%;
}
.borda {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
}
input[type='text'], input[type='password'] {
	background: #F5F5F5;
	margin-left: 0px;
	margin-right: 0px;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #DDDDDD #EEEEEE #EEEEEE #DDDDDD;
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
  	width: 100px; 
	height:22px !important;
}
input[type='text']:hover, input[type='password']:hover {
	border-color: #999999 #DDDDDD #DDDDDD #AAAAAA
}
h1 {
	width: 381px;
	height: 243px;
	margin: 30px auto;
}	
.erro{color: #fe030f}
label {
	white-space:nowrap
}
p, form{
	width: 92%;
	margin: 0 auto;
}
form p {
	margin: 0 0 5px 0
}
input.none{border: 0;}

label {
	color:#333
}
input[type=submit]{
	border:solid thin #333;
	background:#00aeef;
	color: #FFF;
	width: 30px;
	height: 28px !important;
	border-radius: 2px;
}
input[type=submit]:hover {
	color: #FFF
}

.msg {
        color:#900;
        font-stretch:condensed;
        font-size:14px
}
#lang {
        margin:0 auto;
}
#lang p a{
	color: #00aeef;
	text-decoration: none;
}
#lang p a:hover{
	text-decoration: underline;
}
.eng{display: none}
p a.bt-eng {
        background:url(/Exhibit/templates/images/eng.png) no-repeat top right;
        font-size:0;
		width:34px;
        height:34px;
        bottom:35px;
        right:2px;
        margin:15px 0 0 -3px;
        text-align:center;
        padding:0;
        display:block;
		float: right;
		cursor: pointer;
}
p a.bt-bra {
        background:url(/Exhibit/templates/images/bra.png) no-repeat top right;
        font-size:0;
		width:34px;
        height:34px;
        bottom:35px;
        right:2px;
        margin:15px 0 0 -3px;
        text-align:center;
        padding:0;
        display:block;
		float: right;
		cursor: pointer;
}
.splash{
	position: absolute;
	right: 5px;
	top: 5px;
	border: 0;
}

