/* MENU left SELECT Maintenance Request Form - BEGIN */

div#box_content div#box_left ul li.maintenance_request_form a {
   background-image: url(../images/buttons/maintenance_request_over.gif);
}

/* MENU left SELECT Maintenance Request Form - BEGIN */


.box_center_maintenance {
   background-image: url(../images/img/img_02.jpg);
   background-repeat: no-repeat;
   width: 155px;
   height: 440px;
   margin-left: 2px;
}
.box_left_maintenance { height: 440px; }

div#box_right h2 {
   background-image: url(../images/txt/maintenance_request_form.gif);
   background-repeat: no-repeat;
   width: 265px;
   height: 19px;
   display: block;
}
div#box_right h2 span {
   width: 194px;
   height: 16px;
   display: none;
}

/* FORM begin */
#property_label,
#first_name_label,
#last_name_label,
#contact_number_label,
#address_label,
#apt_label,
#permission_label,
#describe_label,
#reported_label {
   display: block;
   float: left;
}
#property_label       { padding-right: 63px; padding-top: 4px; }
#first_name_label     { padding-right: 50px; padding-top: 7px; }
#last_name_label      { padding-right: 50px; padding-top: 7px; }
#contact_number_label { padding-right: 24px; padding-top: 7px; }
#address_label        { padding-right: 59px; padding-top: 7px; }
#apt_label            { padding-right: 75px; padding-top: 7px; }
#permission_label     { padding-right: 25px; padding-top: 7px; }
#describe_label       { padding-right: 26px; padding-top: 7px; }
#reported_label       { padding-right: 27px; padding-top: 7px; }

#property_select { height: 19px; }
#first_name_input,
#last_name_input,
#contact_number_input_1,
#contact_number_input_2,
#contact_number_input_3,
#address_input,
#apt_input,
#permission_input_1,
#permission_input_2,
#reported_input_1,
#reported_input_2 {
   padding-top: 2px;
   height: 17px;
   margin-top: 4px;
}
#property_select        { width: 111px; }
#first_name_input       { width: 263px; }
#last_name_input        { width: 263px; }
#contact_number_input_1 { width: 20px;  }
#contact_number_input_2 { width: 20px;  }
#contact_number_input_3 { width: 25px;  }
#address_input          { width: 263px; }
#apt_input              { width: 74px;  }
#permission_input_1     { margin-top: 10px; border: 0px; }
#permission_input_2     { margin-top: 10px; border: 0px; margin-left: 10px; }
#describe_textarea      { width: 217px; height: 64px; margin-top: 5px; oveflow: auto; }
#reported_input_1       { margin-top: 12px; border: 0px; }
#reported_input_2       { margin-top: 12px; border: 0px; margin-left: 10px; }
#submit_input           { border: 0px; margin-left: 290px; }
/* FORM end */
