a:link, a:visited {
	text-decoration: none;
	border-bottom: 2px double #0d8a93;
	color: #fff;
	}
a:hover {
	text-decoration: none;
	color: #0d8a93;
	font-weight: 700;
	border-bottom: none;
	}
.codes a { border: 0; }
body {
	margin: 0;
	background: url(images/ledge.png), url(images/background.jpg);
	background-repeat: repeat-x, repeat;
	font: 1.2em 'Yantramanav', sans-serif;
	}
#wrapper {
	background: url(images/mindy.png) no-repeat;
	border: 1.2px solid transparent;
	margin-top: -1px;
	margin-left: -1px;
}
nav {
	position: relative;
	margin-top: 465px;
	margin-left: 620px;
	font-family: 'Satisfy', cursive;
	color: #8b221c;
}
nav a:link, nav a:visited {
	position: relative;
	font-size: 1.2em;
	color: #333;
	border-bottom: none;
}
nav a:hover { color: #000; }
blockquote {
    border-left: 6px solid #ff6db3;
    padding-left: 5px;
}
#content {
	margin-top: -35px;
	margin-left: 305px;
	padding: 8px;
	background: url(images/x.png);
	width: 590px;
	height: 278px;
	color: #111;
	font-size: .8em;
	line-height: 15px;
	overflow: auto;
	}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	color: #8b221c;
	text-shadow: 0 1px 1px #333;
}
h3 {
	font: 1.65em 'Satisfy', cursive;
	color: #e771ae;
	text-shadow: 1px 1px 1px #000;
 	}
h6 {
	margin-bottom: 4px;
	letter-spacing: .6em;
	font-weight: bold;
	font-size: 1.2em;
	font-variant-caps: small-caps;
	}
.form {
	float: left;
	width: 28%;
}
label {display: block;}
.req:before{
	content: "*";
	color: red; 
}
.codecopy {
	float: left;
	width: 43%;
	padding-right: 25px;
}
.control-copytextarea {
	position: relative;
  	cursor: pointer;
  	color: #0d8a93;
  	background-color: #9ddb92;
  	float: right;
  	right: 267px; 
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 255px;
	background-color: #0d8a93;
	color: #fff;
	font-family: inherit;
	font-size: 100%;
	border: 0;
	border-bottom: 3px solid #000;	
}
.donatetext { margin-top: 50px; }
.donatetext a {
    text-align: center;
    display: block;
}
input, textarea, select {
	margin: 0px;
	width: 150px;
	background-color: #0d8a93;
	color: #fff;
	font-family: inherit;
	font-size: 100%;
	border: 0;
	border-bottom: 3px solid #000;
}
input:focus, textarea:focus, select:focus {
	border: 2px solid #0d8a93;
	background: none;
	color: #000;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 302px;
	overflow: hidden;
}
.jsubbtn, .jresbtn, 
.usubbtn, .uresbtn {
	padding: 2px 20px 2px 20px;
	color: #000;
	background: #e771ae;
	text-decoration: none;
    border-radius: 28px;
    box-shadow: 0px 1px 3px #666;  
}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	color: #fff;
	background: #d65399;
    text-decoration: none;
}
.jsubbtn:active, .jresbtn:active, 
.usubbtn:active, .uresbtn:active {
	position: relative;
	top: 1px;
	left: 1px;
	color: #eee;
	outline: none;
	box-shadow: none;
}
.stats,
.show_join_credits, .show_update_credits, .show_lostpass_credits {
	font-size: .85em;
	}
.clear { clear:both; }
.overlay {
	position: relative;
	margin-top: -6px;
	margin-left: 523px;
	z-index: 10;
}
footer { 
	font-size: .8em;
	text-align: center;
	font-style: oblique;
 }
footer div:nth-child(2) { font-style: normal;}
footer div:nth-child(2) a { border: 0; }