/********************************************************/
/* 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			: normal;
	font-size			: 14px;
	padding-right		: 10px;
	text-align			: left;
}

.formFieldNameError {
	color				: #FF0000;
	font-size			: 14px;
	padding-right		: 10px;
	font-weight			: bold;
	text-align			: left;
}

.fieldHolder {
	padding-left		: 10px;
}
.formFieldComment
{
	font-size			: 14px;
}

/****************/
/* Field styles */
/****************/
.formTextfield {
	width				: 300px;
	margin				: 2px 0;
}

.formTextArea { 
	width				: 300px;
	height				: 100px
}

.formSelectList {

}

.formButton {

}

/******************  REQUEST A QUOTE *********************/

table tr{
	margin:5px 0 5px 0 !important;
}
