body {
	font-family:verdana;
	font-size:11px;
	color:#fff;
	margin:0px;
	background-color:#000;
	}
	
a {
	color:#eee;
	font-size:10px;
	font-family:verdana,courier;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}
	
div#mainholder {
	display:none;
	position:absolute;
	width:330px;
	left:50%;
	margin-left:-165px;
	background-color:transparent;
	height:auto;
	z-index:21;
	}
	
div#greyout {
	display:none;
	position:absolute;
	width:100%;
	background-color:#450000;
	height:300px;
	z-index:20;
	filter: Alpha(Opacity=95);
	-moz-opacity:0.95;
	}
	
table tr td {
	font-size:11px;
	color:#fff;
	}

div.holder {
	position:relative;
	width:150px;
	height:22px;
	}
	
div.label {
	position:relative;
	display:inline;
	width:50px;
	height:22px;
	}
	
div.label span, div.holder input, div.holder select  {
	font-family:verdana;
	font-size:11px
	}
	
div.label span {
	position:relative;
	top:5px;
	}
	
span#description {
	font-size:10px;
	}

span.item {
	font-weight:bold;
	font-size:10px;
	position:relative;
	}
	
span.enlarge {
	font-size:9px;
	position:relative;
	top:3px;
	}
	
span.enlarge a {
	text-decoration:none;
	}
	
span.enlarge a:hover {
	color:#000;
	}
	
select {
	display:inline;
	}
	
.clear {
	clear:both;
	margin:0px;
	}
	
div#confirm {
	position:relative;
	width:500px;
	left:50%;
	margin-left:-250px;
	height:400px;
	top:50%;
	margin-top:-200px;
	}
	
	div#confirm span, div#confirm span a {
		font-size:14px;
		color:#fff;
		}