/* CSS Document */

#div_top_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:339px;

}

#table_content{
	background-color: #838F9D;
}
#table_header_left {
	width:36px;
	background:url(../graphics/header/header_03.gif);
	background-repeat: no-repeat;
}
#table_header {
	height:137px;
	background:url(../graphics/header/header_04.gif);
	background-repeat: no-repeat;
}
#table_sub_header {
	height:22px;
	background:url(../graphics/header/header_06.gif);
	background-repeat: no-repeat;
}

#section{
float:right;
clear:both;

}
body {
	background:#838F9D url(../graphics/header/header_02.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 26px;
	font-weight: bold;
	text-transform: capitalize;
	margin:0px;
	padding-left: 0px;
	padding-bottom: 5px;
}
h3{
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 8px 0px 5px 20px;
}
p, li, label, .form_inf {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	padding: 3px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-align: justify;
}

a{
    text-decoration: none;
	color: #CCCCCC;
}
a:hover{
	text-decoration: underline;
}

label, .title1{
	color:#DEDDA5;
	font-style: normal;
	text-decoration: underline;
}


input, textarea{
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 16px;
	background-color: #959FAB;
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}
input:focus, textarea:focus {
	background-color: #9DA7B3;
}

li{
	list-style-type: none;
	background-image: url(../graphics/icons/dot.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
	margin-bottom: 10px;
	line-height: normal;
	background-position: 3px 3px;
	margin-left: -10px;
}

.ok{
	color:#00FF00;
}
.error {
	color: #F1BA70;
}
.warn {
	color: #FFCC00;
}
.error_caption {
color:#F1BA70;
}
.error_caption input, .error_caption textarea{
	border: 1px dashed #FF9900;
}
.error_caption .form_inf{
	color:#F1BA70;
}

