.baseMessage {
	padding: 5px 15px 5px 10px; left: 50%; top: 35%; height: 53px; overflow: hidden; display: none; position: fixed; z-index: 1000;
}
.baseMessage .icon_ok {
	background: url("../images/tip_layer.png") no-repeat -7px 0px; width: 44px; height: 53px; vertical-align: middle; display: inline-block; _background: url(../images/tip_layer.gif) no-repeat -7px 0;
}
.baseMessage .icon_warn {
	background: url("../images/tip_layer.png") no-repeat -7px -54px; width: 44px; height: 53px; vertical-align: middle; display: inline-block; _background: url(../images/tip_layer.gif) no-repeat -7px -54px;
}
.baseMessage .icon_error {
	background: url("../images/tip_layer.png") no-repeat -7px -108px; width: 44px; height: 53px; vertical-align: middle; display: inline-block; _background: url(../images/tip_layer.gif) no-repeat -7px -108px;
}
.baseMessage .icon_txt {
	background: url("../images/tip_layer.png") 0px -161px; padding: 0px 10px; height: 53px; color: rgb(96, 96, 96); line-height: 53px; font-size: 14px; font-weight: bold; vertical-align: middle; display: inline-block; min-width: 50px; _background: url(../images/tip_layer.gif) 0 -161px;
}
.baseMessage .icon_r {
	background: url("../images/tip_layer.png") no-repeat 0px 0px; width: 6px; height: 53px; vertical-align: middle; display: inline-block; _background: url(../images/tip_layer.gif) no-repeat 0 0;
}
.upIcon {
	background: url("../images/up.gif") no-repeat; width: 16px; height: 16px; display: inline-block;
}
.downIcon {
	background: url("../images/down.gif") no-repeat; width: 16px; height: 16px; display: inline-block;
}
.deleteIcon {
	background: url("../images/delete.gif") no-repeat; width: 16px; height: 16px; display: inline-block;
}
.clear {
	clear: both;
}
.language * {
	margin: 0px; padding: 0px; line-height: normal; font-size: 12px;
}
.language ul {
	list-style: none;
}
.language a {
	color: rgb(102, 102, 102);
}
.language .languageStyle1 ul li {
	color: rgb(204, 204, 204); margin-left: 10px; float: left;
}
.language .languageStyle1 ul li i {
	background: rgb(255, 255, 255); padding: 2px; border-radius: 2px; border: 1px solid rgb(204, 204, 204); border-image: none; font-family: Arial; font-style: normal; -webkit-border-radius: 2px;
}
.language .languageStyle1 ul li a {
	color: rgb(102, 102, 102); text-decoration: none;
}
.language .languageStyle1 ul li a:hover {
	color: rgb(255, 51, 51); opacity: 0.8;
}
.language .languageStyle2 select {
	background: url("../images/down-off.png") no-repeat 80px rgb(255, 255, 255); padding: 5px; border-radius: 2px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 100px; color: rgb(102, 102, 102); margin-left: 10px; cursor: pointer; -webkit-border-radius: 2px; appearance: none; -webkit-appearance: none;
}
.language .languageStyle2 select:hover {
	background-image: url("../images/down-on.png");
}
.language .languageStyleColor1.languageStyle1 i {
	border: 1px solid rgb(46, 109, 164); border-image: none; color: rgb(255, 255, 255); background-color: rgb(51, 122, 183);
}
.language .languageStyleColor2.languageStyle1 i {
	border: 1px solid rgb(76, 174, 76); border-image: none; color: rgb(255, 255, 255); background-color: rgb(92, 184, 92);
}
.language .languageStyleColor3.languageStyle1 i {
	border: 1px solid rgb(70, 184, 218); border-image: none; color: rgb(255, 255, 255); background-color: rgb(91, 192, 222);
}
.language .languageStyleColor4.languageStyle1 i {
	border: 1px solid rgb(238, 162, 54); border-image: none; color: rgb(255, 255, 255); background-color: rgb(240, 173, 78);
}
.language .languageStyleColor5.languageStyle1 i {
	border: 1px solid rgb(212, 63, 58); border-image: none; color: rgb(255, 255, 255); background-color: rgb(217, 83, 79);
}
