.tableBorder{
	border:thin solid #CCCCCC;
}
.fineprint{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	color: #999999;
}
.tableBorder {
	border: thin solid #CCCCCC;
}
.fineprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
.tableAction {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.tableHeadings {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: underline;
}

.altLines {
	background-color: #CCCCCC;
}
.formHeadings {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight:bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.copyHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.leftPadding {
	padding-left: 5px;
}

.hide {
	visibility:hidden;
}

#getBailNowForm {
	position: absolute;
	width:82px;
	height:298px;
	z-index:51;
	top: 50%;
	left: 50%;
	margin-top: -150px; /*set to a negative number 1/2 of your height*/
	margin-left: -41px; /*set to a negative number 1/2 of your width*/	
	
/*	position:absolute;
	left:939px;
	top:299px;
	width:82px;
	height:298px;
	z-index:20;*/
}
