.dialog{
	position: absolute;
	background-color: #e8eaf8;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #68a0e5 #0a1af3 #0a1af3 #68a0e5;
}
.dialog .header{
	background-color: #d5daff;
	border-bottom: 1px solid #68a0e5;
	color: #000000;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
.dialog .header:hover{
	background-color: #68a0e5;
}
.dialog .content{
	padding: 5px 15px 5px 15px;
}
.dialog .button{
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #68a0e5 #0a1af3 #0a1af3 #68a0e5;
	background-color: #B6BDF1;
	padding: 1px 3px 1px 3px;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	display: inline;
	background-position: center;
}
.dialog .button:hover{
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #0a1af3 #0a1af3 #0a1af3 #0a1af3;
	background-color: #68a0e5;
	color: #6622aa;
}
.dialog .button:active{
	color: #cc0000;
}
.dialog .footer{
	border-top: 1px solid #68a0e5;
	background-color: #d5daff;
	text-align: right;
	padding: 2px 2px 4px 2px;
}
.modalBackdrop{
	background-color: #888888;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.4;
	filter:alpha(opacity=40);
}
