div.inputs
{
	height: 360px;
	width: 460px;
	max-width: 460px;
	background-color: #111111;
	padding: 10 20 10 20px;
	text-align: left;
	border: 2px solid #DDDDDD;
}

div.input_div
{
	margin-top: -180px;
	margin-left: -250px;
	width: 460px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 15;


}

.txt_area
{
	height: 200px;
	width: 400px;
	border: 1px solid #DDDDDD;
	background-color: #f6f6f6;
}

.txt_input
{
	height: 24px;
	width: 200px;
	border: 1px solid #DDDDDD;
	background-color: #f6f6f6;
}



