body {
	margin: 0px; 
	padding: 0px;
	font-family: Helvetica;
	width: 320px;
	
	overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;

}

#header { 
	width: 320px; 
	float: left; 
	clear: both; 
	right: 0px; left: 0px; top: 0px; 
	position: relative; 
	height: 50px; 
	color: white; 
	background-color: #222222; 
}

#header h1 {
	font-size: 15pt;
	text-align: center;
	vertical-align: middle;
	color: #fffdfa;
	background-position: 0 center;
}


#menuRight, #menuLeft, 
#menuLeftOver, #menuRightOver, 
#menuLeftOverP, #menuRightOverP,
#menuLeftOverWide, #menuRightOverWide {
	position: absolute;
	width: 74px;
	height: 44px;
	top: 0px;
}

#menuRight, #menuRightOver, #menuRightOverP, #menuRightOverWide {
	right: 5px;
}

#menuLeft, #menuLeftOver, #menuLeftOverP, #menuLeftOverWide {
	left: 5px;
}

#menuLeftOver, #menuRightOver, 
#menuLeftOverP, #menuRightOverP {
	width: 50px;
}

#menuButton0, #menuButton1, #menuButton2, #menuButton3, #menuButton4, #menuButton5 {
	position: absolute;
	width: 75px;
	height: 44px;
}

#menuButton0, #menuButton3 { left: 5px; }

#menuButton1, #menuButton4 { left: 108px; }

#menuButton2, #menuButton5 { left: 210px; }


#menuButton0, #menuButton1, #menuButton2 {
	top: 45px;
}

#menuButton3, #menuButton4, #menuButton5 {
	top: 90px;
}

.menu {
	width: 60px;
}

.textinput {
	font-size: 16px;
}

.message {
	margin: 10px 10px 5px 10px;
	width: 280px;
	height: 120px;
}

#countText {
	position: absolute;
	font-size: 14px;
	top: auto;
	right: 12px;
	text-align: right;
}

.send {	
	width: 100px;
	margin-top: 0px;
}

.service {
	width: 68px;
}

#postbox, #placebox, #menubox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 170px;
	background: #000000;
	opacity: 1.0;
	z-index: 100;
}

#menubox {
	height: 140px;
}

#postbox h1, #placebox h1, #menubox h1 {
	font-size: 15pt;
	text-align: center;
	vertical-align: middle;
	color: #fffdfa;
	background-position: 0 center;
}

#postTextOver,  #postTextOverP{
	position: inherit;
	top: 55px;
	left: 10px;
	width: 280px;
	height: 95px;
}

#postOverButton {
	position: inherit;
	width: 70px;
	height: 40px;
	top: 120px;
	left: 115px;
}


#msgBody {
	position: absolute;
	top: 55px;
	margin-left:10px;
	margin-right:10px;

}
.memo {
	width: 300px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-color: #7d7d7d;
	border-bottom-style: solid;
	overflow: hidden;
	font-size: 14px;
}

.memo a {
	text-decoration: none;
	color: #222222;
}

.memoicon {
	padding: 2px;
	float: left;
}

.memomsg {
	margin-left: 50px;
}

.replymsg {
	font-size: 10px;
	color: #113700;
	margin-bottom: 3px;
}

.twitxricon {
	padding: 2px;
	float: right;
}

.twitxrmsg {
	margin-left: 50px;
	margin-right: 50px;
}

.graystr {
	color: #999999;
}


.comment {
	background: #FFFFE0;
}

.new {
	background: #FFEEFF;
}

