@charset "utf-8";

body{
	background-color:#FFF;
}

#box_login_mensagem{
	width:505px;
	height:57px;
	margin:10px auto 10px auto;
	border-top:1px solid #c4c0c9;
	border-left:1px solid #c4c0c9;
	border-right:1px solid #c4c0c9;
	background-image:url("../image/bg_template_mensagem_error.png");
	background-repeat:repeat-x;
}

#box_login_mensagem_alerta{
	width:405px;
	height:57px;
	margin:10px auto 10px auto;
	border-top:1px solid #c4c0c9;
	border-left:1px solid #c4c0c9;
	border-right:1px solid #c4c0c9;
	background-image:url("../image/bg_template_mensagem_alert.png");
	background-repeat:repeat-x;
}

#box_login_mensagem_img{
	width:40px;
	height:40px;
	margin-left:10px;
	margin-top:6px;
	float:left;
}

#box_login_mensagem_texto{
	margin-left:60px;
	margin-top:10px;
	margin-right:6px;
	height:40px;
}

#box_login_mensagem_texto p {
	line-height:40px;
	color:#5e0808;
}


#box_login{
	width:692px;
	height:358px;
	clear:both;
	position:relative;
	margin:50px auto 10px auto;
}

#box_login_form_titulo {
	width:435px;
	border-top:#e0e0e0 3px solid;
	border-left:#e0e0e0 3px solid;
	border-right:#e0e0e0 3px solid;
	background-color:#393939;
	margin:0px auto 0px auto;
	text-align: left;
}

#box_login_form_titulo h5{
	height:40px;
	line-height:40px;
	background-color:#393939;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFF;
}

#box_login_form{
	width:420px;
	margin:0px auto 0px auto;
	padding:10px 0px 10px 0px;
	border-left:#e0e0e0 10px solid;
	border-right:#e0e0e0 10px solid;
}

#box_login_form_botao{
	width:435px;
	height:40px;
	border-bottom:#e0e0e0 3px solid;
	border-left:#e0e0e0 3px solid;
	border-right:#e0e0e0 3px solid;
	background-color:#8e8e8e;
	margin:0px auto;
}

#box_login_esquerda{
	width:19px;
	height:358px;
	float:left;
}

#box_login_direita{
	width:19px;
	height:358px;
	float:right;
}

#box_login_corpo{
	width:654px;
	height:358px;
	/*
	background-image:url("../image/bg_box_login.png");
	background-repeat:repeat-x;
	*/
	float:left;
}

#box_login_form_esquerda{
	width:15px;
	height:169px;
	float:left;
}

#box_login_form_corpo{
	width:345px;
	height:149px;
	padding:10px;
	float:left;
}

#box_login_form_direita{
	width:15px;
	height:169px;
	float:right;
}

#box_login_form_input{
	width:380px;
	margin:10px;
	line-height:20px;
}

#box_login_rodape{
	width:550px;
	margin:10px auto;
	position:relative;
	text-align:center;
}

#box_login_rodape p{
	border-bottom:1px dotted #b2b2b2;
	padding-bottom:10px;
}

.box_login_rodape_img{
	border:0;
	margin:0px 30px 0px 30px;
}

#box_login_logomarca{
	width:250px;
	margin:auto auto 30px auto;
}

.bt_entrar_sistema{
	width:120px;
	height:33px;
	padding:0px;
	border:none;
	background-image:url(/servidorCas/images/bt_entrar_sistema_off.png);
	cursor: pointer;
	
}
.bt_entrar_sistema:hover{
	background-image:url(/servidorCas/images/bt_entrar_sistema_on.png);
}

.bt_msg_ok{
	width:109px;
	height:40px;
	margin-right:2px;
	padding:0px;
	border:none;
	background-color:transparent;
	background-image:url(../imagen2/bt/btn_msg_ok_off.png);
}
.bt_msg_ok:hover{
	background-image:url(../imagen2/bt/btn_msg_ok_on.png);
}
