@charset "utf-8";
/* CSS Document */
td img {
	display: block;
}
body, td, th {
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
td {
	vertical-align:top;
}
a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
a:hover {
	color:#FF9933;
}
.tableborder {
	border:1px solid silver;
}
.title {
	font-size:24px;
	font-weight:bold;
}
.textbox {
	border: 2px dashed #D1C7AC;
	width: 200px;
	margin-bottom: 5px;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.commentbox {
	border: 2px dashed #D1C7AC;
	width: 300px;
	margin-bottom: 5px;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.buttons {
	border: 2px dashed #D1C7AC;
	margin-bottom: 5px;
	filter:alpha(opacity=60);
	opacity:0.6;
}
