#form-title{
    font-size: 23px;
    color: #003399;
    font-weight: bold;
    float: left;
}

#form-note{
    float: right;
}

.form-fields{
    clear: both;
}

.form-fields-left{
    float: left;
}

.form-fields-right{
    float: right;
}

.separator {
    float: right;
    width: 590px;
    height: 15px;
    border-bottom: 1px #999 dotted;
}

.field{
    text-align: right;
    padding: 15px 0 0 0;
    height: 22px;
    /*border: 1px solid red;*/
}

.form-fields-left .field {
	width: 330px;
}

.form-fields-right .field {
	width: 360px;
}

.form-fields-left .field span{
		width: 100px;
		float: left;
    padding-right: 10px;
}

.form-fields-right .field span{
		width: 130px;
		float: left;
    padding-right: 10px;
}

.field input{
	float: left;
  width: 210px;
}

.field img {
	float: left;
}

.field select{
	float: left;
  width: 214px;
}

#form-bottom{
    clear:both;
    padding-top: 20px;
}

/* firefox fix */
#form-bottom[id]{
	padding-top: 20px;
}

#form-bottom-left{
	width: 450px;
  float: left;
}

.form-bottom-left-left{
	width: 100px;
	text-align: right;
	float: left;
  padding-right: 10px;
}

.form-bottom-left-right{
    float: left;
}

.form-bottom-left-right textarea {
	width:330px; 
	height: 150px;
}

#form-bottom-right{
    float: left;
    width:230px; 
    padding-left: 20px;
}

#form-submit{
    clear: both;
    padding: 10px 0 0 0;
}

.form-submit-button{
    float: left;
    width: 50%;
}

.form-submit-button p{
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin: 0 10px 0 0;
    padding: 3px;
    text-align: center;
    width: 100px;
    color: white;
    background-color: #ABACAF;
}

.form-submit-button p a{
    color: white;
    text-decoration: none;
}
.form-submit-button input{
    font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 0;
    padding: 2px 0 1px 0;
    margin: 0 0 0 10px;
    width: 100px;
    color: white;
    background-color: #0066CC;
}

/* firefox-explorer fix different dimensions */
.form-submit-button[class] input{
    padding: 2px;
}

.form-submit-button input:hover{
    cursor: pointer;
}

.section-text {
    float: left;
    width: 600px;
    padding: 10px 0px 0px 110px;
}