body
{
	font-family:Tahoma;
	font-size:12px;
}
td
{
	font-family:Tahoma;
	font-size:12px;
}
h1
{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
}
a
{
	color:#333399;
	font-size:12px;
	text-decoration:none;
}
a:hover
{
	color:#333366;
	text-decoration:underline;
}
a:active
{
	font-size:12px;
	text-decoration:none;
	color:#3333cc;
}
a.none
{
	color:Black;
	font-size:12px;
	text-decoration:none;
}

.inputclass
{
	border-left:1px solid #156f9c;
	border-right:1px solid #156f9c;
	border-top:1px solid #156f9c;
	border-bottom:1px solid #156f9c;
	
	
	background-color:#efefef;
	font-family:Tahoma,Verdana,Arial;
	font-size:13px;
}
.buttonclass
{
	border-left:1px solid #156f9c;
	border-right:1px solid #156f9c;
	border-top:1px solid #156f9c;
	border-bottom:1px solid #156f9c;
	background-color:#efefff;
	font-family:Tahoma,Verdana,Arial;
	font-size:13px;
	cursor: hand;
}
.radioclass
{
	border:2px solid;
	border-color:Black;
	color:Red;
}

.customPropertiesFirstRow
{
	width : 200px;
}

.customPropertiesSecondRow input, .customPropertiesSecondRow select
{
	border-left:1px solid #156f9c;
	border-right:1px solid #156f9c;
	border-top:1px solid #156f9c;
	border-bottom:1px solid #156f9c;
	
	background-color:#efefef;
	font-family:Tahoma,Verdana,Arial;
	font-size:13px;
}

.customPropertiesMandatoryField
{
	color: Red;
}