

body {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

/*-------------------------------------------------------------------------*/

#master {
	position:absolute;
	width:1099px;
	height:auto;
	left: 50%;
	margin-left: -549.5px;
	top: 0px;
	background-image:url(images/back.jpg);
	background-repeat: repeat-y;
}

#banner {
	width:1099px;
	height:123px;
	background-image:url(images/banner.jpg);
}

#body {
	width:1099px;
	min-height:625px;
	background-image:url(images/body.jpg);
	background-repeat:no-repeat;
}

.button {
	width:420px;
	min-height:60px;
	margin-left:0px;
	float:left;
	text-align:center;
}

#form{
	padding-left:95px;
	padding-top:275px;
	width:420px;
	min-height:350px;
	float:left;}

#right{
	padding-left:70px;
	padding-top:325px;
	width:450px;
	min-height:350px;
	float:left;}
	
#footer {
	float:left;
	background:#FFFFFF;
	font-size: 11px;
	text-align:center;
	width:960px;
	margin-left:70px;}
	
/*-------------------------------------------------------------------------*/
	
.formcell {
	width:210px;
	height:60px;
	margin-left:0px;
	float:left;
	color:#333333;
	font-size:14px;
}

/*-----------------------------text--------------------------------------------*/
.style2 {
	color: #003366;
	font-size: 20px;
	font-weight:bold;
}
.style6 {font-size: 20px}

.style7 {color: #FF0000}

#frmerror{ 
        font-weight:bold;
        color:red;
        text-align:center;
}
