body, div, h1, h2, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.2em;
}
/* general */
a {
	text-decoration: none;
	color: #5a5;
}
a:hover {
	text-decoration: underline;
}
div {
	text-align: left;
}
strong {
	font-weight: bold;
	color: #c00;
}
.clear {
	clear: both;
}
.lclear {
	clear: left;
}
.rclear {
	clear: right;
}

/* body */
body {
	background-color: #9e9;
	text-align: center;
}
#body {
	width: 880px;
	margin: 0 auto;
}

/* ad */
#ad {
	float: right;
	width: 120px;
	height: 600px;
}

/* header */
#hd {
	margin-top: 10px;
	width: 750px;
}
#hd h1 {
	display: block;
	float: left;
	background: url(splitwit_h1.gif) no-repeat;
	width: 154px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
}
#hd #version {
	float: left;
	padding-top: 25px;
	font-size: 8pt;
/*	text-indent: -5px;*/
}
#menu {
	background: url(menu_bg_left.gif) no-repeat;
	background-color: #fff;
	float: right;
	padding-left: 5px;
	height: 30px;
}
#menu_content {
	background: url(menu_bg_right.gif) right top no-repeat;
	padding-right: 5px;
	height: 30px;
	text-align: center;
}
#menu_content a {
	display: block;
	float: left;
	margin: 7px 5px;
}

/* main */
#main {
	width: 750px;
	background: url(main_bg_top.gif) no-repeat;
	background-color: #fff;
	padding-top: 20px;
}
#main_content {
	background: url(main_bg_bottom.gif) left bottom no-repeat;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom:15px;
}
#hint {
	position: absolute;
	opacity: 0.0;
}
#main h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #5a5;
	border-bottom: solid 1px #5a5;
	margin-top: 4px;
	margin-bottom: 2px;
}
#main ul li {
	margin-left: 2em;
}
#main dl dt {
	font-weight: bold;
	margin-top: 2px;
}
#main dl dd {
	margin-left: 2em;
	margin-bottom: 4px;
}
#main dl dd.sub {
	margin-left: 4em;
	margin-bottom: 4px;
}
#main .download {
	margin: 1em 2em;
}

/* content */
h2#question {
	font-weight: normal;
	color: #000;
	border: 0;
	margin-top: 10px;
}
#tweetheader, #tweetfooter {
	width: 300px;
	border: 1px solid #999;
}
#longtweet {
	clear: left;
	width: 100%;
	height: 10em;
	border: 1px solid #999;
	margin-top: 5px;
}
.block {
	clear: left;
	padding: 4px 0 16px 100px;
}
.tweet {
	float: left;
	width: 515px;
	border: 1px solid #999;
	padding: 2px;
	background-color: #eee;
}
.posting .tweet {
	color: #666;
	background-color: #ffe;
}
.count {
	float: left;
	font-weight: bold;
	font-size: 14pt;
	color: #999;
	padding-left: 8px;
}
.count img {
	display: none;
}
.posting .count img {
	display: inline;
}
.over {
	color: #d01;
}
.result {
	padding: 4px 0 16px 0;
	clear: left;
	text-align: center;
}
.error {
	color: #d01;
}
.result input {
	padding: 5px 20px;
}

/* footer */
#ft {
	width: 750px;
	background: url(ft_bg_top.gif) no-repeat;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#ft_content {
	background: url(ft_bg_bottom.gif) left bottom no-repeat;
	padding-bottom: 5px;
	text-align: center;
}
