.action_bar.highlight.ig_container {
    text-align: center;

}

.action_bar.highlight .ig_content {
    padding: 0em 0 1em 0;
}

.action_bar.highlight .ig_headline {
    font-size: 1.2em;
    line-height: 1.3em;
    padding:10px;
    margin: 0 auto;
    font-weight: 700;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
}

.action_bar.highlight .ig_message {
    padding: 10px 10px;
}

.action_bar.highlight img.icon {
    width: 50px;
}

.action_bar.highlight .ig_button, .action_bar.highlight input[type="submit"], .action_bar.highlight input[type="button"] {
    display: inline-block;
    font-size: 1em;
    letter-spacing: .1em;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    border-radius: 0.1em;
    vertical-align: text-bottom;
    font-weight: 700;
    padding: .6em 2em;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.action_bar.highlight .ig_button:hover, .action_bar.highlight input[type="submit"]:hover, .action_bar.highlight input[type="button"]:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}

.action_bar.highlight .ig_arrow_block.open{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; 
}

.action_bar.highlight .powered_by img{
    margin-top: 0.5em !important;
}