@CHARSET "UTF-8";

form,input,select{
	margin: 0;
	padding: 0;
}

/* 数字按钮框样式 */
#imgTitle {
	FILTER: ALPHA(opacity =   70);
	position: relative;
	left: -10px;
	text-align: left;
	overflow: hidden;
}

#imgTitle_up {
	left: 0px;
	text-align: left;
	height: 1px;
	width: inherit;
}

#imgTitle_down {
	left: 0px;
	text-align: right;
	width: inherit;
}

/* 图片框样式 */
.imgClass {
	border: 0px solid #000;
}

/* 图片文字框样式 */
#txtFrom {
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* 数字按钮样式 */
.button {
	text-decoration: none;
	padding: 2px 7px;
	background: #7B7B63;
	margin: 0px;
	font: bold 9px sans-serif;
	border-left: #fff 1px solid;
}

a.button,a.button:link,a.button:visited {
	font-family: sans-serif; text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}

a.button:hover {
	font-family: sans-serif;
	text-decoration: none; color: #fff;
	background: #fff;
}

.buttonDiv {
	background: #000000;
	height: 1px; width: 21px; float: left;
	text-align: center;
	vertical-align: left;
}

/*渐变*/
.trans {
	width: 90px;
	background-color: #000;
	filter: progid :   DXImageTransform .   Microsoft . 
		 Alpha(startX =   0, startY =   0, finishX =   100, finishY =   100,
		style =   1, opacity =   0, finishOpacity =   40);
}