.form_div{
    float: left;
    padding: 2px;
}
.form_div span{
	float: left;
    clear: both;
    margin-bottom: 2px;
}
.form_entry_label{
    float: left;
    clear: left;
    text-align: right;
    margin-right: 5px;
    margin-top: 2px
}
.form_entry_field{
	float: left;
        margin-left: -1px;
    margin-bottom: 2px;
	margin-right: 0px;
	padding-right: 0px;
}
.labeled_form_field{
    float: left;
    clear: left;
    width: 100%;
}
.form_heading{
    margin-top: 4px;
    margin-bottom: 2px;
    font-weight: bold;
    float: left;
    clear: both;
}
.normal_caption{
    margin: 5px;
    margin-left: 0px;
    float: left;
    clear: both;
}

#org_form_contents{
    float: left;
	width: 770px;
}
#org_info {
    float: left;
    margin-left: 0px;
	border: 1px solid black;
	padding: 5px;
	width: 100%;
}
#org_gen_info{
	width: 350px;
	margin-left: 24px;
}
#organization_address{
	width: 350px;
}

#org_info label{
    width: 85px;
}
#org_info input{
    width: 250px;
}
#org_info select{
    width: 255px;
    float: left;
    clear: none;
}


#contacts{
    float: left;
    clear: left;
	width: 100%;
}

#existing_rescuers{
    float: left;
    clear: left;
    margin-left: 7px;
	width: 760px;
}

	#add_rescuer{
	    float: left;
	    clear: left;
	    margin-bottom: 0px;
	    padding-left: 10px;
	    padding-bottom: 5px;
	    width: 760px;
	    border-bottom: 1px solid black;
	}

#contact_info_holder{
    float: left;
	clear: left;
	width: 100%;
}
#contact_info{
    float: left;
    border: 1px solid black;
    padding: 5px;
    margin-left: 0px;
    margin-top: -1px;
    width: 100%;
}
#contact_gen_info{
	width: 390px;
}
#contact_name{
	width: 100%;
}

#contact_address{
	float: left;
	width: 382px;
	margin-left: 28px;
}

#contact_info label{
    width: 115px;
}
#contact_info input{
	width: 250px;
}
#contact_info select{
    width: 255px;
    margin-left: -1px;
    clear: none;
}

#control_buttons{
    float: left;
    clear: left;
	width: 100%;
}
#control_buttons input{
    width: auto;
    margin: 5px;
}

#add_contact_control_buttons{
    float: left;
    clear: left;
	width: 100%;
}

#add_contact_control_buttons input{
    width: 165px;
    margin: 5px;
	float: left;
}

#contact_table{
  float: left;
  clear: left;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
  margin-bottom: 4px;
}
.data_table{
    float: left;
    clear: left;
	width: 750px;
}
.data_row_odd{
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #bbbb88;
    float: left;
    clear: left;
	width: 500px;
}
.data_row_even{
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #cccc77;
    float: left;
    clear: left;
	width: 500px;
}
.data_row_even div{
    float: left;
}
.data_row_odd div{
    float: left;
}
.header_row{
    float: left;
    clear: left;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #999988;
	width: 500px;
}
.header_row div{
    float: left;
}
.table_detail_icon{
    border: 1px solid #cccc99;
    float: left;
    width: 15px;
}
.table_detail_icon_highlight{
    border: 1px solid black;
    float: left;
    width: 15px;
}
#contact_role_name_column_header{
    width: 170px;
    text-align: center;
}
#contact_contact_name_column_header{
    width: 200px;
    text-align: center;
}
#contact_role_name_data_column{
    width: 170px;
    text-align: center;
}
#contact_contact_name_data_column{
    width: 200px;
    text-align: center;
}
#organization_name_column_header{
    width: 300px;
    text-align: center;
}
#organization_name_data_column{
    width: 300px;
    text-align: center;
}
.table_icon_holder{
    width: 20px;
}
.icon_column_header{
    width: 20px;
}
.inline_table_detail_icon{
    border: 1px solid #cccc99;
    width: 15px;
}
.inline_table_detail_icon_highlight{
    border: 1px solid black;
    width: 15px;
}
