@charset "utf-8";
/* CSS Document */

.lovelyForm {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	color:#609;
}

body {
	background-color:#FCF;
}

#wrapper {
	width:600px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background-color:#FFF0FB;
}

.lovelyForm h1 {
	font-size: 36px;
}

.lovelyForm h3 {
	font-weight:bold;
	font-size: 16px;
}

.lovelyInput {
	color:#690;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:white;
}

.lovelyError {
	background-color:#F9F;
	color:#600;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.errorMsghide {
	background-color:#FFF0FB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color:#FFF0FB;
	color:#FFF0FB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:none;
}
.errorMsgShow {
	background-color:#FFF0FB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color:#FFF0FB;
	color:#900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

