#top {
	height: 100px;
	width: 100%;
	border-bottom: 1px #333 solid;
	}
	
#top2 {
	width: 100%;
	background: #171717;
	border-bottom: 1px #333 solid;
	}

#top2 {
	font-size: 11px;
	color: #fff;
	font-family: Arial;
	text-align: center;
	padding: 7px;}
	
#right {
	float: right;
	width: 100px;
	display: inline;
	}
	
#flashcontent2 {
	height: 100%;
	float: left;
	display: inline;
	}
.popContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	z-index: 10;
	background-color:#000;
}
.theContent { 
	width: 820px;
	min-height: 270px;
	height: 270px;
	height: auto !important;
	z-index: 1000;
	
	margin: 20px auto auto auto; 
	text-align: center;
	position: relative;
	clear:both;
	font-size: 12px;
	border: 10px solid #fff;
	background-color:#000;
}
a { outline: none; }
.loading { background: url(images/loading.gif) no-repeat center; }
.closeBut { width: 800px; float: none; clear: both; display: block; margin: auto; }
#closeButton { float:right; width:66px; height: 22px; background: #fff; cursor: pointer; color: #000; text-align: center; }
.forms { width: 250px;  text-align: left; float:right; font-weight: bold; color: #ccc; }
.forms div { margin: 10px; }
.forms input { width: 230px; border:1px solid #333; background: #151515; color: #fff; font-family: arial, helvetica, sans-serif; font-weight: normal; }
.forms textarea { width: 230px; height: 100px; border:1px solid #333; background: #151515; overflow: auto; color: #fff; font-family: arial, helvetica, sans-serif; font-size: 12px; }
.red { color: red; }
