/*  --->  Design by 0tutor.com  <---  */



.box_wrapper {
	background-image:url(images/bg.jpg); background-position:left; background-repeat:no-repeat;
	width:500px; height:200px; margin:auto; margin-top: 0px;
}

textarea {
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size:12px;
	border: 1px solid #999999;
	width:400px; height:100px;
	background-color:#F7EFEF;
	overflow: auto;
}

input {
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size:12px;
	border: 1px solid #999999;
}
input.textboxes {
	width:270px;
	background-color:#F7EFEF;	
}
input.btn {
	color:#ff00c0;
	border: 1px solid #999999;
}

/*  --->  Design by 0tutor.com  <---  */