/* ================================
    CSS STYLES FOR Module Forms
   ================================
*/

.FormBackground
{
	background-color: transparent;
	font-family:  Tahoma,  Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	 color: black;

}

.FormTitle
{
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
	 color: black;

}


.FormControl
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 
}

.FormButton 
{
	background-color: transparent; 
	
	color: black;
	font-weight: 700;
	width: 100px;
	height: 34px;
	margin-top: 20px;
}

.FormInfo
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
	 color: black;
}