div.contact_view_main{
	float: left;
	width: 100%;
	height: 100%;
}

div.contact_view_left{
	float: left;
	width: 150px;
	height: 100%;

	background-color: #ffffff;
}

div.contact_view_center{
	float: left;	
	margin-left: 10px;
	width: 470px;
	height: 100%;
	
	background-color: #ffffff;
	
	font-size: 14px;
	font-weight: bold;
}

div.contact_view_right{
	float: left;	
	margin-left: 10px;
	width: 300px;
	height: 100%;

	background-color: #ffffff;
}

div.contact_send{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}

div.contact_send div{
	margin-bottom: 20px;
}

div.contact_send span{
	font-size: 18px;
	font-weight: bold;
}

div.contact_send textarea{
	width: 400px;
	height: 150px;
	font-weight: bold;
	
	border: solid 1px black;
}

div.contact_send input.textbox{
	width: 400px;
	margin-bottom: 20px;
	padding: 3px;
	font-size: 12px;

	border: solid 1px black;
}

div.contact_send div.submit{
	margin-left: auto;
	margin-right: auto;
}

div.submit input.submit{
	width: 100px;
	margin:auto;
	margin-top: 10px;
	padding: 3px;

	font-size: 12px;
}