.M_content_title {
	color:#CCCCCC;
	padding-left:24px;
	padding-right:24px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	background-color: #000000;
}
.M_content_header {
	color:#CCCCCC;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial;
	font-weight:bold;
	background-color: #003300;
}
.V_menu a, .V_menu a:hover {
	font-size: 12px;
	font-weight : bold;
	color:#339933;
}

.page_name {
	padding-left:24px;

	font-size: 14px;
	font-weight : bold;
	color:#A8A8A8;
}

.form_table {
	background-color:#000000;
	color:#A8A8A8;
	font-family: Tahoma, Verdana, Arial;
}

.form_help_box {
	border: 1px solid black;

	background-color:#EEEEEE;
	color:#A8A8A8;

	font-family: Tahoma, Verdana, Arial;
	font-weight : normal;
	font-size: 11px;

	text-align: justify;
	white-space: normal;

	width: 170px;
	height: 100px;

	position: absolute;
	visibility: hidden;
}

.form_help_box p {
	margin: 15px;
	margin-top: 5px;
}

.form_help_box p, .form_help_box li {
	color:#A8A8A8;

	font-family: Tahoma, Verdana, Arial;
	font-weight : normal;
	font-size: 11px;

	text-align: justify;
	white-space: normal;
}

.form_help_link
{
	font-size: 11px;
	font-weight : normal;
	color:red;
}

.form_table td {
	color:#A8A8A8;
	font-family: Tahoma, Verdana, Arial;

}

.error_message
{
	font-size: 11px;
	font-weight : bold;
	color: #cc3333;
}

.form_header, .form_header td
{
	font-size: 12px;
	font-weight : bold;
	text-align: left;
	background-color: #111211;
}

.form_label
{
	font-size: 11px;
	font-weight : normal;
	text-align: left;
}

.form_label_rq
{
	font-size: 11px;
	font-weight : normal;
	text-align: left;
	color:#339933;
}

.form_link
{
	font-size: 11px;
	font-weight : normal;
}

.form_list_label
{
	font-size: 11px;
	font-weight : bold;
	color:#FF99CC;
}

.form_text
{
	font-size: 11px;
	font-weight : normal;
}
.form_text_rq
{
	font-size: 11px;
	font-weight : normal;
	background:#BEE6BE;
	background-color:#BEE6BE;
}

.form_input
{
	font-size: 11px;
	width : 200px;
	text-align: left;
}
.form_input_rq
{
	font-size: 11px;
	width : 200px;
	background-color:#339933;
	border-width:thin;
	border-color:#339933;
	text-align: left;
}

.form_select
{
	font-size: 11px;
}
.form_select_rq
{
	font-size: 11px;
	background-color:#339933;
	border-width:thin;
	border-color:#339933
}
.form_radio
{
	font-size: 11px;
}

.form_checkbox
{
	font-size: 11px;
}

.form_textarea
{
	font-size: 11px;
	width: 300px;
	height: 75px;
}

.form_button
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;

	font-weight : bold;
	height : 19px;

background-color: #e6e6e6;

/*
padding-left: 2px;
padding-right: 2px;
padding-top: 0px;
padding-bottom: 0px;

border-left: #b5b5b5 1px solid;
border-right: #b5b5b5 1px solid;
border-top: #b5b5b5 1px solid;
border-bottom: #b5b5b5 1px solid;

overflow: visible;
height: 21px;*/

width: auto;

}

.form_login_label
{
	font-size: 11px;
	font-weight : bold;
	color: #999999;
	text-align: right;
}

.login_error_message
{
	font-size: 11px;
	font-weight : bold;
	color: #FF0000;
}


