

body {
            font-family: Tahoma;
        }

        .container {
            min-width: 640px;
            
            min-height: 300px;
        }

        .inputItem {
            clear: both;
        }

        .width200 {
            width: 199px;
            min-height: 30px;
            padding: 5px 20px 5px 0px;
            float: left;
            border-bottom: 0px dotted silver;
            text-align:right;
        }

        .width480 {
            min-height: 30px;
            width: 420px;
            float: left;
            border-left: 0px dotted silver;
        }
        .error{font-size:0.9em;color:red;position:absolute;display:block;padding-left:20px;padding-top:8px}
        .noBorder {
            border: none;
        }

        .noPadding {
            padding: 0;
        }

        .alignLeft {
            text-align: left;
            margin-left: 169px;
        }

        .listSubjectSmall {
            clear: both;
            font-weight: normal;
            font-size: 14px;
            color: #666;
        }

        .inputButton {
            border: none;
            padding: 10px;
            border-left: 1px solid #666;
            background: transparent;
            cursor: pointer;
        }

        .inputText, input[type="text"], textarea, select {
            border: none;
            border: 1px dotted #666;
            background-color: #eee;
            padding: 5px;
            width: 280px;
            color: black;
            font-size: 1.05em;
            margin-left:5px;
        }
        select{width:292px}
        .req{background-color:#D8D7FF !important}
        .ss-choices {
            list-style: none;
            position: relative;
            margin-left: 5px;
            font-size: 0.95em;
            top: -13px;
            margin-bottom: 0px;
            clear: both;
            border: 1px dotted #666;
background-color: #eee;
padding: 5px;
width: 280px;
color: black;
font-size: 1.05em;
        }

        .sendButtonBlue {
            display:block;
            padding: 5px;
            font-size: 1em;
            text-align: center;
            background-color: #333365;
            clear: both;
            margin: 20px auto;
            border: 2px solid #fff;
            color: white;
            margin-left: 80px;
            -moz-box-shadow:0px 0px 8px #000000;
-webkit-box-shadow:0px 0px 8px #000000;
box-shadow:0px 0px 8px #000000;
width:180px;
        }

            .sendButtonBlue:hover {
                cursor: pointer;
                background-color: #006699;
                background-image: none;
            }
.hidden{display:none}
div.ui-tooltip {
    max-width: 150px !important;
}