div.modal {text-align:center;}
.modal {
	display: none;
	z-index: 5;
	background-color: #333;
	border: 1px solid #444;
	padding: 10px;
	position: fixed;
	opacity: 0.8;
	left: 50%;
	top: 50%;
	width: 700px;
        margin-left:-360px;
}
.modal_close {
	background-image: url(close.png);
	top: 0px;
	right: 0px;
	position: absolute;
	height: 25px;
	width: 25px;
}
.modal_logo {
	background-image: url(logo.png);
	top: 0px;
	left: 0px;
	position: absolute;
	height: 25px;
	width: 25px;
}
.mask {
	height: 100%;
	width: 100%;
	position: fixed;
	display: none;
	z-index: 1;
	background-image: url(bg.png);
	background-repeat: repeat;
	left: 0px;
	top: 0px;
}
#ubars {
	text-align: center;
}

#ubars img {
	margin: 10px;
        cursor: pointer;
}
#ubar_thumb {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}

/* tabs*/
#tabs {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	margin-bottom: 5px;
	clear: both;
	float: left;
	width: 820px;
	}
#tabs img {
	height: 100px;
	border: 1px solid #666;
	margin: 2px;
	}
#tabs img:hover {
	border-color: #FF9900 !important;
	}
#tabs ul {
	float: left;
	padding-top: 5px;
	}
	
#tabs li {
	margin-left: 8px;
	list-style: none;
	}
	
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
	}
		
#tabs li,
#tabs li a {
	float: left;
	}
	
#tabs ul li a {
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	}
	
#tabs ul li.active {
	background: #292929;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #444;
	border-right-color: #444;
	border-left-color: #444;
	}
	
#tabs ul li.active a {
	color: #09F;

	}
	
#tabs div {
	clear: both;
	background-color: #292929;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	}

