
input, textarea {
	margin: 3px; padding: 3px;
	color: #666;
	font-size: x-small;
	border: 1px solid #ccc;
	background: #f8f8ff;
}
input:focus, textarea:focus {
	border-color: #87CEEB;
	background: #F0F8FF;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
}
form {
	width: 587px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	text-align: left;
	padding: 10px;
	border: 1px solid #efefef;
}
form div {
	height: 30px; line-height: 30px;
	border: 0;
	border-bottom: 1px dashed #efefef;
	text-align: right;
}
div.formTitle {
	text-align: center;
	height: 50px; line-height: 50px;
	margin-bottom: 5px;
}
div.formTitle h2 {
	text-transform: capitalize;
	font-size: medium;
}
form div.info {
	height: auto;
}
div.formButton {
	text-align: center;
	height: 50px; line-height: 50px;
	border: 0;
}
div.formNote {
	height: auto;
	background: #FFFFE0;
	text-align: center;
	border: 0;
}
div.formNote b {
	font-size: x-small;
	color: #B22222;
	font-weight: normal;
}
div.formButton input {
	width: 200px;
	text-align: center;
}
form div span {
	float: left; display: inline;
	margin-left: 5px;	
	width: 200px;
	text-align: right;
}

.error {
	font-weight: bold;
	color: #B22222;
}
.error input, .error textarea {
	border-color: #B22222;
}
