td {
	white-space:nowrap;
	padding: 6px 0 6px 0;
}
label {
	font-family:Helvetica, Arial, sans-serif;
	color:#999;
	width:60px;
}
input, textarea {
	width:240px;
	line-height:30px;
	border:1px solid #ccc;	
}
textarea {
	color:#404040;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}
#button {
	width:33%;
	background-color:#D9D5BE;
	color:#514e4e;
	line-height:2.8;
	padding:2px 10px 0 10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;	
}
#button:hover {
	background-color: #E1DEC9;
	cursor:pointer;
}
.error {
	background-color:#FF0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
}
#loading {
	position:relative;
	bottom:9px;
	visibility:hidden;
}
