/* CSS Document */

body, td {
	font: 11px Arial, Helvetica, sans-serif;
	color: #DDD;
	background:#000;
}

input, body {
	margin:0px;
}

a {
	text-decoration:none;
	border-bottom: 1px dotted #FFF;
}

a, .emphasis {
	color:#FFF;
	font-weight:bold;
}

.clickable {
	cursor:pointer;
}

img {
	border:0;
	display:block;
}

#header {
	position:absolute;
	z-index:11;
	left: 26px;
	top: 29px;
	width:707px;
	height:69px;
	background:url(images/template/popup_header.png) no-repeat top left;
}

#fullbleed{
	position:absolute;
	left:1px;
	top:0px;
}

/*IE < 7 png fix */
.png {
	behavior: url(iepngfix.htc);
}