/* ================================
    CSS STYLES FOR Module Forms
   ================================
*/

.FormBackground
{
	background-color: #eeeeee;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FormControl
{
	font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
color: #333333;
}

.FormButton 
{
	background-color: #E7E7E7;
	border-bottom: solid 1px Black;
	border-right: solid 1px Black;
	border-top: solid 1px Black;
	border-left: solid 1px Black;
	color: Black;
	font-weight: 700;
}

.FormInfo
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
color: #000000;
text-align: center;
}