/*
CSS TOTALMENTE CRIADA POR DANILO ALMEIDA
TODOS OS DIREITOS RESERVADOS

e-mail: suporte@publicro.com
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#b5e5f3;
	background-image:url(images/bg.png);
	background-repeat: repeat-x;;
	margin: 0px;
}
#cadastro {
	background-image:url(images/cadastro.png);
	width:330px;
	height:120px;
}
#cadastro:hover {
	background-image:url(images/cadastroh.png);
	width:330px;
	height:120px;
}
.branco {
	color:#FFF;
}
#conteiner {
	margin: 0 auto;
	width:960px;
	height:150px;
}
#enviar {
	margin-top:3px;
	background-image: url('images/bt.png');
	width:67px;
	height:20px;
	border:0px;
}
#enviar:hover {
background-image: url('images/bthover.png');
}
#banner {
	width:100%;
	height:160px;

}
#for_login {
	border:solid #8dd1e5 1px;
	background-color:#b4e3f2;
	height:20px;
	width:150px;
	color:#3ca2c3;
	font-size:14px;
	text-align:center;
	text-transform: lowercase;
	font-weight:100;
}
#for_login:hover {
	background-color:#bbe6f5;
}
#sub_login {
	border:solid #8dd1e5 1px;
	background-color:#b4e3f2;
	height:25px;
	 margin-top:0px;
	color:#3ca2c3;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
#sub_login:hover {
	color:#FFF;
}
#login2 { 
	font-family: verdana,arial;
	font-size: 14px;
	width:150px;
	margin-left:2px;
	height:20px;
	color: #000000;
	text-align:center;
	border: 1px #CCC solid;
}

tr, td {
	font-size: 10px;

	FONT-FAMILY: verdana,arial;
	color: 000000;
}

.head {
	font-weight: bold;
}

.title { 
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
}

.link {
	font-size: 8pt;
	color:#fff; 
	line-height: 8pt;
	font-family: arial;
	font-weight: bold;
	border-bottom: 0;
	text-decoration: none;
}

.copyright_link {
	font-size: 12px;
	color:#000; 
	line-height: 12pt;
	font-family: arial;
	font-weight: 100;
	border-bottom: 0;
	text-decoration: none;
}
#formulario-texto {
	display:block;
	padding:10px;
	color: #CCC;
	font-size:16px;
	background-color: #F7F7F7 ;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:560px;
	margin-top:10px;
	border-bottom:solid 3px #a8e2f7;
	
}
h3 {
	width: 300px;
	font-size:10px;
	margin-top:0px;
	margin-left:12px;
	margin-top:10px;
	font-weight:100;
	float:left;
}
#formulario {
	float:none;
	height:20px;
	text-align:center;
	width: 250px;
	border: 1px solid #DDD;
	padding: 7px;
	color: #09f;
	margin-top:5px;
	
}
.confirma {
	display:block;
	padding:8px;
	background-color: #515151;
	text-decoration:none;
	width:300px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	color:#FFF;
	border:0px;
	margin-left:100px;
}
#sexo {
	width:150px;
	margin-top:5px;
	height:20px;
	margin-left:119px;
}
#balao {
	border-bottom:solid 1px #ececec;
	width:596px;
	margin-top:7px;
	height:px;
	color:#dfdfdf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	text-align:left;
	letter-spacing:-1px;
	margin-left:60px;
}
#linha td {
	background-color:#f9f9f9;
	margin-top:2px;
	border-bottom: dashed 1px #09f;
	font-size:10px;
	height:30px;
	color:#333;
}
#linha:hover td {
	background-color: #E5E5E5;
	color:#09f;
}