﻿
html {
    font-family:verdana,arial,sans-serif;
	font-size: 100.01%;
	/*background-color: #EEEEEE;
	color: #000000;*/
	
	background-color:Background;
	color:InfoBackground;
	margin:0px;
	padding:0px;
}

h1 {
	background-color:ActiveCaption;
	color:CaptionText;

	font-family:verdana,arial,sans-serif;
	/*color:#000000;*/
	font-size:1em;
	font-weight:bold;
	margin:0pt;
	padding:.2em 0em;
}

.errorBox {
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    
    background-color:Window;
    color:WindowText;
    
    border:1px solid threedshadow;
    
    border-color:ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
    
    background-color:ThreeDFace;
    margin: 4em 4em auto 4em;
    padding:3em;
    
    max-width:50em;
    min-width:10em;
    
    overflow:hidden;
    position:relative;
}

.errorBox div {
     background-image:url('dialog-error.gif');
     background-repeat:no-repeat;
     font-size:0.9em;
}


.errorBox div div {
    padding-left:85px;
    background-image:none;
}

.errorBox h1 {
	font-size:1.4em;
	font-weight:bold;
	background:none;
    background-color:transparent;
    color:WindowText;
}


