a:link, a:visited {
	background-color: #02a878;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 1px 2px 0;
	}
a:hover {
	background-color: transparent;
	color: #02a878;
	text-decoration: none;
	}
.codes a {
	background-color: transparent;
}
.show_join_error {
	background-color: red;
}
body {
	margin: 0;
	font-size: .9em;
	background: #1d2629 url(images/tile.gif);
	}
nav {
	margin: -25px auto 0;
	padding: 2px 8px;
	background-color: #cd2c4b;
	width: 248px;	
	}
nav a:link, nav a:visited {
	font-size: 1.2em;
	color: #fff;
	border: none;
	background: transparent;
	text-decoration: none;
}
nav a:hover {color: #fae892;}
#wrapper {
	margin: 35px auto;
	width: 700px;
	height: 550px;
	border: 5px solid #fff;
	outline: 7px solid #cd2c4b;
	background: url(images/sing.jpg) no-repeat;
	}
#content {
  	margin-left: 367px;
  	height: 534px;
  	padding: 8px;
	background-color: #e9b55f;
	font-family: 'Hind Guntur', sans-serif;
	line-height: 15px;
	overflow: auto;
}
::-webkit-scrollbar {
  width: 13px;
  height: 12px;
}
::-webkit-scrollbar-track {
	background: #e9b55f;
}
::-webkit-scrollbar-thumb {
  border: 1px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
}
ul {
	list-style-position: outside;
	list-style-type: decimal;
	}
em {
	font-style: italic;
	font-weight: bold;
}
h3 {
	font: 2.2em 'Bree Serif', serif;
	color: #cd2c4b;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	line-height: 50px;	
 	}
h6 {
	margin: 0 0 0 4px;
	color: #0473ba;
	font-weight: bold;
	font-size: 1.75em;
	letter-spacing: .1em;
	font-variant-caps: small-caps;
	border-bottom: 1px solid #0473ba;
	}

blockquote{
	padding: 5px;
	color: #fff;
	font-size: .9em;
	background-color: #0473ba;
	border: 1px dotted #fff;
}
div.form {
	float: left;
	width: 35%;
}
label {
	display: inline;
}
label#req:before{
	content: "* ";
	color: red; 
}
.req {
	color: red;
}
.codecopy {
    margin: 5px auto 0;
    width: 208px;
}
.control-copytextarea {
    position: relative;
    cursor: pointer;
    padding: 0 4px;
    color: #fff;
    font-size: .8em;
    background: #0473ba;
    border-left: 1px dotted #0473ba;
    border-top: 1px dotted #0473ba;
    border-right: 1px dotted #0473ba;
    float: right;
    float: right;
    top: -1px;
    left: 5px;
    padding-top: 4px;
}
.codecopy textarea, .codecopy textarea:focus {
	margin: 5px;
	width: 350px;
	color: var(--nearwhite);
	font-family: inherit;
	font-size: .96em;
	-ms-overflow-style: none;
	overflow: hidden;
}
#select1, #select2 {
    margin: -2px 0 0 -5px;
    width: 218px;
    height: 41px;
    line-height: 18px;
    overflow: hidden;
}
.codes h6 {margin: 8px 0;}
p.show_join_name {width: 300px;}
input, textarea, select {
	margin: 0px;
	width: 250px;
	color: #cd2c4b;
	background: rgba(50, 55, 57, 0.12);
	font-size: .85em;
	font-family: inherit;
	border: 1px dotted #0473ba;
	display: inline-block;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
    	box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
	border: 2px dotted #02a878;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 250px;
}

.jsubbtn, .usubbtn {
	margin-left: 50px;	
}
.jsubbtn, .jresbtn, 
.usubbtn, .uresbtn {
	margin-top: 12px;
	padding: 1px 3px;
	color: #fff;
	border: 2px dotted #fff;
	background-color: #0473ba;
	text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	position: relative;
	top: 1px;
	left: 1px;
	padding: 1px 3px;
    	text-decoration: none;
}
.jsubbtn:active, .jresbtn:active, 
.usubbtn:active, .uresbtn:active {
	position: relative;
	top: 1px;
	left: 1px;
	padding: 1px 3px;
	color: #000;
	outline: none;
}
.stats {
	font-size: .85em;
	}
.small, .disc, .show_update_credits, .show_join_credits, .show_lostpass_credits {
	font-size: .80em;
	text-align: center;
}
.disc {
	font-style: oblique;
	}
.clear {
	clear:both;
}
.show_members_showing_what {
	text-transform: uppercase;
	}
footer {
	font-size: .75em;
}
footer p {
	font-size: 1em;
}