html, body {
	padding:0;
	margin: 0;
	font-family: Arial, sans-serif;
}
/*
html { padding: 0; margin: 0; width: 100%; height:100%; font-family: Arial, sans-serif; max-height:100%;  border:0 none; }
body { padding: 0; margin: 0; width: 100%; border: 0 none; font-family: Arial, sans-serif; font-size: 12px; min-height: 100%}
*/

input, select {width:190px;}
a {color: #0063DC; text-decoration: none}
a.action {color: #ff0084; text-decoration: none}
a:hover.action {color: #ff0084; text-decoration: underline}
a img { border: 0 none}


#content {
	position: absolute;
	top:50%;
	left:50%;
	width:700px;
	height: 100px;
	margin: -50px auto 0 -350px;
	background: url('/images/centerback.png') no-repeat center;
	font-size: 30px;
}
	#content #results {width: 700px; height: 50px; margin: 32px auto 25px auto; text-align: center;}
	
	#content #results a,
	#content #results a:visited,
	#content #results a.ok,
	#content #results a:visited.ok { color: #0063DC; text-decoration: none}
	
	#content #results a.wrong,
	#content #results a:visited.wrong { color: red; cursor: no-drop; text-decoration: none}
	
	#content #results a:hover,
	#content #results a:hover.wrong,
	#content #results a:hover.ok {text-decoration:underline}
	
	
	#content #results #message { margin-top: 7px;height: 25px; font-size: 14px; color: gray;}

#content2 {
	position: absolute;
	top:50%;
	left:50%;
	width:400px;
	height: 50px;
	margin: 40px auto 0 -200px;
	text-align:center;
	font-size: 12px;
}

#staticContent {
	position:absolute;
	width:600px;
	left:50%;
	margin-left:-300px;
	height: 400px;
	top: 50%;
	margin-top:-200px;
	color: #444444;
	line-height: 1.9em;
}

#resultInfoMask {
	display: none;
	-x-background-x-position:0%;
	-x-background-y-position:0%;
	background-attachment:scroll;
	background-color:black;
	background-image:none;
	background-repeat:repeat;
	height:100%;
	left:0pt;
	opacity:0.5;
	filter: alpha(opacity=50);
	position:absolute;
	top:0pt;
	width:100%;
	z-index:1000;
	cursor: pointer;
}

#resultInfo {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 400px;
	margin-left: -305px;
	margin-top: -200px;
	background: white;
	/*border-top: 2px solid #0063DC;
	border-bottom: 2px solid #0063DC;*/
	border: 3px solid #606060;
	z-index: 1500;
	cursor: pointer;
	padding: 0px 10px;
	font-size: 13px;
	line-height: 1.5em;
}

#resultInfo .greetz {
	margin: 20px 20px 0 0;
	font-weight: bold;
	text-align: right;
}

#resultInfo h3 {
	margin: 15.2px 0;
}
	
#resultInfo ol {
	padding: 0 0 0 35px;
	margin: 15px 0 0 0;
}
#resultInfo li {
	margin: 10px 0px;
}


form#queryForm { width: 700px; height: 50px; margin: 25px auto 25px auto; text-align: center;font-family: Arial, sans-serif;}

form#queryForm button#submitButton { width: 130px; font-size:30px; }

form#queryForm input#url {padding: 4px 8px 4px 8px; font-size:30px; width: 300px; text-align: center; border-left: 1px solid #DBDBDB; border-top: 1px solid #DBDBDB}

#errMessage { position: absolute;
	top:20%;
	left:50%;
	width:400px;
	height: 25px;
	margin: -12px auto 0 -200px;
	font-size: 30px;
	font-size: 14px; color: gray; text-align: center
}

a.action,
a:visited.action,
form#queryForm a,
form#queryForm a:visited { text-decoration: none; color: #ff0084}

form#queryForm a:hover,
a:hover { text-decoration: underline}

#footer {
	width:100%;
	height:20px;
	clear:both;
	position:absolute;
	bottom:0;
	padding:6px 0 4px 0;
	left: 0;
	background-color:#f2f2f2;
	background-image: url("/images/footGrad.png");
	background-repeat: repeat-x;
	font-size:10px;
	text-align:center;
	border-top: 1px solid rgb(230,230,230);
}
	#footer-inner {width:900px;height:20px;font-size:11px; margin: 0 auto; line-height: 20px; text-align:left;margin: 0 auto; color: gray;overflow:hidden;}
	#footer-inner a,
	#footer-inner a:visited { font-size: 11px; text-decoration: none; color: gray;}
	#footer-inner a:hover { font-size: 11px; text-decoration: none; color: black}
		#footer-nav { float: right; display: block; height:20px; overflow:hidden; width:200px;}
			#footer-nav ul {margin:0;}
				#footer-nav ul li {height:20px; width: 60px; display: block; float: left;margin-right:10px;}
		#footer-info {float:left; width: 200px; height:20px; }			
		
.left, .right{width:450px;height: 200px; float:left;}
.left label, .right label {display:block;margin-bottom:10px;}
.left em, .right em {width:250px;display:block;float:left;font-style:normal;}

