body {margin:10px 0 0 0;padding:0;}
img, a img {border:0;}
div.lightbox {
	background:#2A2A2A;
	color:#999;
	font-family: Arial,Tahoma,sans-serif;
	font-size:.96em;
	margin:0 auto;	
}
div.lightbox table {
	margin:5px 0;
	
}
div.lightbox table td {
	padding:5px;
}
div.lightbox a img {
	border: 1px solid #505050;
	padding:2px;
}

div.votepage {
	width:700px;
	margin:0 auto;
	padding:10px 0 20px 0;
}
div.votepage h1 {
	font-size:  1.25em;
	font-weight:bold;
	padding: 0 0 10px 0;
}
div.votepage h2 {
	background: transparent;
	color: #ACC00F;
	font-size:  1.1em;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}
table.voteform {
	margin:10px 0;
	width:600px;
}
table.voteform td {
	border:0;
	/*border-bottom:1px solid #2a2a2a;*/
	padding:5px;
}

#popupMask {
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../../include/ssphp/submodal/maskBG.png") !important; /* For browsers Moz, Opera, etc.*/
	background-image:none;
	background-repeat: repeat;
	display:none;
	filter: alpha(opacity=60);
	height: 100%;
	left: 0;
	opacity: .6;
	top: 0;
	width: 100%;
}

#popupContainer {
	display:none;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#popupContainer td {
	border: 0;
	margin: 0;
	padding: 0;
}

#popupInner {
	/*border: 1px solid #000;
	background-color: #fff;*/
}


#popupFrameOuter {
	background:#2A2A2A;
	display: block;
	position: relative;
	margin:0;
	padding: 5px;
}

#popupFrame {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 202;
	margin:0 auto;	
}
#popupTitleBar {
	background-color: #ABBF0E;
	color: #fff;
	font-weight: bold;
	height: 1.3em;
	margin: 0;
	padding: 5px;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	display:inline;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
#popupControls {
	float: right;
	display:inline;
	cursor: pointer;
	cursor: hand;
	margin: 0;
	padding: 0;
}

a#popCloseBox {
	background-color: #D8000C;
	color: #fff;
	font-weight: 900;
	margin: 0;
	padding: 2px 0 0 0;
	text-decoration: none;
}