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

body {
	background-color:#FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
}
p {
	font-size:85%;
	margin:0 0 5px 25px;
	max-width:650px;
}
form {
	width:600px;
	margin:15px auto 10px 20px;
}
label {
	display:block;
	font-weight:bold;
}
.textInput {
	width:250px;
}
.warning {
	font-weight:bold;
	color:#F00;
}
.a {
	color:#F00;
}

.referralname2 {
	color:#F00;
}

.err {
	background-color: #FF9F9F;
}
