.default_alertWindow{
	position: fixed;
    top: 1px; left: 462px;
	border: 1px #B2B2B2 solid;
	border-radius: 3px;
	}
.default_titleBar{
	padding-top: 15px;
	padding-left: 15px;
	color: #000000;
	font: 14px Verdana;
	background-color:#FBFBFB;
	}
.default_contentArea{
	color: #000000;
	font: 14px Verdana;
	overflow: auto;
	padding-top: 15px;
	padding-left: 15px;
	background: #FBFBFB;
	}
.default_buttonArea{
	text-align: right;
	color:#000000; 
	padding-bottom: 18px;
	background: #FBFBFB;
	}
.default_okButton{
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-right: 18px;
	background-position: center;
	height: 35px;
	background: #FBFBFB;
	border: 1px #B2B2B2 solid;
	border-radius: 1px;
	}
.default_cancelButton{
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-right: 18px;
	background-position: center;
	height: 35px;
	background: #FBFBFB;
	border: 1px #B2B2B2 solid;
	border-radius: 1px;
	}