#loading{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5000;
    background-color: red;
    font-size: 130%;
    color: white;
    padding: 2px;
    width:100px;
    margin-top:3px;
    margin-right:3px;
    display:none;
}



/* */


/* status messages */
div.status_box{
	display:block;
	float:left;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0px;
	margin-bottom:2px;
	width: 99.8%;
}

div.status_box strong{
	font-size:12px;
	padding:0px;
	display:block;
	margin:0px;
}

div.status_box ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
	margin-bottom:3px;
	margin-top:3px;
	float:left;

}

div.status_box ul li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

div.error{
	border: 1px solid #D893A1;
	background: #FBE6F2;
}

div.error strong{
	color:#990000;
}

div.info{
	border: 1px solid #D0D0D0;
	background: #FBFBFD;
}
div.warning{
	border: 1px solid #CCC9A4;
	background: url(../images/box_bg.gif) 0px 0px repeat-x;
}
div.warning strong{
	color: #990000;
}
div.success{
	border: 1px solid #7ea83c;
	background: #e9fad0 /*url(../images/box_bg.gif) 0px 0px repeat-x*/;
}

/*end status messages */



/* VALIDATION PLUGIN CSS */

/* errorbox*/
.errorbox{
	border: 1px solid #D893A1;
	background: #FBE6F2;
	margin-bottom:5px;
	margin-top:7px;
	padding:5px;
	text-align:center;
	display:none;
}


/* class assigned to ErrorClass from Validation */
.valid_error{
	background: #FBE6F2;
}

select.valid_error
{
	background: #FBE6F2;
}

input.valid_error
{
	background: #FBE6F2;
}

.errorbox label{
	margin-bottom:4px;
	margin-top:4px;
	text-align:left;
	border: 0px;
	display:block;
	width:95%;
	padding-left:20px;
	background: url(../images/69.png) 0px 0px no-repeat;
	height:16px;
}

/* END VALIDATION PLUGIN CSS */
