form .required {
	font-weight: bold;
	color: #c00;
}
form .fieldError {
	border: 1px solid #600;
	background: #FFEFEF;
}

#ErrorMsg {
	border: 1px solid #ccc;
	background: #FCFCFC;
	margin: 5px 30px 15px 0;
	padding: 5px 10px 10px;
	color: #300;
	display: none;
}
	#ErrorMsg b {
		display: block;
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		padding: 2px 0 0 25px;
		margin: 5px auto 15px;
		color: #9c0000;
		letter-spacing: 1px;
		height: 18px;
		width: 110px;
		background: url(../images/shared/error.png) no-repeat;
	}

form input, form textarea {
	font-family: georgia, arial;
	color: #555;
}
form input { font-size: 15px; }
form textarea { font-size: 14px; }
.fieldFocus { border: 2px solid #6B8FAA; }
	
form .buttons {
	text-align: center;
	padding: 15px 0;
}
	form .buttons button {
		padding: 3px 12px;
		cursor: pointer;
	}
