label.required {
}
p.error {
	color: #FF0000;
}
form {
	width: 600px;
}
fieldset#bookstoreEmail div {
	padding-bottom: 10px;
	clear: both;
}

form label, form input, form textarea, form legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #555555;
}
form legend {
	font-weight: bold;
	padding-bottom: 8px;
}
form fieldset {
	background: #eaebcd;
	padding: 8px;
	border: 1px solid #D4D4D4;
}
form label, form input {
	display: block;
	float: left;
	margin-bottom: 10px;
}
form input, form textarea {
	border: 1px solid #A0A098;
	width: 265px;
	padding: 3px;
}
form input:focus, form textarea:focus {
	background-color: #F6F6F6;
}

form label {
	text-align: left;
	width: 275px;
	padding-right: 20px;
}
form br {
	clear: left;
}
form input.button {
	color: #FFFFFF;
	font-weight: bold;
	
	background-color: #dc2456;
	margin: 10px 10px 10px 0;
	
	border: 1px solid #D4D4D4;
	
	width: 100px;
	
	float: right;
}