a:link, a:visited {
	color: #f5abc6;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	color: #abc6f5;
	}
body {	
	margin: 10px auto;
	background-color: #eee6d5;
	font: .95em 'Courier New', Courier, monospace;
}
#wrapper {
    margin: 0 auto;
    width: 848px;
}
#nav {
	position: absolute;
	margin-top: -221px;
    padding-left: 1px;
}
#nav a {
	display: inline-block;
	height: 16px;
	background-color: #fff;
	border: 1px solid #fff;
}
#nav a:hover {
	display: inline-block;
	background-color: #e5f3ff;
	border: 1px solid #cce8ff;
}
#nav a:active {
	display: inline-block;
	background-color: #cce8ff;
	border: 1px solid #99d1ff;
}
#content {
	margin-top: -36px;
    background-image: url(images/bg.png);
	color: #202020;
	overflow: auto;
}
#page {
	position: relative;
	left: 84px;
    width: 743px;
    overflow: auto;	
}
blockquote { margin: 35px 0;}
em {color: #ff2b55;}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	text-align: left;
	}
.award { text-align: center;}
h3 {
    letter-spacing: .2em;
	background-color: #a6caf0;
	}
h6 {
	margin: 7px 0 0;
	letter-spacing: .2em;
	font-weight: bold;
	font-size: 1em;
	color: #ff2b55;
}
.req:before{
	content: "*";
	color: red;
}
.show_join_form label { display: block;}
input, textarea, select {
    width: 200px;
	font: .95em 'Courier New', Courier, monospace;
	border: 1px solid #99d1ff; 
}
textarea {width: 416px;}
#select1, #select2 { width: inherit;}
.show_join_email_settings_field { width: 18px; }
.show_join_send_account_info_field { width: 15px; }
input.show_update_email_settings_field, input.show_update_url_delete_field { width: 4%; }
.jsubbtn, .usubbtn, .jresbtn, .uresbtn {
	font: .95em 'Courier New', Courier, monospace;
	color: #202020;
	background-color: #e5f3ff;
	border: 1px solid #99d1ff;
	cursor: pointer;
}
.jsubbtn:active, .usubbtn:active, .jresbtn:active, .uresbtn:active {background-color: #99d1ff;}
.show_lostpass_email_label { display: block; }
.show_join_credits, .show_update_credits, .show_lostpass_credits {font-size: .80em;}
.codecopy {
	display: inline-block;
    width: 48%;
}
.control-copytextarea {
	position: relative;
    top: 54px;
    right: 35px;
    font-size: .75em;
    cursor: pointer;
}
#donated p { margin: 0;}
.show_sort_form option:nth-child(2){display:none}
.small {
	font-size: .80em;
	text-align: center;
}
footer { 
	margin-top: 13px;
	font-size: .8em;
	text-align: center;
	font-style: oblique;
	line-height: 13px;
	color: #adaeb1;
 }
footer div:nth-child(2) { font-style: normal;}
footer div:nth-child(2) a:after { border: 0; background-color: transparent; }