﻿*
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body
{
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	line-height: 25px;
	font-family:"微软雅黑","Microsoft YaHei"!important;
}
input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	outline:none;
}
a
{
	color: #666;
	text-decoration: none;
}
a:hover
{
	color: #f60;
	text-decoration: underline;
}
img
{
	border-width: 0;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
}
.none
{
	display: none;
}
.block
{
	display: block;
}
.mt10 {
    margin-top:10px;
}
.pt10  {
    padding-top:10px;
}
.box {
    margin:10px auto; width:1000px; overflow:hidden; height:100%; background:#FFF; padding:5px 10px; border-radius:3px
}