#submitSettings {
    padding: 3px 8px;
    border: 1px solid #faf6f6;
    border: 1px solid rgba(250, 246, 246, 0.6);
    background-color: rgb(0, 0, 0);
    /*width: 150px;*/
    color: #FFFFFF;
    font-weight: bold;
    margin-left: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
	font-size: 20px;
    /*//text-align: center;*/
}

.containerSettings {
    color: white;
    padding: 0 0 0 0;
    /*width: 992px;*/
    height: auto;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    cursor: default;
}

    .containerSettings:after {
        clear: both;
        content: "";
        display: block;
    }
	
#submitPromotion {
    padding: 3px 8px;
    border: 1px solid #faf6f6;
    border: 1px solid rgba(250, 246, 246, 0.6);
    background-color: rgb(0, 0, 0);
    /*width: 100px;*/
    color: #FFFFFF;
    font-weight: bold;
    margin-left: -6px;
    padding-top: 4px;
    padding-bottom: 3px;
    cursor: pointer;
    /*//text-align: center;*/
}

.containerPromotion {
    color: white;
    padding: 0 10px 0 10px;
    width: 992px;
    height: auto;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 25px;
    cursor: default;
}

    .containerPromotion:after {
        clear: both;
        content: "";
        display: block;
    }
	
#server-page-settings-admin {
    overflow: hidden;
    margin-bottom: 16px;
}

    #server-page-settings-admin .span2 .box-content {
        padding-bottom: 500px;
        margin-bottom: -484px;
    }

    #server-page-settings-admin dl {
        padding-bottom: 0px;
        font-size: 16px;
        margin-bottom: 7px;
        border-bottom-color: rgba(255, 255, 255, 0.1);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        #server-page-settings-admin dl dt {
            /*color: rgb(168, 168, 168);*/
            text-transform: uppercase;
            float: left;
        }

        #server-page-settings-admin dl dd {
            float: right;
			padding-top: 7px;
        }

            #server-page-settings-admin dl dd .icon {
                margin-top: -1px;
                vertical-align: top;
            }

        #server-page-settings-admin dl:last-child {
            margin: 0px;
            padding: 0px;
            border-bottom-color: currentColor;
            border-bottom-width: 0px;
            border-bottom-style: none;
        }

    .row-tight-settings .span2-settings {
        width: 997px;
		margin-left: 0px;
    }		