/* reset browser styles */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

html, body{
	background: url("/resource/media/image/bg.jpg") repeat-x;
	background-color: #849CB2;
	font-family: helvetica,sans-serif;
	margin: auto;
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
	height:100%;
}
img {
	vertical-align: text-bottom;
}
strong {
	font-weight: bold;
}
A:active
{
	color: #ffffff;
	text-decoration: none;
}
A:hover
{
	color: #ffffff;
	text-decoration: none;
}
A:link
{
	color: #ffffff;
	text-decoration: none;
}
A:visited
{
	color: #ffffff;
	text-decoration: none;
}
.main_wrapper
{	
	margin:0 auto;
	background-color: #edf6fd;
	border-right: 1px solid #030004;
	border-bottom: 1px solid #030004;
	border-left: 1px solid #030004;
	padding: 0xp;
	width: 780px !important;
	width: 782px;
}
.left
{
	background-color: #edf6fd;
	display: block;
	float: left;
	width: 180px;
	height: 100%;
}
.content
{
	background: url("/resource/media/image/content.jpg") no-repeat top left;
	background-color: #edf6fd;
	display:block;
	float: left;
	overflow: hidden;
	padding: 20px 50px 5px 15px;
	text-align: center;
	width: 535px !important;
	width: 600px;
}
.menu
{
	height: 21px;
	background: url("/resource/media/image/menu_bg.gif") repeat-x;
	border-bottom: 1px solid #000;
	color: #fff;
	line-height: 19px;
	font-family: Verdana,Arial,verdana,helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.menu_item
{
	border-left: 1px solid #6C86A0;
	cursor: pointer;
	display:block;
	float: left;
	width: 78px;
}
.menu_item_hover
{
	background: url("/resource/media/image/menu_bg_hover.gif") repeat-x;
	border-left: 1px solid #6C86A0;
	cursor: pointer;
	display:block;
	float: left;
	width: 78px;
}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
#submit {
   background-color: #ffffff;
   border: 1px solid #000000;
   cursor:hand;
   color: #555566;
   font-family: verdana,helvetica;
   font-size: xx-small;
   padding: 2px;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label
{
	color: #000;
	display: block;
	float: left;
	font: 90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	padding-top: 3px;
	width: 100px;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}