/* `Reset - Copyright 2009 Eric A. Meyer
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }



body {
	background: #131110;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #514a45;
	height: 100%;
}

a:link, a:visited, a:active {
	color: #c6a300;
	text-decoration: none;
	border: none;
}

a:hover {
	border-bottom: 1px dotted #c6a300;
	
}


#render {
	position: relative;
	width: 1100px;
	height: 550px;
	background: url("../images/render.png") no-repeat top right;
	margin: 75px auto 0;
}

#box {
	padding: 20px 5px 5px;
	background: #161413;
	border: 1px solid #332d29;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 730px;
	text-align: center;
	position: absolute;
	top: 70px;
	left: 110px;
	opacity: .98;
}

#left{ float: left; width: 300px; position: relative; }
#left ins  { z-index: 30; }
#left iframe { z-index: 100; }
#left p.adblock { z-index: 1; position: absolute; top: 75px; left: 0; font-size: 1.25em; }
#right { float: right; width: 410px; }
#right p#help { text-align: center; height: 50px; width: 100%; font-size: 1.25em; margin-top: 5px;}

label { cursor: text; }

p#profile-count { margin-top: 10px; }

p#profile-count strong { color: #6d645d; font-weight: bold; }

#footer {
	line-height: 1.25em;
	width: 450px;
	text-align: center;
	clear: both;
	margin: 0 auto;
}

h1 {

	background: url("../images/logo.png") no-repeat;
	width: 328px;
	height: 53px;
	text-indent: -9999px;
	margin: 0 auto 5px auto;
}

p {
	font-size: 0.917em;
	line-height: 1.25em;
 
}

form#charform {

	padding-top: 10px;
	margin-top: 10px;

}

p#subheading { 	border-bottom: 1px solid #332d29; padding-bottom: 10px; margin-bottom: 10px;}

form p { position:relative; width: 280px; height: 32px; margin-bottom: 10px; float: left;  }
label  { position: absolute; top: 12px; left: 5px; font-size: 2em;}

#form-wrap {
	width: 400px;
}

span.numbers { float: left; font-size: 1.25em; margin: 13px 5px 0 0; }



#countries {
clear: both;
		border: 1px dotted #2b2623;
	width: 80px;
	padding: 5px;
	float: left;
	
	
	
}

#countries-input {
	width: 60px;
	float: right;
	font-size: 2em;
	line-height: 1.25em;
}

#countries-input input {
margin: 0;
vertical-align: middle;
}

#info {
	float: right;
	width: 300px;
}

input#text {
	font-family: Helvetica, Arial, sans-serif;
	width: 269px;
	background: #201d1b;
	padding: 5px;
	border: 1px solid #332d29;
	font-size: 2em;
	line-height: 1em;
	color: #514a45;
}

input#server {
	font-family: Helvetica, Arial, sans-serif;
	width: 269px;
	background: #201d1b;
	padding: 5px;
	border: 1px solid #332d29;
	font-size: 2em;
	line-height: 1em;
	color: #514a45;
}

input#submit {
	float: right;
	background: none;
	color: #c6a300;
	font-size: 1.667em;
	border: 1px solid #c6a300;
	margin: 7px 4px 0 0;

}

input.submit:active {
	color: #ccc;
}


form#donate { position: absolute; top: 140px; left:95px; z-index: 20;  }


#sub-form {
	margin-bottom: 12px;

}

#loading {
	display: none;
}

.clear {
	clear: both;
}

.error {
	width: 100%;
	height: auto;
	color: #ffd200;
	border-top: 1px dotted #ffd200;
	border-bottom: 1px dotted #ffd200;
	padding: 2px;
	font-size: 1em;
	margin-bottom: 10px;
}

#bugbox {
	background: url(../images/wrench-screwdriver.png) no-repeat 0 1px;
	padding: 4px 0 0 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	border-top: 1px dotted #514a45;
	border-bottom: 1px dotted #514a45;
	height: 16px;
}




.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { background:#201d1b;  border: 1px solid #332d29; font-size: 1.5em;  cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#36312e; }
.autocomplete div { padding:5px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#ffd200; }

#ieNotice { display: none; }