input{
  margin: 0px;
  padding: 0px;
  border: 0px;
}  

.textarea{
  width: 500px;
  height: 350px;
  background: #ccccff;
  margin: 0px;
  padding: 1px;
  border: 1px #0000ff solid;
}

.textarea_h{
  width: 500px;
  height: 350px;
  background: #eeeeff;
  margin: 0px;
  padding: 1px;
  border: 1px #0000ff solid;
}  

.text_input{
  height: 1.5em;
  background: #ccccff;
  border: 1px #0000ff solid;
  padding: 1px;
}

.text_input_h{
  height: 1.5em;
  background: #eeeeff;
  border: 1px #0000ff solid;
  padding: 1px;
}  

.form_table{
  width: 500px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 5px;
  border: 0px;
}  

.form_table tr td{
  text-align: left;
}  

.field_title{
  color: #ffffff;
  font-family: Arial, 'sans serif';
  font-weight: bold;
  font-size: 12pt;
}  

.lattice_bg{
  width: 538px;
  background: url('../images/stateline_lattice_bg.png') repeat-y;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  border: 2px #6b3b2c solid;
}  

.lattice_bg form b{
  color: #ffffff;
  font-family: Tahoma, 'sans serif';
  position: relative;
  top: 10px;
}  

.edit_page_bttn{
  width: 730px;
  text-align: right;
  font-family: Verdana, 'sans serif';
  font-size: 10pt;
  position: relative;
  z-index: 1;
}

.edit_page_bttn a{
  color: #ffffff;
  text-decoration: none;
}

.edit_page_bttn a:hover{
  color: #6d9dff;
  text-decoration: underline;
}  


/*Contact*/
#contact_email{
  width: 500px;
}  
/*Contact*/



/*UBB*/
  .edit_ubb_div{
    width: 500px;
    text-align: center;
  }
  
  .ubb_button{
    height: 35px;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .ubb_button_h{
    height: 35px;
    background-position: 0px -36px;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
  }  
  
  #ubb_link{
    width: 39px;
    background-image: url('../images/stateline_ubb_link.gif');
  }  
  
  #ubb_title_large{
    width: 82px;
    background-image: url('../images/stateline_ubb_title_large.gif');  
  } 

  #ubb_title_small{
    width: 85px;
    background-image: url('../images/stateline_ubb_title_small.gif');
  }  
  
  #ubb_image{
    width: 53px;
    background-image: url('../images/stateline_ubb_image.gif');
  }  

  #ubb_bold{
    width: 42px;
    background-image: url('../images/stateline_ubb_bold.gif');
  }  

  #ubb_italic{
    width: 41px;
    background-image: url('../images/stateline_ubb_italic.gif');
  }  

  #ubb_underline{
    width: 73px;
    background-image: url('../images/stateline_ubb_underline.gif');    
  }  
/*UBB*/



/*Login*/
  #login_user{
    width: 240px;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  #login_pwd{
    width: 240px;
    margin-left: 5px;
    margin-right: 5px;
  }
/*Login*/  



/*Admin*/  
  .lattice_bg table tr td{
    width: 160px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
  } 
  
  .lattice_bg table tr td a{
    color: #F5E367;
    text-decoration: none;
  }
  
  .lattice_bg table tr td a:hover{
    color: #e5ffff;
    text-decoration: underline;
  }  
/*Admin*/  



/*Upload*/
  #image_file{
    width: 500px;
  }
  
  #image_alt_text{
    width: 500px;
  }
/*Upload*/  



/*Submit Reset*/
  .submit_reset_table{
    width: 538px;
    position: relative;
    z-index: 1;
  }
  
  .submit_reset_td{
    width: 269px;
    height: 65px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0px;
  }
  
  .submit_reset_td_h{
    width: 269px;
    height: 65px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center -65px;
  }
  
  .submit_reset_button{
    width: 269px;
    height: 65px;
    background: url('../images/invisible.gif');
    cursor: pointer;
  }
  
  #submit{
    background-image: url('../images/stateline_submit.png');
  }
  
  #reset{
    background-image: url('../images/stateline_reset.png');
  }  
/*Submit Reset*/



/*Image Insert*/
  .image_select_bttn{
    width: 55px;
    height: 25px;
    background: url('../images/invisible.gif') no-repeat;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
  }
/*Image Insert*/



/*Pagination*/
  .pagination_div{
    color: #ffffff;
  }
  
  .pagination_div a{
    text-decoration: none;
  }
  
  .pagination_div a:hover{
    text-decoration: underline;
  }
/*Pagination*/  
    
  
