
.invalidInput, .error {
	color:#8a1f11;
	background-color:#fbe3e4;
}

.error, .notice {
	padding: 5px;
	margin: 15px;
}

.error {
	border: 2px solid #8a1f11;
	display: none;
	font-weight: normal;
}

.notice {
	background-color: #FFF6BF;
	color: #514721;
	border: 2px solid #FFD324;
	display: none;
	font-weight: normal;
}

form {
	width: 536px;
	height: 610px;
	margin: auto;
	font-family: Palatino Linotype, Tahoma, Verdana;
	/*background-color: #e5e5e5;*/
}

form fieldset {
	border-top: 2px solid #2d4052;
	border-right: none;
	border-bottom: none;
	border-left: 2px solid #2d4052;
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	font-weight: bold;
}

form legend {
	padding: 5px 5px 15px 5px;
	color: #ffffff;
}

form label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
}

form input, form select, form textarea{
	width: 300px;
	margin-bottom: 10px;
	margin-left: 0.5em;
}

form button {
	cursor: pointer;
	margin: 5px 15px 5px 0;
	width: 80px;
	height: 25px;
	position: relative;
	left: 160px;
}