th,td {
	font-size: 12px;
}

.loadNoteDiv {
	background: url(images/loading.gif) no-repeat;
	padding-left: 25px;
	font-size: 12px;
}

a {
	color: #546F92;
	text-decoration: none;
}

a:hover {
	color: #808080;
}

h1 {
	font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif;
	margin: 0;
	color: #fff;
	background-color: transparent;
}

h2 {
	font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif;
}

h3 {
	clear: both;
	font-size: 1.1em;
	color: #000;
	background: #fff url(images/h3bg.gif) no-repeat center left;
	padding: 0 14px;
	margin: 0;
}

.blue {
	color: #546F92;
}

.images {
	float: left;
	border: 1px solid #e2e2e2;
	padding: 3px;
	margin: 0 15px 0px 0;
}

.images_one {
	float: left;
	border: 1px solid #e2e2e2;
	padding: 3px;
	margin: 3px 0px 0px 0;
}

fieldset legend{
	font-size:12px;
}

fieldset td{
	font-size:12px;
}

input[type=button],input[type=submit],input[type=reset]
	background: url(images/toolbar.gif) no-repeat;
	width:76px;
	height: 25px;
	border: 0px ;
	cursor: pointer;
}
button {
	background: url(images/toolbar.gif) no-repeat;
	width:76px;
	height: 25px;
	border: 0px ;
	cursor: pointer;
}

/**提示信息样式*/
.tip-message {
	margin-top: 2px;
	border: 1px solid silver;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffd url("../images/icons/information.gif") 10px 10px no-repeat;
	text-align: left;
}

.tip-message  p{
	text-indent: 10px;
	margin-left: 15px;	
	white-space:normal;
}
