﻿
@font-face
{
font-family: Trajan;
src: url('trajanpro.otf');
}

@font-face
{
font-family: Tahoma;
src: url('tahoma.ttf');
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	background:#020012 url('../../template/images/bg.png') no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cbc8b9;
}

#logo {
	height:100%;
	margin:0px;
	padding:0px;
	
}

#tudo {
width: 690px;
height: 535px;
margin:0 auto;         
text-align:left; /* "remédio" para o hack do IE */ 

}

#title {
background: url('../../template/images/title.png') no-repeat;
height: 35px;
padding-top: 18px;
text-align: center;
}

#titlet {
    font-family: 'Trajan';
	font-size: 13px;
	color: #cfc7ae;
	width: 680px;
	margin-left: 4px;
	margin-right: 4px;
}

#bottom {
    background: url('../../template/images/bottom.png') no-repeat;
	height: 21px;
	width: 688px;
	margin-left: -2px;
	margin-right: -2px;
}

#conteudo {
    background: url('../../template/images/line.png') repeat;
	height: auto;
	width: 682px;
	margin-left: 4px;
	margin-top: -3px;
}

#conteudo .text {
    padding-left: 11px;
	padding-right: 5px;
	font-family: 'Tahoma';
	font-size: 12px;
	color: #cbc8b9;
}

#conteudo .text a {
    text-decoration: none;
	color: #b5a290;
	background:none;
	border:none;
	font-size: 15px;
	font-family: 'Trajan';
}

#conteudo .text a:hover {
	color: #b5a290;
	background:none;
	border:none;
	font-size: 15px;
	font-family: 'Trajan';
}
#imputs{
	border:none;
	text-align:center;
	border-radius:3px;
	height:25px;
	width:160px;
}

#btn_sb
 {
	color: #b5a290;
	background:none;
	border:none;
	font-size: 12px;
	font-family: 'Trajan';
 }
 
#btn_sb:hover { opacity:1; cursor:pointer; }

#msg_alert{
	background: #f38b8b;
	border:solid 1px #f80a0a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f80a0a;
	height:26px;
	width:330px;
	padding-top:9px;
	text-align:center;
	margin-top:10px;
}

#msg_sucess{
	background: #b5f4a4;
	border:solid 1px #068a4b;
	height:26px;
	width:330px;
	color:#068a4b;
	padding-top:9px;
	text-align:center;
	margin-top:10px;
}


select {

     position: relative;  
     display: inline-block;  
     *display: inline;  
     zoom: 1;  
     border: 1px solid #aeaeae;  
     background: #e6e6e6;
	 text-align:center;	 
     background-image: -moz-linear-gradient(top, white, #e6e6e6);  
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));  
     background-image: linear-gradient(top, white, #e6e6e6);  
     border-radius: 5px; box-shadow: 0 1px 1px #d2d2d2;  

}

.logo {
margin-top: 50px;
margin-left: 50px;
}

