@charset "utf-8";
/* CSS Document */

/* 1. Import 
----------------------------------------*/
@import url("/jquery/css/news_styles.css");
@import url("/VPanel/css/paginator.css");

/* ----- error message for field validation ----- */
.form input.error, form textarea.error, .form select.error {background:url(/jquery/images/form_error.gif) right no-repeat #fff1ec;}
.form input.corrected {background:url(/jquery/images/form_check.gif) right no-repeat;}

.error {
	background-position:left;
	background-repeat:no-repeat;
	color: #CC0000;
	padding:1px 20px 1px 5px;
	text-align:left;
	font-weight: bold;
}
.errMsg {
	background-position:left;
	background-repeat:no-repeat;
	background-color:#f5e5e5;
	color: #990000;
	text-align:left;
	font-weight: bold;
}
.okMsg {
	background-position:left;
	background-repeat:no-repeat;
	background-color:#e1f9c1;
	color:#006600;
	text-align:left;
	font-weight: bold;
}
.errorMessage {
	background-image:url(/jquery/images/bg_error.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#f5e5e5;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	color: #990000;
	padding:10px 10px 10px 46px;
	text-align:left;
	font-weight: bold;
}
.okMessage {
	background-image:url(/jquery/images/exclamation_sent.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#e1f9c1;
	border-top:1px solid #004;
	border-bottom:1px solid #004;
	color:#006600;
	padding:10px 10px 10px 46px;
	text-align:left;
	font-weight: bold;
}

#f1_upload_process{
	z-index:100;   
	visibility:hidden;
	text-align:center;
}

label.warning {
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
	float: none;
	clear: none;
	display: inline;
	color: #990000;
	font-size: 10px;
	border: none;
}

div.requiredNotice {
	float: right;
	margin: 0 24px 0 0;
	padding: 0;
	color:#FF0000;
}

