#gallerix_general {}

#gallerix_general h2 {
    margin-bottom: 40px;
}

#gallerix_error {
    width:100%;
    height:30px;
    background:#333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    line-height: 30px;
    padding:10px;
}

#gallerix_general .separator {
    border-bottom: 1px solid #ececec;
    width:100%;
    clear:both;
    float:left;
    margin-top:30px;
    margin-bottom:30px;
    height:1px;
}

#gallerix_general .space {
    width:100%;
    clear:both;
    float:left;
    margin-top:10px;
    margin-bottom:10px;
    height:1px;
}

#gallerix_general h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: bold;
    color:#000;
    padding:0;
    margin:0;
    float:left;
    line-height: 36px;
}


#gallerix_general label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#000;
    font-weight: bold;
    clear:both;
    float:left;
}   

#gallerix_general label span {
    font-weight: normal;
    color:#999;
}


#gallerix_general input[type=text] {
    margin-top:10px;
    width:350px;
    height:40px;
    padding:10px;
    border:1px solid #ececec;
    border-radius: 4px;
    clear:both;
    float:left;
}

#gallerix_general select {
    margin-top:10px;
    width:350px;
    height:40px;
    padding:10px;
    border:1px solid #ececec;
    border-radius: 4px;
    clear:both;
    float:left;
}

#gallerix_general .gallerix_save {
    background-image:url('../img/save_changes_btn.png');
    background-position: 0px 0px;
    width:173px;
    height:45px;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
    clear:both;
    float:left;
    
}
#gallerix_general .gallerix_cancel {
    background-image:url('../img/cancel_btn.png');
    width:173px;
    height:45px;
    border:none;
    text-indent: -9999px;
    cursor: pointer;
    float:left;
    margin-left: 10px;
    text-decoration: none;
}

#gallerix_general .gallerix_save:hover,
#gallerix_general .gallerix_cancel:hover 
{
    background-position: -173px 0px;
}

#gallerix_general .required_tooltip {
    margin-top:10px;
    margin-left: 10px;
    background-image:url('../img/required_tooltip.png');
    width:159px;
    height:37px;
    float:left;
    text-indent: -9999px;
    display: none;
} 