#gc_message_bar div,
#gc_message_bar span,
#gc_message_bar b,
#gc_message_bar i,
#gc_message_bar form,
#gc_message_bar label {
    line-height: 1;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
#gc_message_bar a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
#gc_message_bar input,
#gc_message_bar select {
    vertical-align: middle;
}


/* CONTENT */
#gc_message_bar {
	white-space:nowrap;
    z-index: 99998;
    position: fixed;
    left: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
        -moz-box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
    box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4903a', endColorstr='#d2741d',GradientType=0);
        background: #d2741d;
        background: -moz-linear-gradient(top, #f4903a 0%, #d2741d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4903a), color-stop(100%, #d2741d));
        background: -o-linear-gradient(top, #f4903a 0%, #d2741d 100%);
        background: -ms-linear-gradient(top, #f4903a 0%, #d2741d 100%);
        background: linear-gradient(to bottom, #f4903a 0%, #d2741d 100%);
        background: -webkit-linear-gradient(top, #f4903a 0%, #d2741d 100%);}
.gc_message_bar_bottom {
    -moz-box-shadow: 0px -2px 4px  rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: 0px -2px 4px  rgba(0,0,0,0.2) !important;
    box-shadow: 0px -2px 4px  rgba(0,0,0,0.2) !important;
}

.gc_message_bar_top.add_adminbar {
    top: -17px;
}

.gc_message_bar_top_open.add_adminbar {
    top: 28px;
}

.gc_message_bar_top {
    top: -45px;
}

.gc_message_bar_top_open {
    top: 0px;
}

.gc_message_bar_bottom {
    bottom: -45px;
}

.gc_message_bar_bottom_open {
    bottom: 0px;
}


#gc_message_bar #gc_message_bar_message {
    margin: 0 10px;
    vertical-align: top;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-family: inherit;
	font-size: inherit;
}

#gc_message_bar div {
    margin: 0 10px;
    text-decoration: none;
}
#gc_message_bar #gc_message_bar_button_a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: none !important;
}
#gc_message_bar #gc_message_bar_button #gc_message_bar_buttontext {
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: inline-block;
	font-family: inherit;
	font-size: inherit;
}

#gc_message_bar #gc_message_bar_button {
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    cursor: pointer;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #006695;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008dbe', endColorstr='#008dbe',GradientType=0);
        background: #008dbe;
        background: -moz-linear-gradient(top, #008dbe 0%, #008dbe 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008dbe), color-stop(100%, #008dbe));
        background: -o-linear-gradient(top, #008dbe 0%, #008dbe 100%);
        background: -ms-linear-gradient(top, #008dbe 0%, #008dbe 100%);
        background: linear-gradient(to bottom, #008dbe 0%, #008dbe 100%);
        background: -webkit-linear-gradient(top, #008dbe 0%, #008dbe 100%);    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

#gc_message_bar #gc_message_bar_button:hover {
    color: #ffffff;
    border: 1px solid #006718;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#399522', endColorstr='#399522',GradientType=0);
        background: #399522;
        background: -moz-linear-gradient(top, #399522 0%, #399522 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #399522), color-stop(100%, #399522));
        background: -o-linear-gradient(top, #399522 0%, #399522 100%);
        background: -ms-linear-gradient(top, #399522 0%, #399522 100%);
        background: linear-gradient(to bottom, #399522 0%, #399522 100%);
        background: -webkit-linear-gradient(top, #399522 0%, #399522 100%);    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

#gc_message_bar #gc_message_bar_wrapper {
    margin: 5px 50px;
	height: 30px;
    line-height: 30px;
}
#gc_message_bar #gc_message_bar_content {
    position: relative;
	height: 30px;
}
/* CLASSES FOR THE 8 POSITIONS */
.gc_message_bar_contentSetting1 { text-align: left; }
.gc_message_bar_buttonSetting1 { }
.gc_message_bar_messageSetting1 { }

.gc_message_bar_contentSetting2 { text-align: center; }
.gc_message_bar_buttonSetting2 { }
.gc_message_bar_messageSetting2 { }

.gc_message_bar_contentSetting3 { text-align: right; }
.gc_message_bar_buttonSetting3 { }
.gc_message_bar_messageSetting3 { }

.gc_message_bar_contentSetting4 { text-align: left; }
.gc_message_bar_buttonSetting4 { float: right; }
.gc_message_bar_messageSetting4 { }

.gc_message_bar_contentSetting5 { text-align: left; }
.gc_message_bar_buttonSetting5 { }
.gc_message_bar_messageSetting5 { }

.gc_message_bar_contentSetting6 { text-align: center; }
.gc_message_bar_buttonSetting6 { }
.gc_message_bar_messageSetting6 { }

.gc_message_bar_contentSetting7 { text-align: right; }
.gc_message_bar_buttonSetting7 { }
.gc_message_bar_messageSetting7 { }

.gc_message_bar_contentSetting8 { text-align: right; }
.gc_message_bar_buttonSetting8 { float: left; }
.gc_message_bar_messageSetting8 { }



/* ADMIN */

#general-elements.gc_message_bar_admin input[type="text"],
#general-elements.gc_message_bar_admin input[type="number"],
#general-elements.gc_message_bar_admin select {
    width: 100%;
}
#gc_message_bar_admin .mainmessage {
    margin-bottom:40px;
}
#gc_message_bar_admin .form-table {
    margin-top:20px;
}
#gc_message_bar_admin .submit input {
    width: auto;
}

#gc_message_bar_admin textarea {
    min-width: 100%;
    max-width: 100%;
    resize:vertical;
}
#gc_message_bar_admin .clear {
    clear:both;
}
#gc_message_bar_message_text {
    width: 350px;
    height: 50px;
}
#gc_message_bar_admin .wrap {
    float: left;
}
#gc_message_bar_admin #gc_ad {
    float: right;
    margin: 15px;
}
#gc_message_bar_admin #gc_ad #gc_message_bar_banners {
    width: 270px; 
    height: 800px;    
}
#updateSettings{
    /*width: 700px;*/
}
#gc_message_bar_admin .submit {
    border-bottom:1px solid #eee;
    margin:15px 0 30px 0;
    padding:0 0 30px 230px;
}
#gc_message_bar_admin .submit.bottom {
    margin-bottom: 10px !important;
}
#gc_message_bar_admin .copy {
    margin-bottom: 30px;
}
#gc_message_bar_admin .gcmblink {
    font-weight: bold;
}
#gc_message_bar_admin .gc_icon32 {
    margin:0 8px 0 0px
}
#gc_message_bar_admin h2 {
    line-height:36px;
    height:36px;
    margin-bottom:0;
    font-size:24px;
    font-weight:normal !important;
}
#gc_message_bar_admin h3 {
    font-size:20px;
    font-weight:normal !important;
    margin-bottom:10px;
}
#gc_message_bar_open {
	z-index: 10000;
    position: fixed;
    top: -120px; /* -80px */
    left: 30px;
    height: 80px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4903a', endColorstr='#d2741d',GradientType=0);
        background: #d2741d;
        background: -moz-linear-gradient(top, #f4903a 0%, #d2741d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4903a), color-stop(100%, #d2741d));
        background: -o-linear-gradient(top, #f4903a 0%, #d2741d 100%);
        background: -ms-linear-gradient(top, #f4903a 0%, #d2741d 100%);
        background: linear-gradient(to bottom, #f4903a 0%, #d2741d 100%);
        background: -webkit-linear-gradient(top, #f4903a 0%, #d2741d 100%);    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#gc_message_bar_open.adminbar.showopentop {
    top: -12px !important;
}
#gc_message_bar_open.showopentop {
    top: -40px !important;
}
#gc_message_bar_open.showopenbottom {
    bottom: -40px !important;
}
#gc_message_bar_open.right {
    left: auto;
    right: 30px;
}
#gc_message_bar_open.bottom {
    top: auto;
    bottom: -120px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#gc_message_bar_open.top.adminbar { 
    top: -92px;
}
#gc_message_bar_open .icon {
	display: block;
    height: 25px;
    width: 22px;
    background-image: url('images/arrow-light-down.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding-right: 3px;
    opacity: 0.5;
    cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
}
#gc_message_bar_open.top .icon {
    margin-top: 47px;
}
#gc_message_bar_open.bottom .icon {
    margin-top: 8px;
}
#gc_message_bar_open.dark .icon {
    background-image: url('images/arrow-dark-down.png');
}
#gc_message_bar_open.bottom .icon {
    background-image: url('images/arrow-light-up.png');
}
#gc_message_bar_open.dark.bottom .icon {
    background-image: url('images/arrow-dark-up.png');
}
#gc_message_bar_open .icon:hover {
    background-color: rgba(0,0,0,0.5);
    opacity: 0.7;
}
#gc_message_bar_open.dark .icon:hover {
    background-color: rgba(255,255,255,0.5);
}

#gc_message_bar_close {
    position: absolute;
    top: 50%;
    margin-top: -20px !important;
    left: -40px;
    height: 40px;
    width: 31px;
}
#gc_message_bar_close.right {
    left: auto;
    right: -40px;
}
#gc_message_bar_close.bottom {
}
#gc_message_bar_close.top.adminbar { 
}
#gc_message_bar_close .icon {
    display: block;
    height: 25px;
    width: 25px;
    margin-top: 7px;
    margin-left: 3px;
    background-image: url('images/arrow-light-up.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.5;
    cursor: pointer;
}
#gc_message_bar_close.dark .icon {
    background-image: url('images/arrow-dark-up.png');
}
#gc_message_bar_close.bottom .icon {
    background-image: url('images/arrow-light-down.png');
}
#gc_message_bar_close.dark.bottom .icon {
    background-image: url('images/arrow-dark-down.png');
}
#gc_message_bar_close .icon:hover {
    background-color: rgba(0,0,0,0.5);
    opacity: 0.7;
}
#gc_message_bar_close.dark .icon:hover {
    background-color: rgba(255,255,255,0.5);
}