div.captcha-layer {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000000;
	top: 0px;
	left: 0px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

div.captcha-container {
	position:absolute;
	top:50%;
	left:50%;
	width:576px;
	height:280px;
	margin-left:-288px;
	margin-top:-140px;
	border:none;
}

table.reactivate p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a51100;	
	margin-top: 8px;
	margin-bottom: 16px;
	cursor: default;
}

table.captchakey {
	width: 100%;	
}
	
table.captchakey td.left {
	border-right: 1px solid #a51100;	
	padding-right: 10px;	
	vertical-align: top;
	width: 325px;
}

table.captchakey td.right {
	padding-left: 10px;	
	vertical-align: top;
}

div.keybox {
	margin-top: -10px;
	margin-bottom: 2px;
	width:216px;
	height:74px;
	background-image:url(../img/frame-input-2.png);
	background-repeat:no-repeat;
}

div.keybox > div {
	position: relative;
	top:8px;
	margin-left:24px;
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	cursor: default;
}

table.keydetails input {
	position: relative;
	font-family: helvetica,sans-serif;
	font-size: 10pt;
	padding:0px;
	width: 94px;
	border: 1px solid #CCA940;
}

table.keydetails {
	margin-top: 10px;
	margin-left:34px;
}

table.keydetails td {
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	cursor: default;
	white-space: nowrap;
}

table.roundrect-white > tbody > tr > td {
	padding: 0px;
	margin: 0px;
}

table.roundrect-white > tbody > tr > td.topleft {
	width: 4px;
	height: 4px;
	background-image: url(../img/roundrect-white-topleft.gif);
	background-repeat: no-repeat;
}

table.roundrect-white > tbody > tr > td.top {
	height: 4px;
	background-color: #ffffff;
}

table.roundrect-white > tbody > tr > td.topright {
	width: 4px;
	height: 4px;
	background-image: url(../img/roundrect-white-topright.gif);
	background-repeat: no-repeat;
}

table.roundrect-white > tbody > tr > td.left {
	width: 4px;
	background-color: #ffffff;
}

table.roundrect-white td.center {
	background-color: #ffffff;
	padding: 6px;
}

table.roundrect-white > tbody > tr > td.right {
	width: 4px;
	background-color: #ffffff;
}

table.roundrect-white > tbody > tr > td.bottomleft {
	width: 4px;
	height: 4px;
	background-image: url(../img/roundrect-white-bottomleft.gif);
	background-repeat: no-repeat;
}

table.roundrect-white > tbody > tr > td.bottom {
	height: 4px;
	background-color: #ffffff;
}

table.roundrect-white > tbody > tr > td.bottomright {
	width: 4px;
	height: 4px;
	background-image: url(../img/roundrect-white-bottomright.gif);
	background-repeat: no-repeat;
}

a {
	color:#440000;
}

a:hover {
	color:#660000;
}


a img {
	border: none;
}
