/*
StackTack - A Question Widget for Your Blog
Copyright (C) 2012  Nathan Osman

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

#stacktack-dialog {
    padding: 0px 10px;
}

#stacktack-dialog label {
    display: block;
    margin: 3px 0px;
}

#stacktack-dialog label span {
    float: left;
    width: 60px;
}

#stacktack-dialog input[type=text], #stacktack-dialog select {
    width: 370px;
}

#stacktack-dialog .stacktack-option {
    margin-left: 60px;
}

#stacktack-dialog .submitbox {
    padding: 14px 0px;
}

#stacktack-cancel {
    display: inline-block;
    padding-top: 10px;
}

#stacktack-submit {
    float: right;
}

#stacktack-dialog .stacktack-error {
    color: #c55;
    display: block;
    font-weight: bold;
    padding: 2px 10px;
}