@charset "utf-8";
/* CSS Document */
#container {
	width: 881px;
	height: auto;
	float: left;
	padding:0px 20px 0px 20px;
	min-height: 300px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #666666;
	font-family:Verdana;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	
}

#list {
	width: 690px;
	height: auto;
}

.imgcode{
	vertical-align: middle;
}

.submit {
	cursor: pointer;
	width: 99px;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../common/submit.png) left top no-repeat;
}