/* ************************************************************************************************* */
/*
	Customer:		St. Bede's School
	Author:			Steve Tanner - MSO.net
	Copyright:		Copyright 2009 MSO.net
 	File:			/stylesheets/alumni_register.css
	Description:	Stylesheet for registration process.
	Mod History:	21-Oct-2009 - MSO7440 - file created
*/
/* ************************************************************************************************* */

/* ELEMENT STYLES */
textarea {
	font-family			:	Arial,Helvetica,sans-serif;
}


/* GENERAL STYLES */
.alu_required {
	color				:	#FF3300;
}
.alu_form_container {
	min-height			:	32px;
}
.alu_form_label {
	float				:	left;
	padding-right		:	10px;
	width				:	230px;
}
.alu_form_field {
	float				:	left;
	width				:	500px;
}
.alu_form_field textarea {
	height				:	100px;
	width				:	514px;
}
.alu_form_field_input {
	width				:	200px;
}
.alu_form_field_input_error {
	background-color	:	#ffffcc;
	border				:	2px solid #FF3300;
	width				:	200px;
}
.alu_form_field_checkbox {
}
.alu_form_field_checkbox_error {
	border				:	2px solid #FF3300;
}
.alu_form_field_input_small {
	width				:	100px;
}
.alu_form_field_input_small_error {
	background-color	:	#ffffcc;
	border				:	2px solid #FF3300;
	width				:	100px;
}
.alu_form_field_select {
	width				:	205px;
}
.alu_form_field_select_small {
	width				:	105px;
}
.alu_clearBoth {
	clear				:	both;
}
.alu_separator {
	border-bottom		:	1px dotted #64e8b4;
	font-size			:	0px;
	height				:	1px;
	margin-top			:	8px;
	width				:	100%;
}
#alu_errorHeading {
	color				:	#FF3300;
	font-size			:	14px;
	font-weight			:	bold;
}
.alu_errorItem, .alu_alertItem {
	color				:	#FF3300;
}

