@charset "utf-8";
/* CSS Document */
body{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bg{
	background-color:#99d9e7;
	background-image:url(http://twtjoin.thangman22.in.th/images/bg.png);
	background-repeat:no-repeat;

}
h1{
	margin:0px;
	font-size:24px;
}
a{
	color:#666;
	text-decoration:underline;
}
/*List of tweet*/
#tweet_box{
	width:500px;
	background:#FFF;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
}
/* Avatar style */
.avatar{
	border:1px #999 solid;
}
/* form area */
#form{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/* Logo */
#logo{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#footer{
	width:500px;
	font-size:10px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#menu{
	margin-left:auto;
	margin-right:auto;
	width:600px;
	text-align:right;
	padding-right:10px;
}
#menu a{
	padding:3px;
	background:#FFF;
	text-decoration:none;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
}
/* text area */
.box{
	border:#CCC 1px solid;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
}
/* submit button */
.button{
	font-size:18px;
	width:100px;
	color:#666;
	font-weight:bold;
	padding:5px;
	background-color:#CF6;
	border:#8fcc16 1px solid;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	text-decoration:none;
}
/* tweet box underline*/
.tweet{
	border-bottom:#999 dotted 1px;
	padding-bottom:5px;
}
.commrnt{
	color:#999;
	font-size:11px;
}
.bix_box{
	height:25px;
	border:#CCC 1px solid;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	font-size:20px;
}
.box_color{
	width:16px;
	height:16px;
}
.color_but{
	background:#FFF;
	border:#999 1px solid;
}
#search{
	background-color:#F3F3F3;
	border:#CCC 1px solid;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	padding:10px;
}
