/* CSS Document */
#overlayABMForms {
    visibility:hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
	background: #000;
    background: rgba(0,0,0,0.5);
}
.percentbarsplaceholder
{
	width:147px;
	font-size:0px;
	height:12px;
	float:left;
	background-image:url(/images/border.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.percentbars
{
	font-size:0px;
	height:10px;
	background-image:url(/images/spectr.gif);
	background-repeat:no-repeat;
	background-position:1px 1px;
	width:0%;
}
.percentbarsInv
{
	font-size:0px;
	height:10px;
	max-height:10px;	
	background-image:url(/images/spectrinv2.png);
	background-repeat:no-repeat;
	background-position:1px 1px;
	width:0%;
}


.tdAP
{
	background-color:#fbfbfb;
	font:normal 0.7em Calibri;
	word-break:break-all;
	word-wrap:break-word;
	text-wrap:none;
    white-space:nowrap;
}
.tdAP table
{
	border-collapse:collapse;
	white-space-collapse:collapse;
	table-layout:fixed;
	margin:0px;
	padding:0px;
	
}
.tdAP table tr
{
	height:15px;
	max-height:15px;
	line-height:15px;
}

.tdAP table tr td
{
	width:50%;
	
}
fieldset
{
	margin-top:1em;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	padding:1.5em;
	border:#aaa solid 1px;
	background: #eee;
	text-shadow:0 1px 0 #fff;
	-moz-box-shadow:1px 1px 2px #fff inset;
	-webkit-box-shadow:1px 1px 2px #fff inset;
	box-shadow:1px 1px 2px #fff inset;
	box-sizing:content-box;
}
fieldset legend
{
	padding:2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #aaa;
	background-color:#fff;
	-moz-box-shadow:3px 3px 15px #bbb;
	-webkit-box-shadow: 3px 3px 15px #bbb;
	box-shadow: 3px 3px 15px #bbb;
}