﻿/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#09F;

}

/* Messages */
.FormSubmitted
{
	font-family:"Lucida Console", Monaco, monospace;
	font-weight:bold; 
	font-size: 16px;
}
.FormError
{
	color:Red; 
	font-size: 12px;
	font-weight:bold;
}

/* Form table */
.FormTable
{
	width:400px;
	padding-top:5px;
	padding-right:4px;
}
.FormLabelCell
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
	vertical-align:top;	

}
.FormControlCell{}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{}
.FormTextArea{}
.FormTextBox{}
.FormSubmit{}
.FormRadioButtonList{}
.Normal{}
.NormalRed{}
