/* MINI LOGIN LAYOUT */

.loginLayout {
    text-align:center; 
    padding: 10px;
}

.loginLayout .margin {
    width: 200px;
}


.loginLayout table {
    margin: 0 auto;
    text-align: left;
}

.loginLayout table td {
    padding:0 0 4px 0;
}


.loginLayout input {
    font-size: 10px;
}

.loginLayout .label {
    text-transform: lowercase;
    text-align: right;
    font-size: 9px;
    font-weight: bold;
    padding-right: 1em;
}

.loginLayout .message {
    font-size: 10px;
}

.loginLayout .errorMessage,
.loginLayout .warningMessage {
    color: #C30;
}

.loginLayout .infoMessage {
    color: #092;
}

.loginLayout .passwordLink {
    font-size: 10px;
}



.signupLayout {
    text-align:center;
    float:right;
    width:220px;
    clear: right;
}


/* MINI INFO LAYOUT */

.memberInfoLayout {
    padding: 10px;
}

.memberInfoLayout .margin {
    width: 200px;
}


/* PROFILE FORM/INFO LAYOUT */

.profileForm td {
    text-align: left;
    vertical-align: top;
    padding: 4px 0 4px 0;
}

.profileForm th {
    text-align: left;
    vertical-align: top;
    padding: 10px 0 4px 0;
    border-bottom: 1px solid #CCC;
    text-align: center;
}

.profileForm td.label {
    text-align: right;
    padding-right: 1em;
    padding-left: 5px;
    color: #C95;
}


.profileForm input,
.profileForm select {
    font-size: 10px;
}

.profileForm input.error,
.profileForm select.error,
.profileForm textarea.error
{
    background-color: #FFC;
}


.profileForm .buttons input {
    font-size: 12px;
}


/* MESSAGE STYLES */

.message {
    background-color: #EEE;
    border: 1px solid #999;
    margin-bottom: 0.7em;
}

.messageMargin {
    padding: 5px;
}

.message .icon {
    float: left;
}

.message .body {
    margin-left: 42px;
}

.message .bodyEnd {
    clear: left;
}

.message .warning {
    background-color: #FFD;
}

.message .info {
    background-color: #DFD;
}
