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

ESTILOS PARA ESQUINAS REDONDEADAS
*/
/*==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== */
.container{
	background: #FFEFBF;
	border-color: #CC0033;	
	border-style: solid;
	border-width: 1px;
	color:#BF6F00;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin: 10px auto;
	width:350px;
	padding: 0px;
	text-align:center;
}
.error{
	background: #FFEFBF;
	border-color: #CC0033;
	border-style: solid;
	border-width: 1px;
	color:#CC3300;
	font: bold 1.0em Arial, Helvetica, sans-serif;
	margin: 10px auto;
	width:340px;
	_width:340px;
	padding:0px;
}

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

.contents {
	margin: 0px;
	padding: 5px;
	position:relative;
	text-align:left;
}

.rbtop {
	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=CC0033&ci=FFEFBF&co=FFFFFF) no-repeat top right;
}

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

.rbbot {
	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=CC0033&ci=FFEFBF&co=FFFFFF) no-repeat bottom right;
}

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

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


