html, body {
	margin: 5px;
	padding: 0px;
	background: #FFF;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#nice {
	position: relative;
	top: 5px;
	left: 0px;
	width: 186px;
	height: 385px;
	float: left;
	border: 1px solid #FFF;
	font-size: 1px;
}

h1 {
	color: #EF5F00;
	font-size: 14px;
	text-indent: 10px;
}

h1:first-letter {
	color: #EF5F00;
	font-size: 16px;
}

.textinput {
	width: 200px;
	font-size: 11px;
	background: transparent;
	border: 1px inset black;
	font-weight: bold;
	overflow: auto;
}

.shortinput {
	width: 40px;
	font-size: 10px;
	background: transparent;
	border: 1px inset black;
}

.textinput:hover, .shortinput:hover, .textinput:focus, .shortinput:focus {
	background-color: #eaeaea;
	color: #FF6600;
	font-weight: normal;
}

.btn {
	background-color: #008;
	color: #FFF;
	font-weight: bold;
	border: 0px;
	font-size: 10px;
} 

.btn:hover {
	background-color: #D00;
	color: #FFF;
	border: 0px;
}


.required {
	border-left: 2px solid red;
}

label {
	position: relative;
	clear: both;
	float: left;
	width: 150px;
	margin: 0px 0px 10px 0px;
}

.textinput {
	float: left;
	margin: 0px 0px 10px 0px;
}

#send {
	clear: both;
	float: left;
	margin: 0px 10px 0px 0px;
}

.btn {
	float: left;
}