/* CSS Document */

/*common style*/
body {
	background-color: #333333;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	-webkit-tap-highlight-color:rgba(200,0,0,0.4);
}
#top-bar {
	position: absolute;	width: 320px; left: 50%; margin-left: -160px; 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: 50%; margin-left: -160px; height: 22px;	top: 0px; z-index: 1;
	background-color:rgba(255, 255, 255, 0.2);
}
#btn-home {
	position:absolute; top:9px; left:10px; width:34px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/home.png);
}
#btn-twitter {
	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;
}
#footage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	width: 320px;
	text-align: center;
	z-index: 2;
	height: 16px;
	margin-top: 5px;
	left: 0px;
	top: 395px;
}
.ads{
	width: 320px; height:50px;
	position:absolute; top:320px; left:0px;
}

/*style for this app*/
#appMain {
	height: 370px;
	width: 320px;
	position: absolute;
	left: 0px;
	top: 46px;
	overflow: hidden;
}
#content {
	height: 355px;
	width: 640px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Page 1 */
#appMain #content #textInput {
	height: 355px;
	width: 320px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#appMain #content #textInput #inputBgd {
	height: 250px;
	width: 280px;
	left: 12px;
	position: relative;
	
}
#appMain #content #textInput #inputBgd #inputTitle {
	height: 20px;
	width: 280px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	font-size:15px;
}
#appMain #content #textInput #inputBgd #inputBox {
	position: relative;
	top: 10px;
	height: 200px;
	width: 280px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	font-size:15px;
}

/* Page 2 */
#appMain #content #textFormat {
	height: 355px;
	width: 320px;
	position: absolute;
	left: 320px;
	top: 0px;
}
#appMain #content #textFormat #btnbar {
	position: absolute;
	width: 320px;
	left: 0px;
	top: 30px;
	background-color: #CCCCCC;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	z-index: 2;
	overflow: hidden;
}
#appMain #content #textFormat #btnbar #subbar {
	background-color: #666666;
	position: absolute;
	height: 35px;
	width: 960px;
	top: 35px;
}
#appMain #content #textFormat #txtContainer {
	background-color: #FFFFFF;
	position: absolute;
	height: 250px;
	width: 320px;
	left: 0px;
	top: 66px;
	z-index:0;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
}
#appMain #content #textFormat #txtContainer #txt {
	position: absolute; 
	overflow: visible;
}


/* shared classes */
.title {
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 10px;
	font-family: Arial Rounded MT Bold;
}
.btns {
	line-height: 25px;
	background-color: #333333;
	position: absolute;
	height: 25px;
	width: 25px;
	text-align: center;
	top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	cursor: pointer;
}
.btn1 {
	position: absolute;
	line-height: 20px;
	height: 20px;
	width: 70px;
	top: 327px;
	text-align: center;
	color: #FFF;
	background-color:#369;
	background-image:-webkit-gradient(linear, right bottom, right top, from(rgba(255,255,255,0)), color-stop(0.5, rgba(255,255,255,0)), color-stop(0.51, rgba(255,255,255,0.1)),  to(rgba(255,255,255,0.2)));
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 14px;
	font-family: Arial Rounded MT Bold;
	cursor: pointer;
}
.label {
	line-height: 35px;
	color: #333;
	position: absolute;
	height: 35px;
	width: 95px;
	text-align: center;
	top: 0px;
	font-family: Arial;
	font-size: 12px;
}
.txtSel {
	border: #9CF 2px solid;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.txtUnSel {
	border: #FFF 2px solid;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


