

/* // estilos para mensajes de error y exito //////////////////////////////////// */

.successbox, .successbox_body, .successbox_head, .successbox_head h1 {
    background: transparent url(../images/successboxbg.png) no-repeat bottom right;
}

.errorbox, .errorbox_body, .errorbox_head, .errorbox_head h1 {
    background: transparent url(../images/errorboxbg.png) no-repeat bottom right;
}
.infobox, .errorbox, .successbox, .contentbox, .activecontentbox {
    padding-right: 5px;
    margin: 10px 0px 10px 0px;
}

.infobox_head, .errorbox_head, .successbox_head {
    background-position: top right;
    margin-right: -5px;
    padding-right: 40px;
    border: 0px solid purple;
}

.infobox_head h1, .errorbox_head h1, .successbox_head h1 {
    background-position: top left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing:normal;
    margin: 0;
    border: 0;
    padding: 10px 0px 15px 15px;
    white-space: nowrap;
}

.successbox_head h1{
    color: #4ea135;
}

.infobox_body, .errorbox_body, .successbox_body {
    background-position: bottom left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-right: 25px;
    padding: 0px 0px 20px 15px;
    border: 0px solid red;
}
.infobox_head h1{
    color: #de9c09;
}

.errorbox_head h1{
    color: #eb272b;
}

.successbox_head h1{
    color: #4ea135;
}

div#alerts.congratulations {
	background-position:50% 100% !important;
	padding:0 0 5px;
}

div.congratulations {
	background:transparent url(../../images/bx_evisos.gif) no-repeat scroll left top;
	margin:10px 0 0 -28px;
	padding:0 0 8px;
}

div#alerts.congratulations div.title {
	background-position:50% 0 !important;
	padding-left:40px !important;
}

div.congratulations div.title {
	background:transparent url(../../images/bx_evisos.gif) no-repeat scroll left top;
	padding:10px;
}

div.information {
	padding-left:40px;
}

div#alerts.congratulations div.title p {
	margin:3px 0 0;
}
div#alerts.congratulations p {
	margin:3px 10px;
}
div.congratulations div.title p {
	background:transparent url(http://images01.olx.com/images/ico_ok1.gif) no-repeat scroll left top;
	border-width:0;
	padding:0 0 0 25px;
}
div.congratulations p {
	background-color:#FFFFFF;
	border-left:1px solid #ADC797;
	border-right:1px solid #ADC797;
	font-size:14px;
	margin:0 0 5px;
	padding:0 10px 0 35px;
}

div.congratulations p strong {
	color:#000080;
	display:block;
	font-size:18px;
	font-weight:normal;
}

span.error_message {
background:url(../images/ico_error2.gif) no-repeat 0 3px;
padding:0 0 0 16px;
margin:0 0 0 3px;
color:#FF1E00;
}

.alert_link {
	background:#FFF0B3 url(../../images/alerts_link.png) no-repeat scroll 0 0;
	border:1px solid #FFBB00;
	margin:8px 0 15px;
	padding:7px 10px 7px 40px;
	font-size: 13px;
	text-align:left;
}

.alert_link p {
	font-weight: normal;
	margin:0;
}

.alert_link a {
	color: #000080;
	text-decoration: none;
}
.alert_link :link, .alert_link :visited, .alert_link :link:hover, .alert_link :visited:hover {
	font-weight:bold;
}
.alert_link :link, .alert_link :visited, .alert_link :link:hover, .alert_link :visited:hover {
	font-weight:bold;
}