#ac_dashboard_links {
    padding: 0 0 30px;
}

.ac_spinner {
    position: fixed;
    top: 40%;
    left: 33%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 500px; /* width of the spinner gif */
    height: 152px; /*hight of the spinner gif +2px to fix IE8 issue */
    opacity: 50;
    font-size: 16px;
    background-color: #535151;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: white;
    padding-top: 2em;
}
#ac-img-spinner{
	-moz-border-radius: 15px;
	border-radius: 15px;
}


.acc_error, .acc_success, .acc_msg {
    display: block;
    padding: 20px;
    /*max-width: 500px;*/
    margin-bottom: 10px;
    color: black;
}

/*--yellow--*/
.acc_msg {
    background: #FFFF66;
}

/*--red--*/
.acc_error {
    background: #ffbfbf;
}

/*--green--*/
.acc_success {
    background: #8FFF8F;
}

.accordionButton, .accordionButton:hover, .accordionButton:focus {	
    background: #D8D8D8;
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
    margin: 1em 0;
    font-weight: bold;
    padding: 8px 0 8px 5px;
    clear: both;
    display: block;
    color: black;
    text-decoration: none;
}
	
.accordionContent {	
    display: none;
    float: left;
    width: 100%;
}

.acc_label {
    display: inline-block;
    font-weight: bold;
    margin: 10px 0 5px;
    width: 150px;
}

.ac_user_profile label, .ac_new_user label {
    line-height: 2.5em;
}

.ac_profile_password {
    margin-top: 30px;
}

.user_information_label {
    display: inline-block;
    width: 125px;
}