#login_form_box {
	margin:0 auto;
	padding:39px 10px 13px 41px;
	overflow:hidden;
	width:325px; 
	font-size:12px; 
	line-height:14px; 
	color:#666666;
	background-color: #ffffff;	
}

.inputbox {
	background: transparent;
	position:relative;
	padding-bottom:15px; 
}

#signupbox{
	border-top: 1px dotted #cccccc;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	font-size:12px;
	width: 284px;
}



.hidesubmit {
	border: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#shoutoutframe {	
	float: left;
	margin-left:8px;
	margin-bottom:0px; 
	width:489px; 
	height:411px;  
	border:0px;
	z-index: 100;
	overflow: hidden;
}

#infobarframe {
	width:889px; 
	height:139px; 
	margin-top:12px;
	clear:both;
	overflow: hidden;
}

#loginpage .content{
	min-height: 232px;
	padding: 0px;
}

.loginError {color:#ff0000; width:310px; padding-bottom:10px; text-align:center;}

body {
    background: none repeat scroll 0 0 #FFFFFF;
}

#headertext, #headertext a {
    color: #FFFFFF;
}

#contentwrap, .content {
    border-radius: 18px 18px 18px 18px;
}

#loginpage .content, #contentwrap {
    background-color: #FDE9D9;
}

#contentwrap {
    border: 3px solid #ED7A23;
}

#footer, #footer a {
    color: #CCCCCC;
}

html, body, div, span, p {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body {
    color: black;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    text-align: center;
}
#pagewrap {
    margin: 0 auto;
    text-align: left;
    width: 955px;
}
#headerwrap {
    height: 160px;
    padding-bottom: 0 !important;
    text-align: center;
    width: 955px;
}
#header {
    float: left;
    height: 76px;
    margin-right: 0;
    margin-top: 6px;
    width: 955px;
}
h2, .pageTitle {
    font-size: 20pt;
}
#headertext {
    font-size: 12px;
    margin: 30px 0 0;
    position: relative;
    text-align: right;
    width: 920px;
    z-index: 10;
}
#headertext a {
    background-color: transparent;
    text-decoration: none;
}
#headertext a:hover {
    text-decoration: underline;
}
#main-logo {
    display: block;
    height: 125px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 600px;
    z-index: 12;
}
#contentwrap {
    overflow: visible;
    padding: 70px 30px 70px;
    width: 895px;
}
#loginpage .content {
    padding: 0;
}
.content {
    background-color: #FFFFFF;
    padding: 20px 40px 40px;
}
#footer {
    clear: both;
    font-size: 11px;
    margin: 12px;
    text-align: center;
}
#footer a {
    font-weight: bold;
}
#footer a:hover {
    text-decoration: none;
}

#login_form_box {
    border: 3px solid #7B2880;
}
#login_form_box {
    border-radius: 18px 18px 18px 18px;
}
.glow, .txtbox {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    line-height: 20px;
    padding: 3px;
	height:27px;
}
.glow, .loginInputBox {
    width: 280px;
}
.errortxt {
	color:red;
}

