﻿/********************************************************/
/*	BUTTON												*/
/********************************************************/
.fe_button_normal
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 80px;
	cursor: pointer;
}
.fe_button_large
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 120px;
	cursor: pointer;
}


/********************************************************/
/*	DROPDOWNLIST										*/
/********************************************************/
.fe_dropdownlist_normal
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}


/********************************************************/
/*	FILEUPLOAD											*/
/********************************************************/
.fe_fileupload_normal
{
	height: 21px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}


/********************************************************/
/*	LABEL												*/
/********************************************************/
.fe_label_error
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #ff0000; 
}
.fe_label_success
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #ff7200; 
}
.fe_label_message
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #ff7200; 
}
.fe_label_loading
{
	color: #999; 
}


/********************************************************/
/*	TEXTBOX												*/
/********************************************************/
.fe_textbox_normal
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
