.divAlertDialog .divNothing { /* 2/5/23 -- hack to work around display bug */
	/* for some reason the first item in this file is being ignored. i don't have time to figure out why right now. DW */
	}
.divAlertDialog .divPrompt {
	font-size: 16px; 
	line-height: 130%; 
	margin-left: 65px; 
	margin-top:15px; 
	margin-right:15px;
	}
.divAlertDialogImg {
	width: 32px;
	height: 32px;
	border: 0;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	}
.divAlertDialog .btn {
	width: 70px; 
	margin-bottom: 8px; 
	margin-right: 15px; 
	margin-top: 30px; 
	float: right;
	}

.divAskDialog {
	left: 50%;
	width: 570px;
	}
.divAskDialog input {
	font-size: 17px; 
	padding: 3px; 
	height: auto; 
	width: 515px;
	}

