body {
	background-color : #ffffff;
	margin: 0px;
	background-image: url('images/bg_main.jpg');
}

table {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}

.formTextLogin {
	border: 1px #999999 solid;
	font-family: tahoma;
	font-size: 11px;
	height: 15px;
}

.formSelect {
	font-family: tahoma;
	font-size: 11px;
}

select {
	font-family: tahoma;
	font-size: 11px;
}


.formText {
	border: 1px #666666 solid;
	font-family: tahoma;
	font-size: 11px;
}

.formButton {
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	font-family: tahoma;
	font-size: 11px;
	background-color: #e9e9e9;
	width: 70px;
	height:23px;
}

textarea {
	overflow: auto;
	border: 1px #999999 solid;
	font-family: tahoma;
	font-size: 11px;
}

.contentTitle {
	font-size: 13px;
	font-weight: bold;
}

.contentTip {
	color: #999999;
}

.contentBody {
	line-height: 160%;
	color: #464646;
}

.shopType {
	font-size: 15px;
	color: #559947;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #0033cc;
	text-decoration: underline;
}

.warning {
	color: blue;
}

.listTitle {
	background-color: #b3b3a3;  /*#E4FFAC;*/
	font-weight: bold;
	color: #ffffff;
}

.listTitle2 {
	background-color: #ffffff;
	font-weight: bold;
}

.small10 {
	font-size: 10px;
}

.updatetime {
	font-size: 10px;
	color: #666666;
}