﻿<style type="text/css" >
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	background: #f5f5f5;
}

a:link, a:visited {
	text-decoration: none;
	color: #0068a6;
}

a:hover, a:active {
	color: #ff6600;
	text-decoration: underline
}

.showMsg {
	margin: -100px auto auto -240px;
	position: absolute;
	border: 1px solid #fff;
	width: 480px;
	top: 50%;
	left: 50%;
	text-align: left;
}

	.showMsg h5 {
		margin: 0;
		padding: 0 0 0 10px;
		background: #83c44e;
		color: #fff;
		height: 42px;
		line-height: 42px;
		overflow: hidden;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
	}

	.showMsg .content {
		padding: 20px;
		font-size: 14px;
		min-height: 84px;
		_height: 84px;
		background: #fff;
	}

	.showMsg .footer {
		background: #eee;
		line-height: 34px;
		height: 34px;
		text-align: center;
	}

</style >
