@CHARSET "UTF-8";

div.login-description,
div.logout-description {
    margin-top: 30px;
    font-weight: bold;
}

.login form,
.reset form,
.remind form,
.profile-edit form {
    margin-top: 10px;
    border: none;
}

.login fieldset,
.reset fieldset,
.remind fieldset,
.profile-edit fieldset {
    border: none;
    padding: 0;
    margin: 0 0 0 25px;
}

.login fieldset {
	display: table;
}

.login .control-group {
	display: table-row;
}

.login .control-group div * {
	margin-bottom: 10px;
}

.login .control-group .control-label,
.login .control-group .controls {
	display: table-cell;
	margin-bottom: 20px;
}

.login .control-group .control-label {
	padding-right: 15px;
}

.login .control-group:last-of-type {
	display: block;
}

div.login-fields {
    margin-bottom: 20px;
}

.login-fields label,
.reset label,
.remind label,
.profile-edit label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

.reset label,
.remind label,
.profile-edit label {
    margin-top: 25px;
}

.login-fields input {
    display: block;
    width: 300px;
}

.login button,
.reset button,
.remind button,
.profile-edit button,
.logout button {
    clear: both;
    
    background-color: #aaa; 
    
    border: 0 none; 
    border-radius: 4px;
    
    color: #fff; 
    
    cursor: pointer; 
    
    display: block; 
    
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    
    margin: 30px 0px 50px 30px;
    padding: 0 22px;
    
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    
    white-space: nowrap;
    width: 250px;
}

div.login + div ul.nav {
	margin-top: 40px;
	padding-left: 0;
	
	list-style: none;
}

div.login + div ul.nav li {
	padding-bottom: 5px;
	
	font-size: 12px;
	line-height: 16px;
}

.reset button,
.remind button,
.profile-edit button,
.logout button {
    clear: none;
}

.login button:hover,
.reset button:hover,
.remind button:hover,
.profile-edit button:hover,
.logout button:hover {
    background-color: #777;
}

.reset span.star,
.remind span.star,
.profile-edit span.star {
    color: red;
    font-weight: bold;
}

table.recaptchatable,
table#recaptcha_table {
    border: none;
}

.profile ul.btn-toolbar {
	display: none;
}

.profile fieldset {
    border: none;
}

.profile-edit fieldset {
    margin-bottom: 30px;
}

.profile legend,
.profile-edit legend {
    font-weight: bold;
    margin-top: 20px;
    padding: 10px;
    color: #333;
    background-color: #ddd;
    width: 90%;
    border-radius: 0 35px 0 10px;
}

.profile dl,
.profile-edit dl
 {
    margin: 0 0 10px 30px;
}

.profile dt {
    padding: 0;
    color: #555;
}

.profile dd {
    display: inline-table;
    padding: 8px;
    background-color: #eee;
    color: black;
    border-radius: 10px;
    margin-bottom: 15px;
}

.profile a {
    display: block;
    margin-right: 220px;
    margin-bottom: 40px;
    text-align: right;
}

.profile-edit span.optional {
    display: none;
}


ul.actions {
    clear:both;
    margin-top: -50px;
    float:right;
    display: none;
}

ul.actions li {
    list-style-type: none;
    float:right;
    margin-left: 10px;
}

ul.actions li.edit-icon img {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}