label {
	display:block;
	float:left;
	width:100px;
	font-weight:100;
	color:#222;
	margin-top:3px;
}

input, textarea {
	margin-bottom:10px;
	
	border-top: 2px solid #9b9b9b;
	border-left: 2px solid #9b9b9b;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-image:url(img/inputbckg.gif);
	padding:6px;
	font-size:14px;
}

#searchform input {
	border:none;
	background:#fff;
	margin:8px 0 0 0;
	padding:2px;
	width:130px;
	height:20px;
}

#mailformformtype_mail,
.mailformformtype_mail {
	background-image:url(img/buttonbckg.gif);
	border:none;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	padding:2px 20px;
	width:auto;
	cursor: pointer;
	font-size:0.8em;
}

textarea {
	width:350px;
}

input {
	width:200px;
}