@charset "utf-8";
body {
	background-color: #393939;
}
a {
	color: #669900;
	text-decoration: none;
}
.ad {
	color: #669900;
	text-decoration: underline;
	font-size: 11px;
	font-family: sans-serif;
}
.ad:hover{
	text-decoration: none;
}
.box {
	color: #FFFFFF;
	font-size: 80%;
	font-family: sans-serif;
	text-align: justify;
	width: 500px;
	height: 140px;
	background: url('../../images/textarea.gif');
}
.taken {
	color: #000000;
	width: 468px;
	border: 2px solid #FF0000;
}
.textMargin {
	margin: 5px 10px 10px 10px;
}
.untaken {
	color: #000000;
	width: 468px;
	border: 2px solid #009900;
}
#body{
	float: none;
	width: 625px;
	height: 550px;
	background: url(../../images/body.gif) no-repeat left bottom;
	color: #FFFFFF;
	margin-left: auto;
    margin-right: auto;
}
#button{
	margin-left: -17px;
	margin-left: -17px;
	margin-bottom: -8px;
}
#front{
	margin-right: -6px;
	voice-family:inherit;
	margin-bottom: -8px;
}
#tag{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 300px;
	height: 26px;
	padding: 3px;
	padding-left: 10px;
	border: none;
	background: url(../../images/bar.gif) no-repeat;
}