/*
CSS (todos os boxes relacionados a erro, mensagem de ok, confirmação, etc...)
Projeto Tão Você
Autor: Bruno Pontes <bruno.pontes@2xt.com.br>
*/

/* Boxes de erro, confirmação.. */
.box{
	width:300px;
	position:fixed;
	_position:absolute;
	padding:5px;
	top:200px;
	left:300px;
	display:none;
}

.box a{
	font-weight:bold;
	color:#333;
}

.box_erro{
	background:#FFF2F2;
	border:1px solid #ff0000;
}

.box_erro .box_dir ul li{
	color:#990000;
}

.box_inform{
	background:#EFF4FC;
	border:1px solid #003399;
}

.box_inform .box_dir ul li{
	color:#000066;
	clear:both;
	margin-bottom:10px;
}

.box_ok{
	background:#E8F9E3;
	border:1px solid #0CA300;
}

.box_ok .box_dir ul li{
	color:#003300;
}

.box_esq{
	clear:left;
	float:left;
}

.box_dir, .fechar{
	display:block;
	margin:10px 0 0 100px;
}

.fechar{
	vertical-align:bottom;
	margin-top:40px;
	width:70px;
	float:right;
}

.box_dir ul{
	text-align:left;
	float:left;
	*float:right;
}

.box_dir ul li{
	list-style:none;
	font-size:1.18em;
}

.box_dir h3{
	width:90%;
	margin-left:0px !important;
}

.div_confirma{
	background-color:#EFF4FC;
	border:1px #003366 solid;
	width:307px;
	height:105px;
	font-family:Arial;
	color:#224E95;
	position:fixed !important;
	_position: absolute;	
	padding-top:5px;
}


.div_confirma strong{
	font-size:16px;
	color:#224E95;
	margin-top:10px;
	float:left;
	margin-bottom:10px;
	text-align:center;
	width:100%;
}

.div_confirma_nova{
	clear:both;
	width:100%;
	float:left;
	padding-left:90px;
	text-align:center;
}

.btn_sim{
	cursor:pointer;
	background:url(../imgs/btn_sim.gif);
	width:53px;
	height:23px;
	float:left;
}

.btn_nao{
	cursor:pointer;
	background:url(../imgs/btn_nao.gif);
	width:55px;
	float:left;
	height:25px;
	margin-left:10px;
}
.botao{
	width:83px;
	background:url(../imgs/nao.gif);
	cursor:pointer;

}

.botao2{
	width:83px;
	background:url(../imgs/sim.gif);
	margin-right:70px;
	margin-top:20px;
	cursor:pointer;
}

.login_erro{
	color:#990000;
	font-weight:normal;
	font-size:12px;
}

.login_erro2{
	color:#333;
	font-weight:normal;
	font-size:12px;
}
