	    
/* CONTENT */
.gc_message_box div,
.gc_message_box span,
.gc_message_box b,
.gc_message_box i,
.gc_message_box form,
.gc_message_box label {
    line-height: 1;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.gc_message_box a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.gc_message_box input,
.gc_message_box select {
    vertical-align: middle;
}

.gc_message_box {
    position: relative;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cc552', endColorstr='#36921f',GradientType=0);
    background: #36921f;
    background: -moz-linear-gradient(top, #6cc552 0%, #36921f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6cc552), color-stop(100%, #36921f));
    background: -o-linear-gradient(top, #6cc552 0%, #36921f 100%);
    background: -ms-linear-gradient(top, #6cc552 0%, #36921f 100%);
    background: linear-gradient(to bottom, #6cc552 0%, #36921f 100%);
    background: -webkit-linear-gradient(top, #6cc552 0%, #36921f 100%);    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.gc_message_box #gc_message_box_message {
    margin: 0 10px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    font-family: inherit;
    font-size: inherit;
}

.gc_message_box a {
    text-decoration: none;
}
.gc_message_box #gc_message_box_button_a {
    background: none !important;
}

.gc_message_box #gc_message_box_button #gc_message_box_buttontext {
    width: 100%;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

.gc_message_box #gc_message_box_button #gc_message_box_buttontext:hover {
}

.gc_message_box #gc_message_box_button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    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 #6cc552;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50aa38', endColorstr='#50aa38',GradientType=0);
    background: #50aa38;
    background: -moz-linear-gradient(top, #50aa38 0%, #50aa38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50aa38), color-stop(100%, #50aa38));
    background: -o-linear-gradient(top, #50aa38 0%, #50aa38 100%);
    background: -ms-linear-gradient(top, #50aa38 0%, #50aa38 100%);
    background: linear-gradient(to bottom, #50aa38 0%, #50aa38 100%);
    background: -webkit-linear-gradient(top, #50aa38 0%, #50aa38 100%);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.gc_message_box #gc_message_box_button:hover {
    color: #ffffff;
    border: 1px solid #59b340;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36921f', endColorstr='#36921f',GradientType=0);
    background: #36921f;
    background: -moz-linear-gradient(top, #36921f 0%, #36921f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36921f), color-stop(100%, #36921f));
    background: -o-linear-gradient(top, #36921f 0%, #36921f 100%);
    background: -ms-linear-gradient(top, #36921f 0%, #36921f 100%);
    background: linear-gradient(to bottom, #36921f 0%, #36921f 100%);
    background: -webkit-linear-gradient(top, #36921f 0%, #36921f 100%);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.gc_message_box .close_icon {
    display: block;
    position: absolute;
    z-index: 99997;
    right: 4px;
    top: 4px;
    height: 15px;
    width: 15px;
    background-image: url('http://www.hundeplatz-pfungstadt.de/wp-content/plugins/gc-message-box/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('http://www.hundeplatz-pfungstadt.de/wp-content/plugins/gc-message-box/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; 
}
.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; 
}
.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; 
}
.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-block;
    line-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-block;
    line-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-block;
    line-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-block;
    line-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-block;
    line-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-block;
    vertical-align: middle !important;
    line-height: 30px;
    padding-left: 10px;
}
.gc_message_box_left_right_close_btn {
    display: inline; 
}
