@charset "iso-8859-1";
/* CSS Document */

.msg_alerta{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #F00;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin:10px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 55px;
	background-color:#FFC;
	background-image: url(../imagens/alerta.gif);
	display:block;
	position:relative;
	border:#F00;
	border-style:double;
	height: 100px;
	width:200px;
	
}	


.msg_sucesso{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #F00;
	vertical-align: middle;
	margin: 10px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	background-color:#FFC;
	background-image: url(../imagens/sucesso.gif);
	background-repeat: no-repeat;
	display:block;
	position:relative;
	border:#F00;
	border-style:double;
	height: 100px;
	width:300px;
}
.aguardar{
	background-image: url(../imagens/icon/loading.gif);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
}
.opcao
{
	background-color:#E6E6E6;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 260px;
	border: 1px solid #CCC;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}

.opcao_titulo
{
	height: 20%;
	width: 99%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #F0F;
	padding-left: 5px;
	margin-left:-1px;
	margin-right:5px;
}
.opcao_msn
{
	height: 40%;
	width: 70%;
	padding: 5px;
	float:right;
	text-align: center;
}
.opcao_botoes
{
	height: 30px;
	width: 100%;
	padding: 5px;
	clear: both;	
	text-align: center;
}
.opcao_img_a
{
	
	float:left;
	background-image: url(../imagens/atencao.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;

}

.central{
	text-align: center;
	
}

.login{
	
background-color:#FFF;
padding-left:150px;
}
