/* CSS Document */

body {
	background-color: #333333;
	-webkit-text-size-adjust: none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
	-webkit-tap-highlight-color:rgba(200,0,0,0.4);
}

#top_bar {
	position: absolute;	width: 320px; left: 0px; height: 45px;	top: 0px; z-index: 0;
	background-image:-webkit-gradient(linear, right bottom, right top, color-stop(0, #444), color-stop(0.53, #000));
	text-align:center; color:rgba(255, 255, 220, 0.9); font-family:"Arial Rounded MT Bold"; font-size: 22px; line-height: 45px;
	padding-top: 1px;
}
#top_bar_glossy {
	position: absolute;	width: 320px; left: 0px;  height: 22px;	top: 0px; z-index: 1;
	background-color:rgba(255, 255, 255, 0.2);
}
#link_home {
	position:absolute; top:9px; left:10px; width:34px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/home.png);
}
#link_email {
	position:absolute; top:11px; right:10px; width:25px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/twitter.png);
	font-size:20px; line-height:25px;
}





#statusbar {
	width: 320px;
	position: absolute;
	left: 0px;
	top: 45px;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
}
.tab {
	background-color: #666666;
	height: 20px;
	width: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
.content {
	background-color: #DDDDDD;
	position: absolute;
	height: 260px;
	width: 290px;
	left: 0px;
	top: 79px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.textbox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
.result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px;
	width: 270px;
	text-align: justify;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.basic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px;
	width: 270px;
	height: 215px;
	text-align: justify;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#wv {
	visibility: hidden;
}
#vv {
	visibility: hidden;
}
#m {
	visibility: hidden;
}
#basic {
	visibility: visible;
}











#footage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	position: absolute;
	width: 320px;
	left: 0px;
	text-align: center;
	z-index: 2;
	height: 16px;
	top: 395px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.ads{
	position:absolute;
	top:366px; left:0px;
}
.ads-link{
	font-size:12px;
	color:#666666;
}

