body,input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;
}
.dimBackground {
        background-color: rgb(0, 0, 0);
        opacity: 0.7; /* Safari, Opera */
        -moz-opacity:0.70; /* FireFox */
        filter: alpha(opacity=70); /* IE */
        z-index: 20;
        height: 100%;
        width: 100%;
        background-repeat:repeat;
        position:fixed;
        top: 0px;
        left: 0px;
}
.button {
	background-color: #B64FFF;
	border-style: solid;
	border-color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	position: absolute;
}

#yes_button {
	top: 318px;
	left: 50px;
	width: 125px;
}

#no_button {
	top: 318px;
	left: 287px;
	width: 125px;
}
