
/* BUTTON LINK */
a.btnLink:link, a.btnLink:visited, a.btnLink:hover, a.btnLink:active {
	background: #9C9C9C;
	border-top: 2px solid #CECECE;
	border-left: 2px solid #BDBDBD;
	border-right: 2px solid #8C8C8C;
	border-bottom: 2px solid #636363;
	color: #FFFFFF;
	font-family: "Arial Unicode MS", arial, helvetica;
	font-size: 10px;
	line-height: 180%;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: hand, pointer;
	}
	
td.frmLblBottom30 {
	text-align: right;
	vertical-align: bottom;
	width: 30%;
	}
td.frmLblTop30 {
	padding-top: 10px;
	text-align: right;
	vertical-align: top;
	width: 30%;
	}
	
.successMsg {
	color: green;
	font-size: 12px;
	font-family: arial, helvetica; 
	font-weight: bold;
	font-style: normal;
	margin-bottom: 18px;
	text-align: center;
	}
    
div.bodyThin {
	clear: both;
	display: block;
	margin: 0 0 0 38px;
	padding: 0px;
	width: 500px;
	}    
