/* Reset */

HTML {
	font-size: 100.01%;
}

HTML, BODY {
	width: 100%;
}

html, body, div, p, table, tr, td, th, a, span, form, ul, ol, li {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
  font-size: inherit;
    font-family: inherit;
    color: inherit;
	text-align: left;
	vertical-align: top;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 5px 0;
}

h3 {
	margin: 5px 0;
	font-size: 16px;
}

a {
	color: #EFD487;
	text-decoration: underline;
	outline-style:none;
}

a:hover {
	text-decoration: none;
}

ul, ol {
	padding-left: 10px;
}

th {
	text-align: center;
	font-weight: bold;
}

input {
	vertical-align: middle;
}

/* Design */

body {
	background: #000;
}

#layout {
	width: 830px;
	margin: 0 auto;
}

#zv {
	width: 520px;
	float: left;
}

#zv div {
	width: 520px;
	height: 48px;
	background: url('left_button_bg.png') left center no-repeat;
	text-align: center;
	vertical-align: middle;
	line-height: 48px;
	padding-left: 100px;
	position: relative;
	cursor: pointer;
}

#zv div.on {
	background: url('left_onbutton_bg.png') left center no-repeat;
}

#zv div.on span {
  color: #fff;
}

.fr {
    position: absolute;
    left: 50px;
    top: 5px;
    line-height: normal;
}
.time {
	position: absolute;
	left: 50px;
	top: 32px;
	line-height: normal;

}

#priv {
	width: 262px;
	float: right;
}

#priv div {
	width: 158px;
	height: 48px;
	background: url('right_button_bg.png') left center no-repeat;
	text-align: center;
	vertical-align: middle;
	line-height: 48px;
	padding-left: 104px;
	cursor: pointer;
}

#priv div.on {
	background: url('right_onbutton_bg.png') left center no-repeat;
}

#icons  {
margin:0 262px 0 520px;
}

#icons div {
	width: 48px;
	height: 48px;
	background: url('icon_bg.png') center center no-repeat;
	line-height: 48px;
	text-align: center;
}

#icons div img {
	vertical-align: middle;
}

#zv div, #priv div, #icons div {
margin-bottom: 7px;
}


#layout {
    color: #00ffff;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
}

