#right{
    float: right;
    line-height: 1.4;
    width: 380px;
}
#the-form{
    float: left;
}
#why-jaxey {
    list-style-type: square;
    list-style-position:inside;
}
#login-form {
    list-style-type:none;
}
#form-inputs ul {
    margin-top:10px;
}
#form-inputs li {
    padding-bottom:10px;
}
.entry {
    font-weight:bold;
}
.remember{
    font-weight: normal;
    padding-left:5px;
}
#login-error p {
    margin-left:30px;
    line-height:1.6;
    color:#CC3300;
    font-weight:bold;
}
#login-error {
    background:url(/images/icon/alert24.png) no-repeat;
    height:35px;
    margin:20px 0;
}
#login-success p {
    color:#000000;
    font-weight:bold;
    line-height:1.6;
    margin-left:30px;
}
#login-success {
    background:transparent url(/images/icon/add1-24.png) no-repeat scroll 0 0;
    height:35px;
    margin:20px 0;
}
#the-form input[type=text],input[type=password] {
    width:220px;
}
#form-inputs ul li, #rp-form ul li {
    list-style:none;
}