/* GENERAL */
blockquote {
	background-color: #EEE;
	padding: 10px;
	}
caption {
	font-weight: bold;
	text-align: left;
	}
caption, th, td {
	font-size: .7em;
	}
input.regular, select.regular {
	width: 210px;	
	}
.full {
	height:200px;
	width:430px;
	}

/* SIGN-UP PAGE (signup.asp) */
div#form_signup {	
	width: 695px;
	}
	
div.serverErrorMessages {
	color:Red;
	margin-bottom: 10px;
}

div.serverSuccessMessages {
	color: Green;
	margin-bottom: 10px;
}