@charset "iso-8859-1";
/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(../img/layout/bg.jpg);
	background-repeat: repeat-x;
	background-color:#CFD1D0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:justify;
	line-height:22px;
}
.textField{
border:#315B54 1px solid;
height:14px;
width:300px;
padding-left:5px;
font-family:verdana;
font-size:10px;
color:#003333;
}
.textArea{
border:#315B54 1px solid;
width:300px;
padding-left:5px;
font-family:verdana;
font-size:10px;
color:#003333;
}
.textArea2{
border:#315B54 1px solid;
padding-left:5px;
font-family:verdana;
font-size:10px;
color:#003333;
}
.bt{
border:#333333 1px solid;
background-color:#CCCCCC;
font-family:verdana;
font-size:10px;
color:#333333;
}

#site{
width:875px;
height:480px;
top:50%;
left:50%;
margin-top:-240px;
margin-left:-437px;
position:absolute;
}