﻿.newForm {
	width: 95%;
    /*padding: 20px;*/
}

.ulFields {
    list-style: none;
    LIST-STYLE-TYPE: none;
    width: 500px;
    margin: 10px 0px 0 0px;
    padding: 0;
    font-family: Helvetica;
    font-size: 9pt;
}
.fields li {
	 clear: both;
	 margin-bottom: 5px;
}

.lifields {
    float: left;
    display: block;
    width: 400px;
    margin-bottom: 10px;
}

.labelform {
    clear: both;
    float: left;
    width: 75px;
    margin-right: 10px;
    /*text-align: right;*/
}

.inputform {
    float: left;
    width: 179px;
    font-family: Helvetica;
    font-size: 10pt;
}

.submitbutton {
    clear: both;
    float: left;
    display: inline;
    margin-left: 75px;
}

.formcheckbox {
    clear: both;
    float: left;
    margin-left: 138px;
    text-align:  left;
    width: 400px;
    color: White;
	font-size: .75em;
	font-weight:500
}

.textareaText {
    clear: both;
    float: left;
    display: inline;
    margin-top: 10px;
    margin-left: 75px;
}
.textareaInput {
    clear: both;
    float: left;
    display: inline;
    margin-left: 75px;
}


.switchLink {
    clear: both;
    float: left;
    display: inline;
    color: White;
	margin-top: 5px;
	font-size: .75em;
	font-weight:500
}
.switchLink a {
    color: White;
	margin-top: 5px;
}





.message-display {
    clear: both;
    float: left;
    margin: 5px;
}

#Message {
    font-family: Verdana;
    font-size: 10px;
    color: White;
}