﻿
/***************************************************************************************/
/*************************************** COMMON ****************************************/
/***************************************************************************************/

.button_common
{
	width: 85px;
	font-family: Verdana;
	font-size: 12px;
}

.groupBoxTitle_common
{
	font-size: 14px;
	font-family: Verdana;
	font-weight:bold;
	color: Gray;
}

.label_common
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.red_label_common
{
	font-family: Verdana;
	font-size: 12px;
	color: #E9786E;
}

.star_common
{
	color: #E9786E;
}

.validatorErrorMessage_common
{
	font-family: Tahoma;
	font-size: 11px;
	color: red;
}


