bold {
font-weight : bold; 
}
/* this file should be replaced by the client's stylesheet */
/* the import rule must go above all other rules in this document */
@import "whitelabel.css";

/* general body properties */
body{margin:0; padding:0; background-color:#FFFFFF; font:12px Verdana, Arial,sans-serif;}

ul#pagetitleerrors { margin: 0px 0px 0px 155px; padding: 10px 10px 5px 5px; list-style: circle; font-weight: bold; }
body div#main_body ul#pagetitleerrors li { line-height: 1.5em; list-style: none; background-position: 0px 0px; background-repeat: no-repeat; margin: 0; padding: 0px 0px 4px 22px; font-weight: normal; color: #828D87; font-size: 10px; }
body div#main_body ul#pagetitleerrors.headersection { margin: 0px 153px 0px 153px; }
li.error { background: url(/shared/images/ugly.gif); }


.regerror {
	color: Red;
	text-decoration: blink;
}

/* =====Para la notiicaion en la pagina de registro ===== */
.notice {
	background: #000099;
	text-align: left;
	
}
.notice p {
	color: White;
}
.notice h1 {
	color: White;
	font-size: 18px;
	text-align: left;
}
.notice a {
	color: Yellow;
}
.notice a:hover {
	color: Yellow;
	text-decoration: underline;
}
/* =====Para la notiicaion en la pagina de registro ===== */