*
{
	font-family: verdana;
	font-size: 10pt;
}

html
{
	padding: 0px;
	margin: 0px;
	/*height: 100%;*/
}

body
{
	padding: 0px;
	margin: 0px;
	/*height: 100%;*/
}

#page
{
	/*height: 100%;*/
}

#header
{
	background: url(../img/header/Header_BG.jpg) repeat-x;
	text-align: left;
	padding-left : 30px;
	height: 130px;
}

#logo
{
	padding-top: 0px;
}

#main
{
	background-color: white;
	text-align: left;
	width: 100%;
	float: left;
	height: 424px;
	/*padding-left:8px;*/
	/*height: 100%;*/
	/*min-height: 100%;*/
}

/**********/

form
{
	padding: 0px;
	margin: 0px;
}

.form_form
{
	/*float: left;*/
	width: 350px;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 10px;
}

.form_title
{
	width: 350px;
	padding: 2px 0px 3px 8px;
	text-align: center;
	color: #0a749e;
	background-color: #eeeeee;
	height: 27px;
	font-weight: bold !important;
	font-size: 1.6em !important;
}
.form_content
{
	width: 318px;
	height: 525px;
	padding-left:10px;
	padding-right:10px;
	background-color: #eeeeee !important;
	background-image: url("../img/sidebar/box-bg.gif") !important;
	background-repeat: repeat-x !important;
	border: solid #eeeeee 10px !important;
	border-top: 0px !important;
}
.required
{
	font-weight: normal !important;
	color: red;
}
.form_br
{
	float: left;
	clear: both;
	width: 310px;
}

.form_left,
.form_right
{
	width: 310px;
	float: left;
	clear: both;
	margin: 2px;
	padding-right: 4px;
}

.form_left
{
	text-align: left;
	font-weight: bold;
}

.form_right
{
	height: auto;
	width: auto;
}

.form_input_text
{
	width: 310px;
	border: 1px solid #00a8e6;
}

.form_input_submit
{
	float: left;
	border: 1px solid #459AE0;
	background-color: #3577AE;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	margin-top:10px;
	margin-left:5px;
}
.form_input_reset
{
	float: left;
	border: 1px solid #757575;
	background-color: #A9A9A9;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
	margin-left:10px;
	margin-top:10px;
}

.form_input,
.form_select,
.form_textarea,
.form_option
{
	border: 1px solid #00a8e6;
}

.form_textarea,
.form_option
{
	font-size: 0.8em;
}

.form_textarea
{
	width: 310px;
	height: 100px;
}
