*{
	margin:0;
	padding:0;
}
body { background: url(../images/back.jpg) repeat-x #fff; }
ol, ul {
	list-style: none;
}
img {
	border:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*td,th,div{word-break:break-all;word-wrap:break-word}
table{empty-cells:show;}*/

/*form*/
textarea, input, select {
	font:12px Arial;
	padding:1px 3px 0 3px;
	vertical-align:middle;
	margin-bottom:1px
}
select {
	border:solid 1px #D5E5E8;
}
.btn {
	background:#fff url(images/wind/h.gif) 0 bottom repeat-x;
	color:#005368;
	border-width:1px;
	padding-left:15px;
	padding-right:15px;
	vertical-align:middle
}
.input {
	border:solid 1px #76BAC2;
	padding:2px 0px 2px 1px;
	font-size:1.0em;
	vertical-align:middle
}
form {
	display:inline;
}
textarea {
	border:solid 1px #76BAC2;
}

/*常用*/
.c {
	clear:both;
	height:0px;
	font:0px/0px Arial;
}
.b {
	font-weight:bold
}
.w {
	white-space:nowrap
}
.tal {
	text-align:left
}
.tac {
	text-align:center
}
.tar {
	text-align:right
}
.fr {
	float:right
}
.fl {
	float:left
}

/* 清除浮动  ps：一般用clear:both就ok了  这里备份下以防万一
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	width: 0px;
	height: 0px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
/* 兼容清除浮动和错位 */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.img{ border:0px;}


  /*ask模块,order模块共用属性-----start-----*/
.seform { font-size:12px; color:#666;  background:#fff;}
.seform td{ padding:3px 4px 3px 0; color:#333;}
.seform span{color:#533f36;margin-left:8px;}/*定义*与|的颜色及距离*/
.seform img{margin-right:10px;}
.seform input {font-size:12px;border:1px solid #ccc; height:20px;}	
.seform {font-size:12px;border:1px solid #ccc; height:20px;}
.seform textarea{ line-height:22px; font-size:12px;border:1px solid #ccc; height:30px;}	
.seformbt td{border:1px solid #ccc;border-left:none;border-right:none;color:#533f36;}
.tex { font-size:12px; color:#63430e; background:#fff;border:1px solid #ccc;}
.line{border-top:1px solid #2a2a2a;padding-top:5px;}
.subit_Botton{color:#fff; font-weight:bold;border:1px solid #ccc;padding:3px 2px 0px 2px;}

/*ask模块,order模块共用属性-----end-----*/

.day{float:right;display:inline-block;margin-right:10px; clear:both; color:#666;}


.page{ width:700px; float:left; text-align:center; height:30px; line-height:30px; margin-top:10px; display:inline; background:#F0F0F0; color:#666; border-bottom:1px dashed #CCC; border-top:1px dashed #CCC;}
.page a{ color:#666;}
.page a:hover{ color:#ff0000;}
