@charset "utf-8";
/* CSS Document */

<style type="text/css">
        h3 {
            line-height: 20px !important;
        }

        .Msgerror {
            border: 1px solid #cd0a0a !important;
            color: #cd0a0a !important;
        }

        .input-xs {
            height: 24px;
            padding: 2px 10px;
            font-size: 11px;
            line-height: 1.5;
        }

        .red {
            color: #FF0000;
        }

        .ui-dialog .ui-dialog-buttonpane {
            background-color: #ff0000 !important;
            margin-top: 0px !important;
        }

        fieldset {
            padding: 0;
            border: 0;
            margin-top: 25px;
        }

        div#users-contain {
            width: 350px;
            margin: 20px 0;
        }

            div#users-contain table {
                margin: 1em 0;
                border-collapse: collapse;
                width: 100%;
            }

                div#users-contain table td, div#users-contain table th {
                    border: 1px solid #eee;
                    padding: .6em 10px;
                    text-align: left;
                }

        .ui-dialog .ui-state-error {
        }

        .validateTips {
	    margin: 0 30px;
            border: 1px solid transparent;
            font-size: 12px;
            !important;
        }

        .modal-footer {
            margin-top: 10px !important;
            padding: 5px 20px 20px !important;
        }
    </style>