/** GLOBAL 

body {
	background: #eee;
	margin: 16px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	text-align: center;
}
body * {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #fa0;
}
a:hover, a:active, a:visited:hover {
	color: #c55;
	text-decoration: underline;
}
a img {border: none;}

p { line-height: 1.4; padding: 10px 0; }*/

.clr {clear:both; height: 0px; overflow: hidden;}

/** HEADERS */

h2.please-login    
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #f00;
}

.subsect h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #555;
}

/** LAYOUT */

#container {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
#main {
	background: #FFF url(bg-main.gif) repeat-y;
	padding: 20px 16px;
}

/** SUBSECTIONS */
.subsect-bottom {
	background: url(subsect-bottom.gif) no-repeat top;
	height: 7px;
	overflow: hidden;
}
.subsect {
	background: #EFEFEF url(subsect-top.gif) no-repeat top;
}
.subsect-content {
	padding: 10px 10px 2px;
}

/** Intro */

.subsect .intro {
	background: #fff url(reg-border.gif) repeat-y;
	width: 277px;
	margin-top: 0;
	float: right;
	z-index: 1;
}
.subsect .intro p {
	font-weight: bold;
	text-align: center;
	margin: 5px 10px 0 10px;
	line-height: 1.4;
}
.subsect .intro p.p {
	text-align: left;
	font-weight: normal;
}
.reg {
	font-size: 1.2em;
	margin-bottom: 10px !important;
	margin-bottom: 0;
	text-align: center;
}
.subsect .intro-top {
	background: url(intro-top.gif) no-repeat;
	height: 34px;
	line-height: 34px;
}
.subsect .intro-top h3 a,
.subsect .intro-top h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fa0;
	text-align: center;
	text-decoration: none;
}
.subsect .intro-top h3 {
	font-size: 1.2em;
}
.subsect .intro-bottom {
	background: url(intro-bottom.gif) no-repeat bottom right;
	height: 6px;
	margin-top:10px;
}

.subsect .intro a {
	display: block;
}
label#loginLabel {
	display: block;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin-top:0.5em;
}
/** SETUP */
textarea.setup,
select.setup,
input.setup {
	border: 1px solid #fa0;
	padding: 5px;
	width: 240px;
}
input.setup-pass {
	border: 1px solid #fa0;
	padding: 5px;
	width: 120px;
}
input.setup:focus, input.setup-pass:focus {
	border: 1px solid #f00;
}

/** FORM ERRORS */
#message {
	background-color: #fb9;
	border-top: 1px solid #c55;
	border-bottom: 1px solid #c55;
	margin: 5px 0;
	padding: 5px;
	width: 225px;
	list-style: none;
	color: #f00;
}
#message {
	background: #fb9 url(error-icon.gif) no-repeat 5px 2px;
	padding: 0px 5px 0px 23px;
	list-style: none;
}

label#remember-me { margin-top: 0; display: inline; font-weight: normal }

div.test {
	border:5px solid #E8E8E8;
	margin-bottom:10px;
	margin-left:10%;
	margin-top:10px;
	padding:10px;
	width:325px;
}
div.redError {
	border:5px solid #ff0000;
	margin-bottom:10px;
	margin-left:10%;
	margin-top:10px;
	padding:10px;
	width:300px;
}


