html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 10px 0 0 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
	text-align: center;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
h3 {
	padding: 0px;
	font-size:1.5em;
}
div.hunterselect {
	font-size:1.5em;
}
.reditalic	{
	font-size: 12pt;
	font-weight: normal;
	font-style:italic;
	color: #8c052c;
	padding:0;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	/*overflow-x: auto;*/
}
div#page {
	width: 600px;
	background-color: #fff;
	margin: 10px auto;
	text-align: left;
	border-color: #aaf;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	box-shadow: 5px 5px 2px #aaa;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
.crpoint	{
	cursor:pointer;
}

/* Server, js messages */
#responsemessage, .response	{
	color: #AA0000;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px;
}
#responsemessage	.errortext	{
	color: #AA0000;
}
#responsemessage	.successtext{
	color: #009900;
}
#responsemessage2, .response	{
	color: #AA0000;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px;
}
#responsemessage2	.errortext	{
	color: #AA0000;
}
#responsemessage2	.successtext{
	color: #009900;
}
.response	.errortext	{
	color: #AA0000;
}
.response	.successtext{
	color: #009900;
}
/* hunter selector */
.huntselect	{
	font-size:1.2em;
}
.label, .input input {
	font-size:1.2em;
}
p.seperator {
	width:50%; 
	border-style:solid; 
	border-width:2px; 
	border-color: #6666ff;
}