﻿#playWin{
	font-size: 12px;
	padding: 5px;
	margin: 0;
	text-align:center;
	margin-left:-350px;
}

.win_bg {
	background: #3C3C3C;
	opacity: 0.8;
	filter: alpha(opacity =   80);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 998;
}

.winTitle {
	width :708px;
	background: #000;
	line-height: 25px
}

.winTitle .title_right {
	float: right
}

.winTitle .title_right a {
	color: #FFF;
	text-decoration: none
}

.winTitle .title_right a:hover {
	text-decoration: underline;
	color: #FFf;
}

.winContent {
	text-align: left;
}