@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-size:12px;font-family:"Verdana","Arial",微软雅黑;line-height:24px;
}
body {
	color:#333333;
	background:#fff;
	font-size:12px;font-family:"Verdana","Arial",微软雅黑;line-height:24px;
}
select, input, p, blockquote, table, th, td, img, textarea {
	color:#333333;
}
ol, ul,li,input{
	margin:0px;
	padding:0px;
	list-style: none;
}
img {
	border:0px;margin:0px;padding:0px;
}

.clear{clear:both;}

a{color:#333333;text-decoration:none;}
a:hover{color:#183884;}

.fl{float:left;}
.fr{float:right;}
.input{outline:none; height:30px; line-height:30px;}
textarea{outline:none;}
.p5{ padding-left:5px;}