@charset "utf-8";

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333;
	color: #000;
}

p {
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 1px;
}

small {
	font-size: 9px;
}

a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #333; }
a:active { text-decoration: none; color: #000000; }

.wrong {
	background-color: #933;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #300;
	margin-top: 2px;
	margin-bottom: 2px;
}

.good{
	background-color: #3C6;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #030;
	margin-top: 3px;
	margin-bottom: 3px;
}

.top_border {
	height: 2px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #ffcc00;
}

.row_25 {
	height: 25px;
	border: 1px solid #000;
	background-image: url(../images/under_bg.gif);
}

.row_13 {
	height: 14px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #EEE;
	font-size: 10px;
}

.left_top {
	padding-top: 1px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(../images/left_bg.gif);
	width: 200px;
}

.left_box {
	margin-top: 5px;
	width: 202px;
}
.left_box #topic {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	background-image: url(../images/topic_bg.gif);
	font-weight: bold;
	height: 20px;
}
.left_box #content {
	border: 1px solid #000;
	background-image: url(../images/left_bg.gif);
}

.left {
	float: left;
	width: 205px;
}
.right {
	float: left;
	width: 695px;
}


.box {
	margin-right: 0px;
	margin-top: 5px;
	margin-left: 2px;
	width: 695px;
}
.box #topic {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	background-image: url(../images/topic_bg.gif);
	font-weight: bold;
	height: 20px;
}
.box #content {
	border: 1px solid #000;
	background-color: #FFF;
}


.input {
	border: 1px solid #333;
	background: #FFF;
	height: 15px;
	color: #000;
	font-size: 11px;
}
.input_box {
	border: 1px solid #333;
	background: #FFF;
	color: #000;
	font-size: 11px;
}
.button {
	border: 1px solid #333;
	background: #CCC;
	height: 17px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}


