div.contact{
	width:100%;
	font-size: 12px;
	color: #000;
	
	margin-left: 10px;
	
	font-weight:bold;
}

div.contact input.textbox{
	width: 300px;
	padding: 2px;
	
	border: solid 1px black;
	
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

div.contact input.textbox_small{
	width: 150px;
	padding: 2px;
	
	border: solid 1px black;
	
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

div.contact textarea.textarea{
	width: 300px;
	height: 150px;
	padding: 2px;
	
	border: solid 1px black;
	
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

div.contact input.submit{
	/*width: 100px;*/
	padding: 2px;
	
	background-color: #fff;
	border: solid 1px black;
	
	font-weight: bold;
	font-size: 14px;
	color: #000;
}