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

.textbox
{
	border: none; 
	width:209px;
	height:17px;
	background-color:#527b9f;
	color:#ffffff;
}

.main
{
	width:950px;
	margin-left: auto ;
	margin-right: auto ;
}

.header
{
	background-image: url(images/bg_header.png) ;
	border: none; 
	width:932px;
	height:111px;
}

.header-logo
{
	position:relative;
	background-image: url(images/logo_header.png) ;
	border: none; 
	left: 23px; 
	top: 36px;
	width:118px;
	height:39px;
}

.content
{
	position:relative;
	background-image: url(images/bg_main.jpg) ;
	border: none; 
	width:932px;
	height:413px;
}

.form-div
{
	position:relative;
	/*background-image: url(images/bg_form.png) ;*/
	border: none; 
	width:319px;
	height:342px;
	top:40px;
}

.form-text
{
	font-family: Arial;
	font-size: 12px;
	color: #fefefe;
}

.form-text1
{
	position:relative;
	font-family: Arial;
	font-size: 16px;
	color: #fefefe;
	left:25px;
}

.form-text2
{
	position:relative;
	font-family: Arial;
	font-size: 24px;
	color: #fefefe;
	font-weight:bold;
	left:25px;
}

.form-text3
{
	position:relative;
	font-family: Arial;
	font-size: 16px;
	color: #fefefe;
	font-weight:bold;
	left:25px;
}

.thankyou1
{
	position:relative;
	font-family: Arial;
	font-size: 24px;
	color: #fefefe;
	font-weight:bold;
	left:25px;
}
.thankyou2
{
	position:relative;
	font-family: Arial;
	font-size: 16px;
	color: #fefefe;
	left:25px;
}

.footer
{
	position:relative;
	font-family: Arial;
	font-size: 9px;
	color: ##003366 ;
}
