﻿#promptWinContainer{
	background:#fff;
	font-size:12px;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=5, Direction=135);
}

#titleContainer{
	height:25px;line-height:25px;
	background:#CFD7EC url(images/title_bg_left.gif) no-repeat top left;
}
#titleText{
	font-size:12px;font-weight:bold;
	color:#000;margin-left:5px;
}
#titleCtrl{
	padding:0px 3px; text-align:center;height:25px;width:25px;
	background:url(images/title_bg_right.gif) no-repeat right top;
}
#promptContent{
	background:#F4F4F4;
	border:0px;
}
.img
{
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	border:0px;cursor:pointer;
	}
.imghover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	border:0px;cursor:pointer;
	}
#winMiddleLeft,#winBtnLineLeft{width:3px;font-size:3px;background:url(images/win_l.gif) repeat-y;}
#winMiddleRight,#winBtnLineRight{width:3px;font-size:3px;background:url(images/win_r.gif) right repeat-y;}
#winBottomCenter{height:3px;font-size:3px;background:url(images/win_b.gif) repeat-x;}
#winBottomLeft{width:3px;font-size:3px;height:3px;background:url(images/win_lb.gif) repeat-x;}
#winBottomRight{width:3px;font-size:3px;height:3px;background:url(images/win_rb.gif) no-repeat;}
#winBtnLineCenter{ text-align:center;}
#winMiddleCenter{
	font-size:12px;
	padding:3px 0px;
}

input.btnStyle{
	background:url(images/btn_bg.gif) no-repeat;
	width:80px;height:21px;line-height:21px;
	font-size:12px;color:#000;border:0;
	cursor:pointer;
}