body {
	font-family: SimHei, Arial;
}
h1 {
	font-family: Impact, "Arial Black";
}
a {
	font-family: Arial;
	text-decoration: none;
	color: blue;
	border-bottom: 1px dotted white;
}
a:hover {
	border-bottom: 1px solid white;
}
input:hover, textarea:hover {
	background: #FFF1FB;
}
#resultsarea {
	overflow: auto;
	margin-top: 20px;
	padding: 10px;
	height: 100%;
	border: 1px dashed gray;
}
.resultimage {
	border: none;
}
.resultimagearea {

	float: left;
	border: 1px solid black;
	margin: 5px;
	width: 200px;
	text-align: center;
	padding: 2px;
}
.resultimagearea:hover {
	background: #FFF1FB;
}
.approveimageblock {
	border: 1px gray dashed;
	overflow: auto;
	padding: 5px;
	height: 100%;
}
.approveimage {
	float: left;
	padding: 5px;
}
.approveimagetag, .editimagetag {
	border: none;	
}
.approveimagetext {
	float: left;
	padding-top: 5px;
	text-align: left;
}
.errortext {
	color: red;
	font-weight: bold;
}
.resultimageadminmenu {
	font-size: 80%;
}