/*==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
/*
Martes 29 de agosto del 2007  
Henry Ferreto Cano, para ZEWS.SA

ESTILOS PARA ESQUINAS REDONDEADAS
*/
/*==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
.container{
	background:#FCFEFC;
	border-color: #FCC284;	
	border-style: solid;
	border-width: 1px;
	color:#CC0000;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin: 10px auto;
	width:320px;
	_width:300px;
	padding:0px;
	/*text-align:center;*/
}
.error{
	background:#FCFEFC;
	border-color: #FCC284;
	border-style: solid;
	border-width: 1px;
	color:#CC0000;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	margin: 10px auto;
	width:410px;
	_width:390px;
	padding:0px;
}

.contents_error {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	position:relative;
	text-align:left;
}

.contents {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	position:relative;
	text-align:left;
}

.rbtops {
	position:relative;
	margin-top: -1px;    /** -W  **/
	margin-left: 1px;    /**  W  **/
	margin-right: -1px;  /** -W  **/
	background: transparent url(/rounded.php?cn=tr&s=10&b=1&cb=FCC284&ci=FCFEFC&co=FFF6E6) no-repeat top right;
}

.rbtops div { 
	position:relative;
	margin-left: -2px;   /** -2W **/
	background: transparent url(/rounded.php?cn=tl&s=10&b=1&cb=FCC284&ci=FCFEFC&co=FFF6E6) no-repeat top left;
} 

.rbboto {
	position:relative;
	margin-bottom: -1px; /** -W  **/
	margin-left: 1px;    /**  W  **/
	margin-right: -1px;  /** -W  **/
	background: transparent url(/rounded.php?cn=br&s=10&b=1&cb=FCC284&ci=FCFEFC5&co=FFF6E6) no-repeat bottom right;
}

.rbboto div {
	position:relative;
	margin-left: -2px;   /** -2W **/
	background: transparent url(/rounded.php?cn=bl&s=10&b=1&cb=FCC284&ci=FCFEFC&co=FFF6E6) no-repeat bottom left;
}

.rbtops div, .rbtops, .rbboto div, .rbboto {
	width: 100%;
	height: 10px;
	font-size: 1px;
}


