body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial, helvetica;
	font-size: 11px;
	color: #555555;
}

body a {
	color: #555555;
	text-decoration: underline;
}

img {
	border: 0px solid;
}


.container {
	width: 830px;
	padding: 0px;
	float: left;
}

.container_left, .container_left2, .container_left3{
	width: 99px;
	height: 275px;
	float: left;
	border-right: 1px solid #ffffff;
	background-color: #92CEFF;	
}

.container_left2{
	width: 430px;
	height: 252px;
}

.container_left3{
	width: 729px;
	background-color: #ffffff;	
	height: 238px;
}

.container_left_i, .container_left_i2, .container_left_i3, .container_left4{
	width: 99px;
	height: 16px;
	float: left;
	background-color: #999999;
	padding-top: 2px;
}

.container_left_i2{
	clear: both;
	width: 430px;
}

.container_left_i3{
	padding-top: 4px;
	clear: both;
	width: 677px;
	height: 22px;
}

.container_left4{
	background-color: #ffffff;
}

.main_container{
	width: 678px;
	float: left;
}

.main_left_container{
	width: 240px;
	float: left;	
}

.main_right_container{
	width: 438px;
	float: left;	
}

.header, .header_l, .header_r{
	float: left;
	width: 438px;
	height: 67px;
	font-size: 8px;
	padding-top: 30px;
}

.header_l,  .header_r{
	margin-bottom: 35px;
	width: 240px;
	background-color: #DEDCDC;
}

.header_r{
	font-size : 12pt; 
	font-weight: bold; 
	color: "#555555";
	width: 438px;
}

.logo{
	float: right;
	padding-top: 20px;
}

.banner{
	float: left;
	margin-top: 72px;
	clear: both;
}

.boxinfo{
	float: left;
	margin-bottom: 20px;
	padding-left: 11px;
	font-size: 08pt;	
}

.box_header{
	padding-bottom:4px; 
	font-size: 08pt; 
	color: #003366;
	font-weight: bold;	
}

.mainfield_container{
	float: left;
	font-size: 08pt;	
}

.mainfield_container a{
	font-size: 08pt;	
}

.mainfield_header{
	font-size : 12pt; 
	font-weight: bold; 
	color: "#555555";
	margin-bottom: 20px;
}

.mainfield_content{
	float: left;
}

.hint {
    clear: left;
    border: 1px solid #B31500;
    background-color: #CCD7FF;
    padding-top: 10px; 
    padding-left: 10px; 
    padding-right: 10px; 
    padding-bottom: 10px; 
    margin-bottom: 7px;
    margin-top: 7px;
    height: auto;
}

.error {
    clear: left;
    border: 1px solid #B31500;
    background-color: #FCFEE8;
    padding-top: 10px; 
    padding-left: 10px; 
    padding-right: 10px; 
    padding-bottom: 10px; 
    color: #CC0000;
    margin-bottom: 7px;
    margin-top: 7px;
    height: auto;
}

.inputbox, .inputfield{
	width: 300px;
	border: 1px solid #888888;
}