/* CONTENT */
.gc_message_box {
    position: relative;
        -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027ea9', endColorstr='#3faace',GradientType=0);
        background: #3faace;
        background: -moz-linear-gradient(top, #027ea9 0%, #3faace 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #027ea9), color-stop(100%, #3faace));
        background: -o-linear-gradient(top, #027ea9 0%, #3faace 100%);
        background: -ms-linear-gradient(top, #027ea9 0%, #3faace 100%);
        background: linear-gradient(to bottom, #027ea9 0%, #3faace 100%);
        background: -webkit-linear-gradient(top, #027ea9 0%, #3faace 100%);}

.gc_message_box #gc_message_box_message {
    margin: 0 10px;
    color: #ffffff;
    ;
    font-family: inherit;
    font-size: inherit;
    
}

.gc_message_box a {
    text-decoration: none;
}

.gc_message_box #gc_message_box_button #gc_message_box_buttontext {
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
}

.gc_message_box #gc_message_box_button #gc_message_box_buttontext:hover {
    padding-top: 5px;
}

.gc_message_box #gc_message_box_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 #778d29;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#778d29', endColorstr='#b9d245',GradientType=0);
        background: #b9d245;
        background: -moz-linear-gradient(top, #778d29 0%, #b9d245 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #778d29), color-stop(100%, #b9d245));
        background: -o-linear-gradient(top, #778d29 0%, #b9d245 100%);
        background: -ms-linear-gradient(top, #778d29 0%, #b9d245 100%);
        background: linear-gradient(to bottom, #778d29 0%, #b9d245 100%);
        background: -webkit-linear-gradient(top, #778d29 0%, #b9d245 100%);    ;
}

.gc_message_box #gc_message_box_button:hover {
    color: #005c83;
    border: 1px solid #c49f25;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cea72e', endColorstr='#f6e155',GradientType=0);
        background: #f6e155;
        background: -moz-linear-gradient(top, #cea72e 0%, #f6e155 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cea72e), color-stop(100%, #f6e155));
        background: -o-linear-gradient(top, #cea72e 0%, #f6e155 100%);
        background: -ms-linear-gradient(top, #cea72e 0%, #f6e155 100%);
        background: linear-gradient(to bottom, #cea72e 0%, #f6e155 100%);
        background: -webkit-linear-gradient(top, #cea72e 0%, #f6e155 100%);    ;
}

.gc_message_box .close_icon {
    display: block;
    position: absolute;
    z-index: 99997;
    right: 4px;
    top: 4px;
    height: 15px;
    width: 15px;
    background-image: url('images/x-light.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0.5;
    cursor: pointer;
}
.gc_message_box .dark.close_icon {
    background-image: url('images/x-dark.png');
}
.gc_message_box .close_icon:hover {
    background-color: rgba(0,0,0,0.5);
    opacity: 0.7;
}
.gc_message_box .dark.close_icon:hover {
    background-color: rgba(255,255,255,0.5);
}

/* ALIGNS */

/* CENTERED UNDER */
.gc_message_box_centered_under_msg { 
    text-align: center; 
    padding-bottom: 10px; 
    line-height: 30px; 
    /* height: 30px; */
}
.gc_message_box_centered_under_btn { 
    text-align: center; 
}

/* LEFT UNDER */
.gc_message_box_left_under_msg { 
    text-align: left; 
    padding-bottom: 10px; 
    line-height: 30px; 
    /* height: 30px; */
}
.gc_message_box_left_under_btn { 
    text-align: left; 
}

/* RIGHT UNDER */
.gc_message_box_right_under_msg { 
    text-align: right; 
    padding-bottom: 10px; 
    line-height: 30px; 
    /* height: 30px; */ 
}
.gc_message_box_right_under_btn { 
    text-align: right; 
}

/* LEFT INLINE */
.gc_message_box_right_inline_box {
    text-align: left; 
}
.gc_message_box_left_inline_box .gc_message_box_clear {
    clear: left;
}
.gc_message_box_left_inline_msg { 
    text-align: left; 
    display: inline; 
    line-height: 30px; 
    /* height: 30px; */ 
}
.gc_message_box_left_inline_btn { 
    float: left; 
    text-align: left; 
    display: inline; 
    padding-right: 10px; 
}

/* RIGHT INLINE */
.gc_message_box_right_inline_box {
    text-align: right;
}
.gc_message_box_right_inline_box .gc_message_box_clear {
    clear: left;
}
.gc_message_box_right_inline_msg {  
    text-align: right; 
    display: inline;
    line-height: 30px;
    /* height: 30px; */ 
}
.gc_message_box_right_inline_btn { 
    float: right; 
    text-align: right;
    display: inline; 
    padding-left: 10px; 
}

/* LEFT RIGHT FAR */
.gc_message_box_left_right_far_box .gc_message_box_clear {
    clear: left;
}
.gc_message_box_left_right_far_msg { 
    float: right; 
    text-align: right; 
    display: inline; 
    line-height: 30px; 
    /* height: 30px; */ 
}
.gc_message_box_left_right_far_btn { 
    float: left;
    text-align: left; 
    display: inline; 
}

/* RIGHT LEFT FAR */
.gc_message_box_right_left_far_box .gc_message_box_clear {
    clear: left;
}
.gc_message_box_right_left_far_msg { 
    float: left; 
    text-align: left;
    display: inline; 
    line-height: 30px; 
    /* height: 30px; */ 
}
.gc_message_box_right_left_far_btn { 
    float: right; 
    text-align: right; 
    display: inline; 
}

/* RIGHT LEFT CLOSE */
.gc_message_box_right_left_close_box { 
    text-align: center; 
}
.gc_message_box_right_left_close_msg { 
    padding-right: 10px; 
    display: inline;
    line-height: 30px;
    /* height: 30px; */ 
}
.gc_message_box_right_left_close_btn {
    display: inline;
}

/* LEFT RIGHT CLOSE */
.gc_message_box_left_right_close_box {
    text-align: center; 
}
.gc_message_box_left_right_close_msg {
    display: inline;
    line-height: 30px;
    /* height: 30px; */
    padding-left: 10px;
}
.gc_message_box_left_right_close_btn {
    display: inline; 
}


/* END OF ALIGNS */