.animate {
	transition: all 0.3s;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #b9a5cd;
	color: #8370a5;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #b9a5cd;
	border-bottom: none;
	}
.codes a {
	border: 0;
}
.show_join_error {
	background-color: red;
}
body {
	margin: 0;
	font-size: .9em;
	background: #000 url(images/background.jpg) no-repeat center 40px;
	}
nav {
	margin: 0 auto;
	margin-top: 97px;
	color: #000;
	background-color: #27323c;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	font: 1em 'Carter One', cursive;
	text-align: center;
	width: 305px;
	}
nav a:link, nav a:visited {
	color: #b9a5cd;
	border: none;
}
nav a:hover {
	color: #dcd4e4;
	border: none;
}

#wrapper {
	margin: 53px auto;
	padding-left: 345px;
	width: 520px;
	height: 490px;
	}
#content {
	margin: 5px;
	padding: 8px;
	height: inherit;
	color: #b2c3d0;
	font: .85em 'Cantarell', sans-serif;
	overflow: auto;
	}
.welcome {
	margin-top: 75px;
	}
ul {
	list-style-position: outside;
	list-style-type: square;
	}
em {
	font-style: italic;
	font-weight: bold;
	letter-spacing: .15em;
	color: #627e9c;
}
h3 {
	font: 1.75em 'Carter One', cursive;
	color: #66415a;
	text-shadow: 1px 1px 1px #806176;
	letter-spacing: .1em;
	text-align: right;
	padding-right: 13px;
 	}
h6 {
	margin: 0;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: .25em;
	font-variant-caps: small-caps;
	text-align: center;
	color: #455360;
	}
blockquote{
	margin-top: 20px;
	padding: 5px;
	color: #dbdee5;
	line-height: 18px;
	background: #27323c;
	border-left: 6px solid #b2c3d0;
}
blockquote a:link, blockquote a:visited {
	color: #777;
	}
.codes img {
	padding: 3px;
	background: #455360;
	}
.codes img:hover {
	background: #738799;
	}
div.form {
	float: left;
	width: 34%;
}
label {
	display: block;
}
label#req:before{
	content: "* ";
	color: red; 
}
.req {color:red;}
.codecopy {
	float: left;
	display: inline-block;
	width: 43%;
	padding-right: 25px;
}
.control-copytextarea {
  	cursor: pointer;
  	float: right;
  	margin: 5px -17px 0 0;
  	padding: 0 4px;
  	line-height: 14px;
  	color: #b9a5cd;
}
#select1, #select2 {
	width: 218px;
	height: 58px;
	overflow: hidden;
	}
input, textarea, select {
	margin: 0px;
	width: 150px;
	font-size: 100%;
	font-family: inherit;
	color: #b2c3d0; 
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid #b2c3d0;
	-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 {
	outline: none;
	border: none;
	border-bottom: 2px solid #fff;
}
input[type=radio], input[type=checkbox] {
	display: inline;
	width: 20px;
	margin-left: 10px;
	outline: none;
}
textarea {
	width: 302px;
	border: 1px solid #b2c3d0;
}

.jsubbtn, .usubbtn {
	margin-left: 60px;	
}
.jsubbtn, .jresbtn, 
.usubbtn, .uresbtn {
	cursor: pointer;
	margin-top: 12px;
	padding: 1px 3px;
	color: #45505f;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #45505f;
	overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    	outline: none;
}
.jsubbtn:hover, .jresbtn:hover, 
.usubbtn:hover, .uresbtn:hover {
	padding: 1px 3px;
	color: #fff;
	background-color: #4d749d;
    	text-decoration: none;
    	outline: 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_join_credits, .show_update_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;
}