﻿#login_form_box 
{
    float: left;
    padding:39px 10px 13px 41px;
    overflow:hidden;
    width:325px;
    height:200px;
    min-height:200px;
    font-size:12px;
    line-height:14px;
    color:#666666;
    background-color: #ffffff;
    margin-right:10px;
}
.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;
}
a {
/*padding-left:10px;*/
text-decoration:none;
margin-top:8px;
color:#008272;
background-color:#FFFFFF; /* required for ie6 */
}
a:hover {
color:#FF0000;
text-decoration:underline;
}
.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: 420px;
padding: 0px;
}
.loginError {color:#ff0000; width:310px; padding-bottom:10px; text-align:center;}