﻿#content{

}

#register-panel{
    top: 0;
    right: -50px;
    width: 240px;
    float: right;
    position: absolute;
    display: none;
}

#action-wrapper{
    min-height: 1px;
} * html #action-wrapper{ height: 1px } #action-wrapper:after { content: "."; height: 0; visibility: hidden; clear: both; display: block;	}

 
/* login */
 
.login{
    width: 410px;
    position: relative;
}

.login .field label{
    width: 130px;
    float: left;
    clear: none;
    margin: 10px 10px 0 0;
}

.login .field .text,
.login .field input[type='text']
{
    width: 190px;	
    float: left;
    clear: none;
}

.login table{
     border: none;
     padding: 0;
     width: 100%;
}

.login table td{
    border: none;
    padding: 0;
}

.forgot-password{
    font-size: .75em;
    color: #666;
    display: block;
    float: left;
    margin: 10px 0 0;
    width: auto;
    font-style: italic;
}