#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}  
#boxes .window {
	position: fixed;
	left: 0;
	top: 0;
	width: 80%;
	height: 80%;
	display: none;
	z-index: 9999;
	padding: 0px;
}
#boxes #dialog {
	position: fixed;
	width: auto; 
	height: auto;
	font-size: 15pt;
}
#popup_content{
	font-size: 12pt;
	text-align: left;
}
#popup_foot{
	font-size: 16pt;
	padding: 10px 20px;
}
#popup_foot a{
	text-decoration: none;
}
a.option_no img { 
	border: none;
}
a.option_no:link {
	color: #C00;
	text-decoration: underline; 
}
a:option_no {
	color: #C00;
	text-decoration: underline;
}
a:option_no, a:option_no, a:option_no { 
	text-decoration: none;
	color: #C00;
}
a.option_yes img { 
	border: none;
}
a.option_yes:link {
	color: #060;
	text-decoration: underline; 
}
a.option_yes:visited {
	color: #060;
	text-decoration: underline;
}
a.option_yes:hover, a.option_yes:active, a.option_yes:focus { 
	text-decoration: none;
	color: #060;
}