.required-height {
    padding: 0px 0px 8px 0px;	
}

.center-red {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;/* Resize Font*/
    text-align: center;
    width: 100%;
    color: #990016;
}

.textbox-wrapper {
    margin: 0px;
    padding: 10px 10px 0px 10px;
    width: 235px; /* Resize Width */
    height: 38px; /* no padding: 37px; */
    text-align: left;
    background-image: url('/images/text-field.gif');
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: bottom;
}

.margin-right {
    border-right:10px solid #DDDDDB;
}

.textbox {
    cursor: pointer;
    border: 0px solid #FAFAFA;
    color: #990016;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;/* Resize Font*/
    height: 18px;
    width: 230px;
    line-height: 15px;
    background-color: #FbFbFb;
}

.message-wrapper {
    margin: 0px;
    padding: 10px 10px 0px 10px;
    width: 500px; /* Resize Width */
    height: 130px; /* no padding: 37px; */
    text-align: left;
    background-image: url('/images/comment-box.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

.message {
    cursor: pointer;
    border: 0px solid #FAFAFA;
    color: #990016;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;/* Resize Font*/
    height: 100px;
    width: 495px;
    line-height :22px;
    background-color: #FBFBFB;
    overflow: hidden;
}

div.selectbox-wrapper {
    position: absolute;
    width: 218px !important;
    background-color: white;
    border: 1px solid #ccc;
    margin: 0px;
    margin-top: -43px !important;
    padding: 0px;
    text-align: left;
    max-height: 234px;
    overflow: auto;
    z-index: 200;
}

div.selectbox-wrapper ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.selectbox-wrapper ul li.selected { 
    background-color: #EAF2FB;
}

div.selectbox-wrapper ul li.current { 
    background-color: #CDD8E4;
}

div.selectbox-wrapper ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #990016;
    font-weight: bold;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 5px 5px 5px 10px;
    cursor: pointer;
}

#school-type {
	width: 235px;
}

#school-state {
	width: 235px;
}

#role {
	width: 235px;
}

.selectbox {
    margin: 0px 5px 10px 0px;
    padding: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;/* Resize Font*/
    width: 235px; /* Resize Width */
    display: block;
    text-align: left; 
    background: url('/images/dropdown2.gif') right top;
    background-repeat: no-repeat !important;
    cursor: pointer;
    border: 0px solid #D1E4F6;
    color: #990016;
}

/* form error display */
ul.failure, ul.error, ul.success {
    border: 1px solid;
    margin: 10px 0 25px;
    padding: 15px 10px 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
    -webkit-box-shadow: 0 0 5px #999;
}

ul.failure, ul.error {
    color: #d8000c;
    background-color: #ffbaba;
}

ul.success {
    color: #4f8a10;
    background-color: #dff2bf;
}

ul.failure li, ul.success li {
    list-style-type: none !important;
    list-style: none !important;
}

ul.failure ul li {
    line-height: 14px;
}

ul.failure ul li {
    list-style: disc outside !important;
}

ul.failure ul, ul.error ul {
    margin-left: 15px;
    list-style: disc;
}

