﻿body {
	background-image: url(fundo.jpg);
	background-color: #147cc5;
	background-repeat: no-repeat;
	background-position:center top;
	color: #0079CE;
	background-attachment:roll;
	font-family: "Archivo Narrow", serif;
	background-attachment:roll;
	margin-left:-5px;
}
a:link {
	color: #006FBB;
	text-decoration: none;
}
a:visited {
	color: #006FBB;
	text-decoration: none;
}
a:hover {
	color: #C4E1FF;
	text-decoration: underline;
}
a:active {
	color: #C4E1FF;
	text-decoration: none;
}
#bt-90{position:absolute!important; 
	top:424px; 
	left:50%; 
	margin-left:70px;
	width:380px;
	height:65px;
	z-index:999;
	}
#bt-50{position:absolute!important; 
	top:498px; 
	left:50%; 
	margin-left:70px;
	 z-index:999;
	}
#espaco {position:absolute!important; 
	top:893px; 
	left:50%; 
	margin-left:0px;}

#form {position:absolute!important; top:100px; left:50%; margin-left:-300px;width:500px;
	height:200px; font-family: "Archivo Narrow", serif z-index:995;}

#aviso {position:absolute!important; top:20px; left:35%; margin-left:-300px;width:500px;
	height:200px; font-family: "Archivo Narrow", serif z-index:995;}
	
#texto{	
	position:absolute!important; 
	top:130px; 
	left:50%; 
	margin-left:125px;
	width:500px;
	height:200px;
	font-size: 20px;
	color: #ffffff;
	font-family: "Archivo Narrow", serif; }
	
#texto2{	
	position:absolute!important; 
	top:500px; left:50%; 
	margin-left:125px;
	width:450px;
	height:200px;
	font-size: 17px;
	color: #ffffff;
	font-family: "Archivo Narrow", serif; }
	
fontelogin {
	font-size: 20px;
	color: #0079CE;
	text-shadow: 1px 1px 1px #CDC9C9;
	font-family: "Archivo Narrow", serif; }
	
/*BotÃµes & FormulÃ¡rio*/
.fontes {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	font-weight: normal;
	text-shadow: 1px 1px 1px #CDC9C9;
	font-style: italic;
	text-align: left;
	font-family: "Archivo Narrow", serif;
}

label {
	font-family: "Archivo Narrow", serif
	text-shadow: 2px 2px 2px #ccc;
	display: block; 
	float: left; 
	font-weight: bold; 
	margin-right:10px; 
	text-align: right; 
	width: 120px; 
	line-height: 25px; 
	font-size: 15px; 
	}
	
.input{
	font-family: "Archivo Narrow", serif;
	font-size: 15px; 
	padding: 4px; 
	width: 170px; 
	color: #000000;
    border: 1px solid #b9bdc1;	
	border-radius: 4px;	
	text-shadow: 1px 1px 1px #e4e4e4;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	}
	
.input:focus{
	background-color:#E6F7FF;	
	}
	
.textarea {
	height:150px;
	font-family: "Archivo Narrow", serif;	
	}
	
.hint{
	display:none;
	}
	
	/*Comentario Formulario*/
	
.field:hover .hint { 
	font-family: "Archivo Narrow", serif;
	position: absolute;
	display: block;  
	margin: 0px 0 0 182px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 1.6);
	background: #000000;
	text-shadow: 1px 1px 1px #000000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	}
	
.button{
	font-family: "Archivo Narrow", serif;
	font-size: 22px;
	float: right; margin-left:15px;
    margin:0px 0px 0px 0;
    font-weight: bold;
    line-height: 2px 5px;
    padding: 6px 12px;
    cursor:pointer;
    color: #fff;
 
    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
 
 
    /* Border style */
    border: 1px solid #047bff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
    /* Box shadow */
    box-shadow: inset 0 1px 0 0 #aec3e5;
	background: rgb(30, 50, 230);
	background: -moz-linear-gradient(43deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%);
	background: -webkit-linear-gradient(43deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%);
	background: -o-linear-gradient(43deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%);
	background: -ms-linear-gradient(43deg, rgb(30, 50, 230) 30%, rgb(90, 140, 250) 70%);
	background: rgb(30, 50, 230);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.35);
	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.35);
}
	
.button:hover {
	position: 1px center;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.6);
	margin:				5px 0px 0px 5px;
	}
