div#testpage {
	width: 496px;
}
div#testpage .cat {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	color: #666666;
	padding: 3px;
	font-weight: bold;
	height: 34px;
}
div#testpage .time {
	font-size: 14px;
	float: right;
	font-weight: bold;
}
div#testpage .time span {
	font-size: 16px;
	color: #cc0000;
}
div#testpage .step {
	font-size: 13px;
	float: left;
	padding-right: 5px;
}
div#testpage .step span {
	font-size: 13px;
}
div#testpage .score {
	font-size: 13px;
}
div#testpage .text {
	clear: both;
	margin-top: 15px;
	font-size: 13px;
	font-weight: bold;
	height: 55px;
}
div#testpage .desc {
	clear: both;
	font-size: 11px;
	height: 40px;
}
div#testpage .pic {
	clear: left;
	float: left;
	width: 210px;
	height: 300px;
}
div#testpage .pic div {
	padding: 10px;
	margin: 5px;
	width: 180px;
	height: 135px;
	text-align: center;
	background-color: #dddddd;
	border: 1px dotted #111111;
}
div#testpage .ans {
	margin: 10px 0px 0px 0px;
	height: 80px;
	height: 80px;
}
div#testpage .ans input {
	display: block;
	float: left;
	margin: 10px 10px 20px 10px;
	padding: 10px;
	background-color: #eeeeaa;
	border: 4px double #111111;
	font-size: 16px;
	font-weight: bold;
}
div#testpage .ans input.good {
	border-color: #00dd00;
}
div#testpage .ans input.bad {
	border-color: #dd0000;
}
div#testpage .ans p {
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-align: left;
}

div#testpage div.result {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}
div#testpage span.good {
	color: #00cc00;
}
div#testpage span.bad {
	color: #cc0000;
}
div#testpage a.answer {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
	width: 34px;
	height: 25px;
	margin: 3px 3px 3px 3px;
	padding-top: 9px;
	font-weight: bold;
	color: #111111;
	cursor: default;
}
div#testpage a.good:hover, div#testpage a.bad:hover {
	background-color: #dddddd;
	cursor: pointer;
}
div#testpage a.answer div {
	font-size: 8px;
	text-align: right;
}
div#testpage div.pont1, div#testpage div.pont3 {
	width: 240px;
	float: left;
	padding: 4px;
}
div#testpage div.pont1 {
	background-color: #eeeeee;
}
div#testpage div.pont3 {
	background-color: #ffdddd;
}
div#testpage a.good {
	border: 3px solid #00dd00;
}
div#testpage a.bad {
	border: 3px solid #dd0000;
}
div#testpage div#testcheck {
	width: 496px;
}

.cGood {
	color: #00cc00;
}
.cBad {
	color: #cc0000;
}
.bGood {
	border: 3px solid #00dd00;
}
.bBad {
	border: 3px solid #dd0000;
}

table.exercise {
	width: 516px;
}
table.exercise tr {

}
table.exercise th {
	padding: 5px;
	background-color: #e0e0e0;
	border-bottom: 1px solid #b2b2b2;
}
table.exercise td {
	padding: 5px;
	border-bottom: 1px solid #b2b2b2;
}
table.exercise td.sender {
	background-color: #e0e0e0;
}
table.exercise td.date {
	background-color: #e0e0e0;
	text-align: right;
	width: 30%;
}