@charset "utf-8";
/* CSS Document */

.mainbox{
	width:750px;
	margin-left:auto;
	display:block;
	margin-right:auto;
	border:1px solid #EAE3D0;
	border-collapse:collapse;
}
.subbox{
	width:720px;
	margin-left:auto;
	display:block;
	margin-right:auto;
}
.footer{
width:750px;
height:25px;
font:"Times New Roman", Times, serif;
font-size:12px;
padding-top:5px;
color:#000000;
text-align:center;
background-color:#E9E4D0;
display:block

}
.msg1{
width:480px;
font-size:12px;
float:left;
line-height:150%;
}
.msg2{
width:380px;
font-size:12px;
float:left;
line-height:150%;
}
.msg3{
width:660px;
font-size:12px;
line-height:150%;
margin-left:25px;
}

.msgalert{
width:660px;
background:#D2DDF1;
font-size:12px;
line-height:150%;
margin-left:25px;
padding:10px;
}

.img1{
text-align:right;
margin-right:10px;
float:right;}
.mkbox{
width:225px;
float:left;
font-size:12px;
margin-right:15px;
margin-bottom:15px;
}
.clear{
clear:both;}
h2{
	display:block;
	font-size:14px;
	color:#1C87CD;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	border-collapse:collapse;
	border-top: 1px solid #0A9FA3;
	border-bottom: 1px solid #0A9FA3;
	border-left: 1px solid #0A9FA3;
	/*border-left: 0.5em solid #EAE3D1;*/
	background-image:url(../images/h2back.gif);
	background-repeat:no-repeat;

	border-right-style: none;
}

h3{
	display:block;
	font-size:13px;
	color:#1C87CD;
	width:650px;
	height:16px;
	margin-left:25px;
	margin-right:auto;
	margin-bottom:4px;
	padding-left:15px;
	border-collapse:collapse;
	border-bottom: 1px solid #0A9FA3;
	background-image:url(../images/h3back.gif);
	background-repeat:no-repeat;
	border-right-style: none;
}

a{text-decoration:none;}