html {
	height: 100%;
	background: #F0F0F0
}
textarea, input {
 border-width: 3px;
 border-spacing: ;
 border-style: solid;
 border-color: D8D8D8;
 border-collapse: separate;
 background-color: white;
 float: left;
 margin-bottom: 10px;
 width: 340px;
}


textarea {scrollbar-3dlight-color:#F0F0F0;
	scrollbar-arrow-color:#F0F0F0; 
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white; 
	scrollbar-shadow-color:white
}


fieldset {
	border: 0;
}
legend {
	display: none;
}


h1 {
	font: normal 200% "Arial", serif;
	font-weight: bold;
	font-size: 12px;
	color: D8D8D8;

}
form {
	width: 460px;
	border: 10px;
	text-align: left;
background: #efefef;

}
label {
	clear: left;
	float: left;
	width: 100px;
	margin: 0x 0 10px 0;
}
input.button {
	width: 135px;
	height: 135px;
	padding-top: 100px;
	background: url(button.jpg) transparent 0% 0% no-repeat;
	border: 0;
	margin: 1em 0 0 168px;
	cursor: pointer;