.labels	{
	font-size:	14pt;
}

.fields	{
	font-size:	16pt;
}

.ta_fields	{
	font-size:	13pt;
}

.field_containers	{
	margin:	10px 0px 10px 0px;
}

.helper	{
	margin-left: 5px;
	font-size:	8pt;
}

.error	{
	border: 1px solid red;
}

.helper_text {
	font-size:	9pt;
	color: #708090;
	padding: 0px 3px 0px 3px;
	margin-left: 10px;
}

.error_text {
	font-size:	9pt;
	font-weight: bold;
	color: red;
	background-color: #FFCECE;
	padding: 0px 3px 0px 3px;
	margin-left: 10px;
}

.ok_text {
	font-size:	9pt;
	font-weight: bold;
	color: green;
	background-color: #9FE8A0;
	padding: 0px 3px 0px 3px;
	margin-left: 10px;
}

.message_text {
	font-size:	9pt;
	color: green;
	background-color: #D6E7D1;
	padding: 0px 3px 0px 3px;
	margin-left: 10px;
}

.label2 {
	font-size: 12pt; 
	font-weight: bold;
}

/*Tabs*/

.tab_item	{
	padding: 0px 5px 0px 5px; 
	border-left: 1px solid Gray; 
	border-top: 1px solid Gray; 
	border-right: 1px solid Gray;
	cursor: pointer;
}
		
.tab_active		{
	background-color: white; 
	border-bottom: 1px solid white;
}
				 
.tab_inactive	{
	background-color: #dcdcdc; 
	color: #708090;
	border-bottom: 1px solid Gray;
}
				 
.tab_inactive:hover	{
	background-color: Gray;
	color: #FFFFFF;
}
					 
#tabband	{
	border-bottom: 1px solid gray;
}

.tab_box	{
	border-left: 1px solid Gray; 
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
	background-color: white;
	padding: 20px 0px 20px 50px;
}
