.text {
	font-family: Tahoma, Arial;
	font-size: 10px;
	text-decoration: none;


}
input {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
#contactarea {
	width:250px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #333;
	background-color:#eee;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
}

#inputbox {
	border: 1px solid #000;
	width: 200;
	padding: 2px;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 10px;
}

#inputlabel {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;

}

#textarea {
	border: 1px solid #000;
	padding: 2px;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
	width:220;
}

#submitbutton {
	border: 1px solid #000;
	background-color: #eee;

}
