/*
 * Network Latest Posts v3.0
 * Shortcode Form
 *
 * Copyright 2012  L'Elite
 * Licensed under the GPL v2.0
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Great and ugly things aren't as good
 * as great and beautiful things ;)
 */
#nlposts_shortcode label, #nlposts_shortcode legend {
    background:transparent url('../img/button_submit.gif') no-repeat;
    color:#111;
    border:0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
    color: rgba(0, 0, 0, 0.72);
    font-size: 13px;
    padding:2px;
    font-weight: bold;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.37);
}
#nlposts_shortcode input, #nlposts_shortcode select {
    margin-top:7px;
    margin-bottom:7px;
    width: 250px;
}
#nlposts_shortcode_submit {
    margin-top:15px;
    background:transparent url('../img/button_submit.gif') no-repeat;
    width:100px;
    height:40px;
    color:#111;
    border:0;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
    color: rgba(0, 0, 0, 0.72);
    font-size: 17px;
    font-weight: bold;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.37);
}
#nlposts_shortcode_submit:hover {
    -moz-box-shadow:inset 0px 0 1px rgba(0, 0, 0, 0.72);
    -webkit-box-shadow:inset 0 0 1px rgba(0, 0, 0, 0.72);
    box-shadow:inset 0 0 1px rgba(0, 0, 0, 0.72);
    color:rgba(0, 0, 0, 0.86);
}