@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	font:normal 12px/1.5em Arial, 微软雅黑, 宋体;
	 
	color: #333;
	 
}
img {
	border: none;
	display:block;
}
ul li {
	list-style: none;
}
input {
	outline: none;
}
a {
	text-decoration: none;
	color: #666;
	outline: none;
	cursor:pointer
}
a:hover {
	text-decoration: none;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
.main {
	width:1000px;
	margin:auto;
}
.block {
	display:block
}
.none {
	display:none
}
.bold {
	font-weight:bold !important
}
.font18 {
	font:normal 18px "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
}
.font12 {
	font:normal 12px "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
}
.font14 {
	font:normal 14px "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
}
.font24 {
	font:normal 24px "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
}
.font16 {
	font:normal 16px "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
}
.font30 {
	font:normal 30px "Microsoft Yahei", "微软雅黑", "黑体", "宋体";
}
.color333{ color:#333}
.border{ border:none}
.uploadify-button {
	position: relative;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #27ae60;
}

.uploadify-button {
color: #fff;
	background-color: #27ae60;
}