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

body
{
margin:0px;
padding:0px;
background-color: #ebeff2;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:8px 0px;
text-align:justify;
}
strong
{
font-weight:bold;
color: #3366cc;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:850px;
height: auto;
margin:0px auto;
text-align:center;
padding:20px 0px 80px 0px;
}
.container-main
{
width:850px;
height:auto;
float:left;
text-align: left;
background:url(../images/body-bg.jpg) left top repeat-y;
}
#header
{
width:788px;
height:150px;
float:left;
text-align:left;
background:url(../images/header-round-top-bg.jpg) left top no-repeat;
padding:32px 31px 0px 31px;
}
.header-main
{
width:788px;
height:150px;
float:left;
text-align:left;
background: url(../images/header-bg.jpg) left top no-repeat;
}
.header-bt
{
margin-left:475px;
margin-top:12px;
}
#body-main
{
width:750px;
height:auto;
float:left;
text-align:left;
padding:25px 46px 0px 54px;
}
.body-top
{
width:750px;
height:609px;
float:left;
text-align:left;
background:url(../images/body-top-bg.jpg) left top no-repeat;
}
.score-box
{
width:415px;
height:auto;
float:left;
text-align:left;
padding:12px 0px 0px 29px;
}
.blue-arrow
{
margin-right:4px;
}
.form-box
{
width:305px;
height:auto;
float:left;
text-align:left;
padding:5px 0px 0px 29px;
font-weight:bold;
line-height:26px;
}
.form-box p
{
margin:10px 0px;
}
.input-box
{
width:224px;
height:24px;
border:1px solid #7f9db9;
font:normal 12px/24px Arial, Helvetica, sans-serif;
color:#656565;
padding-left:3px;
padding-top:4px;
background-color: #FFF;
}
.consulation-box
{
width:520px;
height:auto;
float:left;
text-align:center;
padding-top:10px;
padding-left:23px;
}
.body-bottom
{
width:750px;
height:auto;
float:left;
text-align:left;
padding-top:22px;
}
.client-box
{
width:750px;
height:auto;
float:left;
text-align:left;
padding-bottom:10px;
}
.client-th
{
float:left;
margin-right:20px;
}
#footer
{
width:850px;
height:83px;
float:left;
text-align:center;
background:url(../images/footer-bg.jpg) left top no-repeat;
padding-top:28px;
color: #333333;
font: normal 12px/18px Arial, Helvetica, sans-serif;
}
#footer a
{
color: #0066cc;
font: normal 12px/18px Arial, Helvetica, sans-serif;
text-decoration: none;
}
#footer a:hover
{
color: #ff9900;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
text-decoration: underline;
}
/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:30px;
	font-weight:bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.blue-text
{
color: #0066cc;
}