.alert {
    border: none;
    border-radius: 0px; 
	margin: 5px 0 10px 0;
    list-style-type: none;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    width: 100%;
    float: right;
    clear: left;
    color: #A94442;
    padding: 5px 10px;
}
.password-box {
    border: 1px solid;
    padding-bottom: 15px;
}

.tx-femanager {
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    border-bottom-width: thick;
    background: #fafafa;
    padding-top: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.femanager_edit .controls .input-block-level.error{
	background-color: #EBCCD1 !important;
    color: #A94442 !important;
}

