.messageWindow {
	width: 400px;
	margin-left: -200px;
	display: none;
	position: fixed;
	_position:absolute;
	top: 25%;
	left: 50%;
	z-index: 5000;
}

.messageWindow .windowTop {
	width: 400px;
	height: 29px;
	clear: both;
	cursor: move;
	background: url(message_bg.gif) no-repeat 0px 0px;
}

.messageWindow .windowMiddle {
	width: 400px;
	clear: both;
	padding: 30px 0px;
	text-align: center;
	background: url(message_y_bg.gif) repeat-y 0px 0px;
}

.messageWindow .windowBottom {
	width: 400px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: url(message_bg.gif) no-repeat 0px -30px;
}

.messageWindow .windowTitle {
	height: 29px;
	line-height: 29px;
	float: left;
	margin-left: 8px;
	font-weight: bold;
}

.messageWindow .messageClose {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: block;
	outline: none;
	margin-right: 4px;
	float: right;
	cursor: pointer;
	background: url(message_bg.gif) no-repeat 0px -120px;
}

.messageWindow .messageClose:hover {
	background: url(message_bg.gif) no-repeat -30px -120px;
}

.messageWindow .messageContent {
	line-height: 12px;
	clear: both;
	padding: 0px 20px;
	margin-bottom: 40px;
}

.messageWindow .messageContent .icon {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}

.messageWindow .messageContent .warn {
	background: url(message_bg.gif) no-repeat -60px -120px;
}

.messageWindow .messageContent .success {
	background: url(message_bg.gif) no-repeat -90px -120px;
}

.messageWindow .messageContent .error {
	background: url(message_bg.gif) no-repeat -120px -120px;
}

.messageWindow .messageContent .messageText {
	line-height: 29px;
}
#tipWindow{
	left:50%;
}
.tipWindow {
	/*padding: 5px 15px;
	*/display: none;
	position: fixed;
	_position:absolute;
	top: 45%;
	left: 50%;
	z-index: 5000;
	color: #000000;
	/*border: 2px solid #ffaa71;
	background-color: #fff5ee;
*/
	/*background:url(tipbg.gif) no-repeat;
	width:190px;
	*/
	height:35px;
	line-height:35px;
	
}
.tipl{
	float:left;
	background:url(tipl.png) no-repeat;
	width:6px;
	height:35px;
}
.tipm{
	float:left;
	background:#d6e2f3;
	border-top:1px solid #96b9e9;
	border-bottom:1px solid #96b9e9;
	padding:5px 5px; 
	height:23px;
	overflow:hidden;
	
	
}
.tipr{
	float:left;
	background:url(tipr.png) no-repeat;
	width:6px;
	height:35px;
}
.tsuccess{
	padding: 5px 10px;
	display: none;
	position: fixed;
	_position:absolute;
	top: 45%;
	left: 50%;
	z-index: 5000;
	color: #000000;
	/*border: 2px solid #5DC9E1;
	background:#DAF3F8;
	
*/
	/*background:url(tipbg.gif) no-repeat;
	width:190px;
	*/
	height:35px;
	line-height:35px;
}

.tipWindow .icon {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}
.tsuccess .icon {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}

/*.tipWindow .warn {
	
	background: url(message_bg.gif) no-repeat -60px -120px;
}
*/
.tsuccess .warn {
	
	background: url(message_bg.gif) no-repeat -60px -120px;
}

.tsuccess .success {	
	background:url(success.gif) no-repeat;
	width:18px;
	height:18px;
	float:left;
	margin:5px;
}

.tipWindow .error,.tipWindow .success,.tipWindow .warn,.tsuccess .error {
	background: url(cancel.gif) no-repeat;
	width:14px;
	height:14px;
	margin:5px 5px 0 0;
	float:left;
}
.tipWindow .success {
	
	background: url(tip_se.gif) no-repeat;
}
/*.tsuccess .error {
	background: url(message_bg.gif) no-repeat -120px -120px;
}
*/
.tipWindow .messageText {
	line-height: 25px;
}
.tsuccess .messageText {
	line-height: 25px;
}
