div.blockMsg
{
	width:  650px;
	top:    20%;
	left:   30%;
	text-align: center;
	background-color: #fff;
	border: 3px solid #044600;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
	padding: 15px;
	color: #000;
}

.prompt_title{
	width: 630px;
}

.prompt_box{
	display:none;
	cursor: default;
	width: 650px;
	padding: 10px;
}

.prompt_inputs{
	text-align: left;
}

.prompt_buttons{
	text-align: right;
	margin-right: 20px;
}

.prompt_text{
	margin-bottom: 10px;
}

.prompt_ok{
	width: 70px;
	font-size:11px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	color:#888888;
	width:100px;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
}

.prompt_no{
	width: 70px;
	font-size:11px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	color:#888888;
	width:100px;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;

}