html, body
{
	background-color:#333333;
	font: 14px/1.25 Lucida Sans Unicode, Lucida Sans, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#FFF;
	width:100%;
}

a, a:visited {
	color: #FFFF00;
	font-weight:bold;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}

#error_block {
	margin:50px auto 0 auto;
	padding:25px;
	position:relative;
	background-color:#772222;
	border:1px solid #ACA899;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:680px;
	display:table
}


hr {
	padding:0;
	margin:0 0 20px 0;
	border-bottom:1px solid #888;
	border-top:1px solid #ddd;
}

.hr_top {
	padding:0;
	margin:20px 0 0 0;
	border-bottom:1px solid #888;
	border-top:1px solid #ddd;	
}

#error_leftpanel {
	padding:0 25px 0 0;
	margin:0;
	display:table-cell;
	vertical-align:top
}

#error_rightpanel{
	display:table-cell;
}

/*
#errorTitle {
	color: #FFFF00;
	font-weight:bold;
	font-size:22px;
}
*/

#error_desc {
	font-size:13px;
	padding:0;
	text-align:justify;
}

#warning_banner {
	background: url('../img/warning_banner.png') 0 0 no-repeat transparent;
	height:80px;
	width:680px;
	border-radius: 5px;
	margin-bottom:15px;
}

#buttons_div {
	width:320px;
	margin: 1em auto;
/*	border:1px solid #FFF;*/
}

.button {
	margin:0 15px 0 15px;
	padding:0;
	float:left;
	height:30px;
}

.button a {
	margin: 0 auto;
	padding:5px 10px;
	height:20px; /* changed this from 30px to 20px for IE8, no change in IE7 */
	display:table-cell;
	vertical-align:middle;
	text-transform:uppercase;
	text-decoration: none;
	font: 14px Lucida Sans Unicode, Lucida Sans, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	border:2px solid #666;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	background:url('../img/button-bg.png') 0 0 repeat-x transparent;
	color: #222;
	font-weight:normal;
}

.button a:hover {
	color: #111;
	border:2px solid #666;
	background-position: 0 -34px;

}

#agree:active, #notagree:active {
	background: #AAA;
	padding:6px 9px 4px 11px;
	color: #333;

}


#agree {
	color: #339900;
	font-weight:bold;
}


#notagree {
	color: #990033;
	font-weight:bold;
}

#agree:active {
	/*color: #00CC00;
	border:2px solid #339900;*/
}

#notagree:active {
	/*color: #CC0000;
	border:2px solid #CC0000;*/
}


#notagree {
	margin-left: 10px
}

.note {
	font-size:11px;
}
