﻿/**标签样式**/
body
{
	background-color: #fff;
	font-size-adjust: none;
	font-size: 12px;
	font-family: 宋体,Tahoma,Verdana,STHeiTi,simsun,sans-serif;
}
body, div, span, object, frame, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input
{
	border: medium none;
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img
{
	border: 0;
}
table
{
	border-collapse: collapse;
}
q:before, q:after, blockquote:before, blockquote:after
{
	content: "";
}
input.inputtext:focus, textarea:focus, select:focus
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FCFCFC none repeat scroll 0 0;
}
ul
{
	list-style: none;
}
h1
{
	font-size: 16px;
}
h2
{
	font-size: 14px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 12px;
}
h5
{
	font-size: 12px;
}
h6
{
	font-size: 12px;
}
small
{
	font-size: 11px;
}
.fl{ float:left}
.fr{ float:right}
/**控件样式**/
.input
{
	border: 1px solid #D1D1D1;
}
.textarea
{
	border: 1px solid #D1D1D1;
	padding: 5px;
	font-size: 12px;
	overflow: hidden;
}


.buttonText
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: url( 'NewImages/bg-but.gif' ) no-repeat;
	width: 59px;
	height: 23px;
	line-height: 23px;
	color: #000;
	font-size: 12px;
	cursor: pointer;
	padding: 0px; *padding-top:2px;text-align:center;float:left}

div
{
	table-layout: fixed;
	word-wrap: break-word;
	overflow: hidden;
}
*{
word-wrap:break-word;
}
