body {
	
	background-image: url(img/body_bg2.jpg);
}
#pankuzu li {
	display: inline;
	list-style-type: none;
}
#main h2 {
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 13px;
	padding-left: 12px;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #3A3A3A;
}
#main h3 {
	font-size: 16px;
	color: #3A3A3A;
	background-image: url(img/h3_bg.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 2px;
	padding-left: 24px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#main h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #3A3A3A;
	background-image: url(img/h4_bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 23px;
	padding-top: 5px;
}
#main .indent {
	padding-right: 10px;
	padding-left: 10px;
}
#main ol.privacy {
	margin-right: 20px;
	margin-left: 40px;
}
#main .box_left {
	float: left;
}
#main .box_right_450 {
	float: right;
	width: 450px;
}


#main .box1 {
	margin-top: 15px;
	width: 640px;
	margin-bottom: 15px;
}
#main .box2 {
	margin-top: 15px;
	width: 640px;
}
#main .box3 img {
	margin-right: 10px;
	margin-bottom: 10px;
}




#main .td_box1 {
	width: 640px;
	background-image: url(img/td_box_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 2px;
}

#main .td1 {
	padding: 10px;
	float: left;
	width: 130px;
}
#main .td2 {
	float: right;
	padding: 10px;
	width: 470px;
}
#main table {
	border-collapse: collapse;
	width: 100%;
}
#main table.table1 {
	border-collapse: collapse;
	margin-bottom: 10px;
}
#main table.table1 td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#main table.table1 th {
	background-color: #666666;
	padding: 10px;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#main .td_blue {
	background-color: #F0F7FB;
	vertical-align: top;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DAD5D2;
	border-bottom-color: #DAD5D2;
	font-weight: bold;
	color: #333333;
}
#main .td_white {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DAD5D2;
	border-left-color: #DAD5D2;
}
#main .td_white_center {
	text-align: center;
}


#main .green_box {
	padding: 10px;
	border: 1px solid #2E899C;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main .btn_box1 {
	text-align: center;
	margin-top: 15px;
}
.font_red {
	color: #FF0000;
}

.formfield_s {
	width: 180px;
}
.formfield_m {
	width: 240px;
}
.formfield_l {
	width: 320px;
}
