#contact_contactus {
	width: 500px;

}


#contact_us {
	position: relative;
	margin: 0px;
	width: 500px;
	padding: 0px;
	background: url('../_img/contactus2.jpg') no-repeat;
}

#contactus_form {

		margin: 0px auto;
		padding: 10px;
		background-color: #000;
		opacity: .6;
		filter:alpha(opacity=60);       /* IE 5.5, IE6 & IE7 */ 
		width: 480px;
		min-height: 380px;
		height: 380px;
		color: #FFF;
}


fieldset {
	position: relative;
	left: 0px;
	top: -360px;
	width: 220px;
	padding: 10px;


}

#thank_you {
	
	width: 450px;
	padding: 10px;
	padding-top: 120px;
	padding-left: 40px;
	float: left;
	margin-left: 10px;
	color: #FFF;
	font-size: 1.2em;

}



legend {
	color: #222;
	font-weight: bold;
}

label {
	width: 200px; 
	float: left;
	color: #ccc;
	font-weight: bold;

}

select {
	float: none;	
}

input[type='text'] {
	width: 200px;
	height: 20px;
	
}

textarea {
	width: 200px;
	
}

input[type='text'], input[type='password'], textarea, input[type='submit'], input[type='checkbox'] {
	border: 1px solid #2f2f2f;
	margin: 1px;
	color: #fff;
	background-color: transparent;


}

input[type='text']:focus, textarea:focus, input[type='password']:focus, input[type='submit']:focus, input[type='checkbox']:focus {
	border: 2px solid #fff;
	margin: 0px;
	
} 
