/********************************************************/
/* 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 */
/******************/
.formFieldNameUcase
{
	font-weight			: bold;
	overflow: auto;
	text-transform: uppercase;	
}
.formFieldName {
	font-weight			: normal;
	overflow: auto;
}
.smallFormFieldName
{
	font-weight: normal;
	text-transform: none;
}
.verysmallFormFieldName
{
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;	
}
.formFieldNameError {
	color				: #FF0000;
	font-weight			: bold;
}

.fieldHolder {
	padding-left		: 10px;
}

li
{
	text-transform: none;
}
hr
{
	height: 1px;
	color: black;
}

/****************/
/* Field styles */
/****************/
.formTextfield {
	width				: 420px;
}

.formSmallTextfield
{
	width: 100px;
}
.formVerySmallTextfield
{
	width: 40px;
}
.formTextArea { 
	width				: 250px;
	height				: 100px
}

.formSelectList {

}

.formButton {

}
.spacerLine
{
	background-color: Gray;
	height: 10px;
}