
/* Estilos para el login petrobras
Diseņo: Oliver Camacho
Intersoft 2007*
----------------------------------------------- */


/*

* { outline: 2px dotted red; }
* * { outline: 2px dotted green; }
* * * { outline: 2px dotted orange; }
* * * * { outline: 2px dotted blue; }
* * * * * { outline: 1px solid red; }
* * * * * * { outline: 1px solid green; }
* * * * * * * { outline: 1px solid orange; }
* * * * * * * * { outline: 1px solid blue; }

*/



body {
	margin: 0;
	padding: 0;
	
	font: 12px/18px arial, verdana, sans-serif;
	color: #353535;
	
	text-align: center;
	
	background: #F1EFE2 url(../images/cp-body-bg.gif) top left repeat-x;
}

#container {
	position: relative;
	
	margin: 0 auto;
	padding: 0;
	width: 850px;
	
	text-align: left;
}



#sign_container {
	position: relative;
	
	margin: 0 auto;
	padding: 0;
	width: 420px;
}

#sign_header {
	position: relative;
	
	margin: 0;
	padding: 47px 0 0;
	width: 420px;
	height: 23px;
	
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	
	background: url(../images/login-header-bg.gif) no-repeat;
}

#sign_content {
	position: relative;
	
	margin: 0;
	padding: 20px 30px;
	width: 360px;
	
	text-align: left;
	
	background: url(../images/login-content-bg.gif) repeat-y;
}

#sign_footer {
	position: relative;
	
	margin: 0;
	padding: 8px 0 0;
	width: 420px;
	height: 37px;
	
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	
	background: url(../images/login-footer-bg.gif) no-repeat;
}

#sign_form {
	position: relative;
	
	margin: 0;
	padding: 0;
}

#sign_form td {
	padding: 4px 0;
	font-size: 12px;
}

#sign_left {
	position: absolute;
	top: 70px;
	left: 0;
	
	margin: 0;
	padding: 0;
	width: 10px;
	height: 100px;
	
	background: url(../images/login-detail-left.gif) no-repeat;
}

#sign_right {
	position: absolute;
	top: 70px;
	right: 0;
	
	margin: 0;
	padding: 0;
	width: 10px;
	height: 100px;
	
	background: url(../images/login-detail-right.gif) no-repeat;
}
#msg-success{
text-align: center;
z-index: 100;

}

#msg-success{
z-index: 100;
}
div.error404_layout{
width:70%;
height:auto;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 100px;

}

div.error404_layout h1{
color:#74a2c2;
font-size:16px;
text-transform:uppercase;
}

div.error404_layout h1.error{
color:#FF0000;
font-size:16px;
text-transform:uppercase;
}


div.oops{
position:absolute;
top:0;
left:15px;
width:100px;
height:200px;
background:url(../images/oops.gif) center top no-repeat ;
}

div.BD{
position:absolute;
top:0;
left:15px;
width:100px;
height:150px;
margin:30px 0px 0px 0px;
background:url(../images/db_status.png) center top no-repeat ;
}

div.user_error{
position:absolute;
top:0;
left:15px;
width:100px;
height:150px;
margin:20px 0px 0px 0px;
background:url(../images/personal-error.png) center top no-repeat ;
}


div.error_sis{
position:absolute;
top:0;
left:15px;
width:100px;
height:150px;
margin:30px 0px 0px 0px;
background:url(../images/stop.png) center top no-repeat ;
}