﻿* {
	margin:0;
	padding:0;
	list-style-type:none;
	border:0;
	border-collapse:collapse;
}
body {
	text-align:center;
}

 /****************************Conteudo**************************************************/
 #conteudo{
 	width:975px;
 	height:495px;
 	background-image:url(../img/TelaLogin/tela_login.jpg);
 	background-repeat:no-repeat;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	padding-left:15px;
	padding-top:30px;
	font-weight:bold;
}

.linha_botao{
	float:left;
	width:115px;
}

.linha_botao_login_cpf{
	float:left;
	width:115px;
}

.botao_Concluir_login_cpf{
	width:112px;
	height:59px;
	background: url(../img/fundo_botao/botao_cadastro.png) no-repeat;
	float:right;
	margin-right:15px;
	padding:0px 0px 5px 0px;
	font:bold 16px Arial;
	color:#FFFFFF;
	
}

#conteudo h2{
	font-size:28px;
}

h3{
	padding-bottom:15px;
}

#conteudo span{
	padding-top:15px;
	padding-bottom:40px;
	display:block;
	width:460px;
	font-size:18px;
}

#conteudo .label{
	float:left;
	font-size:14px;
	height:22px;
	width:60px;
}

#conteudo .campo{
	width:104px;
	height:15px;
	float:left;
	margin-bottom:5px;
	padding-left:8px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#9c9e9f;

}

.bloco_formulario{
	float:left;
	clear:both;
	margin-left:40px;
}

.bloco_formulario2{
	float:left;
	clear:both;
	margin-left:0px;
}

.blackbox{
	float:left;
	clear:both;
	background:url(../img/TelaLogin/box.png) no-repeat;	
	width:187px;
	height:128px;
	}

.bloco_formulario ul{
	width:220px;
}

.bloco_formulario a{
	font:normal 11px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	float:right;
	width:160px;
	color:navy;
}

h4{
	font-size:13px;
	float:left;
	clear:both;
	padding-top:20px;
	padding-bottom:15px;
}

h5{
	font-size:13px;
	float:left;
	clear:both;
	padding-top:20px;
	padding-bottom:15px;
	color:#FFFFFF;
	height: 74px;
}

.botao{
	width:112px;
	padding-bottom:6px;
	margin-right:30px;
	height:59px;
	background: url(../img/fundo_botao/botao_cadastro.png) 0px 0px no-repeat;
	float:left;
	font:bold 11px Arial;
	text-align:center;
	color:#FFFFFF;
	text-align:center;
	word-break:break;
	background-color:transparent;
}

.botao.ok{
	width:37px;
	height:43px;
	background: url(../img/fundo_botao/botao_ok.png) 0px 0px no-repeat;
	float:left;
	margin-left:5px;
	padding-bottom:5px;
	}
	
.bloco_login{
padding-top:2px;
vertical-align:top;
float:left;
width:170px;
}

.bloco_login.bloco_erro
{
    margin-top:-20px;    
}

.bloco_login.bloco_ok{
	padding-top:0px;
	width: 50px;
}

 .validation-summary-errors 
{
	width:500px;
	clear:both;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:red;
	padding-left:0px;
	margin-top:15px;
	float:left;
}