@charset "utf-8";
body {
	background-color: #0986ba;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
#main_container {
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 814px;
}
#main_container .header {
	height: 154px;
	width: 790px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#main_container .header .logo {
	display: block;
	width: 310px;
	height: 115px;
	text-indent: -9000px;
	margin-left: 220px;
}
#main_container .text_container_up {
	width: 718px;
	margin-right: auto;
	margin-left: auto;
}
#main_container .text_container_up .left_side {
	width: 354px;
	float: left;
	clear: both;
}
#main_container .text_container_up .left_side p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main_container .text_container_up .right_side {
	width: 268px;
	float: right;
}
#main_container .text_container_up .right_side #menu {
	margin-left: 10px;
	margin-top: 30px;
}
.right_side #menu a {
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: bold;
	margin: 5px;
}
.right_side #menu a:hover {
	color: #4987B8;
}


.right_side #menu h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#box {
	width: 761px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-y;
}
#box .top {
	background-image: url(../images/box_top.gif);
	height: 9px;
	width: 761px;
}
#box .content {
	margin: 10px;
	text-align: center;
	font-size: 16px;
}
#box .content .text_box2 {
	line-height: 24px;
}

#box .bottom {
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 761px;
}
#main_container .intention {
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
.ftr {
	height: 33px;
	width: 814px;
	background-image: url(../images/ftr.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#box .content2 {
	margin: 10px;
	font-size: 16px;
}
#main_container .back_home img {
	margin-left: 60px;
}
.form tr .title_form {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.form tr td .txt_input {
	border: 3px solid #0986BA;
}
.form tr td strong {
	font-weight: bold;
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.form tr td .txt_input2 {
	border: 1px solid #0986BA;
}
