
form {display: inline; margin: 0;}

select {width: 160px;font-family: Arial; font-size: 12px;}

input {font-family: Arial; font-size: 12px;}


body {
	color: #272f27; 
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	padding:0px 0 0 0;
	margin:	0px;
	text-align: center;
	background: #050505;
}

.wrapper {
	width: 944px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 10px 20px 10px;
}

.container {
	width: 944px;
	float: left;
	clear: both;
	margin-top: 4px;
	margin-bottom: 2px;
	background: #565656;
	border: 10px solid #ffffff;
}

.header {
	width: 944px;
	float: left;
	clear: both;
	height:71px;
	background-color: #222b21;
	border-bottom: solid 1px #fff;

}

.header_left {
	width: 150px;
	float: left;
	height:35px;
	padding-top:6px;
	background-color: #222b21;
	text-align:center;
}

.header_right {
	width: 250px;
	float: right;
	height:50px;
	padding-right:20px;
	padding-top:3px;
	background-color: #222b21;
	text-align:right;
	color:#ffffff;
	font-size:9px;
}

.header_bottom {
	clear:both;
	width: 105px;
	float: left;
	height:27px;
	background-color: #fff;
	text-align:center;
	margin-left:145px;
	padding-top:5px;

}

.header_bottom_clear {
	clear:both;
	width: 60px;
	float: left;
	height:27px;
	text-align:center;
	margin-left:245px;
	padding-top:5px;
	color:#ffffff;
	margin-top:-27px;
}

.mainimg {
	background: url(../images/mainimage.jpg) no-repeat top left;
	width: 944px;
	float: left;
	clear: both;
	color:#ffffff;
	/*background: #fff;*/
}

.flashmainimg {
	width: 944px;
	float: left;
	clear: left;
	background-color:#ffffff;
	/*margin-left:-119px;
	margin-right:-119px;*/

	/*background: #fff;*/
}


.content {
	width: 944px;
	float: left;
	background-color: #D5D9E5;
	text-align:left;
	clear: both;
	height:300px;

}

.colright_top {
	width: 944px;
	float: left;
	background-color: #000000;
	text-align:left;
	height:23px;
	padding-left:15px;
	padding-top:10px;
}

.colright_one {
	width: 480px;
	float: left;
	text-align:left;
	height:173px;
	padding-left:15px;
	padding-top:10px;
}

.colright_two {
	width: 480px;
	float: left;
	text-align:left;
	height:173px;
	padding-left:15px;
	padding-top:10px;
}


.colright_whole {
	width: 944px;
	float: left;
	background-color: #D5D9E5;
	text-align:left;
	padding-top:10px;
	clear:left;
}


.footer {
	width: 944px;
	float: left;
	background-color: #fff;
	text-align:left;
	clear: both;
	padding-right:10px;
	padding-top:7px;
	height:25px;
	font-size:9px;
	color: #C8C8C8;
}


a {
	color: #333;
	text-decoration:none;
	}

.g_text {
	color: #202020;
	font-size: 11px;
}

.g_text_required {
	color: #202020;
	font-size: 11px;
	background: url(../images/requiredfield.gif) no-repeat center right;
}

.g_text_head {
	font-size:14px; 
	font-weight:200;
	line-height:28px;
}


.w_text {
	color: #ffffff;
	font-weight: 700;
	font-size: 10px;
}

.w_title {
	color: #ffffff;
	font-weight: 200;
	font-size: 13px;
}

.s_text {
	color: #202020;
	font-size: 9px;
}

h1, h2, h3, h4, h5, h6 { color: #272f27; font-weight: normal }


.RequiredTextBox {
	border: 1px solid #999999; background:#FFFFFF;
	font-family:tahoma;
	color:#000000;
} 

.NonRequiredTextBox {
	border: 1px solid #999999; background:#FFFFFF;
	font-family:tahoma;
	color:#000000;
} 

.FailedTextBox { 
	border: 1px solid #999999; background:#FFFFFF;
	color:#000000;
} 


.but_grey{
	background: url(../images/button.gif) no-repeat top left;
	background-color : #767B75; 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	width:218px;
	font-weight: 700;
	height: 27px;
	text-align: center;
	padding:2px;
	margin-bottom:15px;
	border: 1px solid #767B75;
	}

.head {
	background: #353535;
	float: left;
	margin-bottom: 2px;
	width: 100%;
}
.head span {
	background: #353535;
	color: #fff;
	float: left;
	padding: 3px;	
	font-weight: bold;
}

.button{
	background-color : #ffffff; 
	color : #3A3A3A; 
	font-family : tahoma, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight: bold;
	height: 20px;
	border : 1px solid #000000; 
	text-align: center;


    .left{
      float:left;
	width:260px;
	border : 1px solid #000000; 

    }
    
