/********************************************************/
/* Forms Style Sheet 									*/
/* Copyright 2005 by MSO.net			 				*/
/* By Andrew Dixon 										*/
/* 					 									*/
/* File Created on 23/05/2005							*/
/* Last Edited on 23/05/2005							*/
/********************************************************/

/******************/
/* General styles */
/******************/
.formFieldName {
	font-weight			: bold;
	padding-right		: 10px;
	text-align			: right;
}

.formFieldNameError {
	color				: #FF0000;
	padding-right		: 10px;
	font-weight			: bold;
	text-align			: right;
}

.fieldHolder {
	padding-left		: 10px;
}

/****************/
/* Field styles */
/****************/
.formTextfield {
	width				: 250px;
}

.formTextArea { 
	width				: 250px;
	height				: 100px
}

.formSelectList {

}

.formButton {

}
