.lbl
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: Navy;
	padding-bottom: 3px;
	text-transform: none;
}

.lbl_rs
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	color: Black;
}

.lbl_hd
{
	font-family: Trebuchet MS,Arial;
	font-size: 11pt;
	color: #B38206;
	font-weight: bold;
}


.ddl
{
	border-top: solid 1px #D0DFFA;
	border-right: solid 1px #D0DFFA;
	border-bottom: solid 1px #D0DFFA;
	border-left: solid 1px #D0DFFA;
	padding: 4px;
	background-color: #F3F3F3;
	font-family: Verdana;
	font-size: 9pt;
}
.txt
{
	border-top: solid 1px #C4D7F9;
	border-right: solid 1px #C4D7F9;
	border-bottom: solid 1px #C4D7F9;
	border-left: solid 1px #C4D7F9;
	padding: 2px;
	background-color: White;
	font-family: Verdana;
	font-size: 8pt;
}
.btn
{
	margin: 5px;
	padding: 5px;
	background-color: #3399cc;
	color: White;
}

.lnk
{
	color: Blue;
	font-family: Verdana;
	font-size: 9pt;
}
.rdb
{
	padding: 3px;
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	border: none;
}
.Save-custom-button {
	color: #fff;
	border: 0;
	margin: 0 6px;
	width: 150%;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	max-width: 120px;
	border-radius: 4px;
	padding: 5px;
	background-color: #3399cc;
}

	.Save-custom-button:hover {
		background-color: #0056b3;
	}

	.Save-custom-button:disabled {
		cursor: not-allowed;
	}

