@charset "utf-8";
/* CSS Document */

<style type="text/css">


.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid pink;
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px;/* space following the field */ 
}
div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
background:#f5f5f5;
border-bottom:#c7cbcf 1px solid;
  border-left:#c7cbcf 1px solid;
  border-right:#c7cbcf 1px solid;
  border-top:#c7cbcf 1px solid;
}
div.fieldwrapper div.thefield input[type="password"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
background:#f5f5f5;
border-bottom:#c7cbcf 1px solid;
  border-left:#c7cbcf 1px solid;
  border-right:#c7cbcf 1px solid;
  border-top:#c7cbcf 1px solid;
}
div.fieldwrapper div.thefield2 input[type="text"]{ /* style for INPUT type="text" fields small. Has no effect in IE7 or below! */
width: 50px;
background:#f5f5f5;
border-bottom:#c7cbcf 1px solid;
  border-left:#c7cbcf 1px solid; 
  border-right:#c7cbcf 1px solid;
  border-top:#c7cbcf 1px solid;
}
div.fieldwrapper div.thefield input[type="file"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
background:#f5f5f5;
border-bottom:#c7cbcf 1px solid;
  border-left:#c7cbcf 1px solid;
  border-right:#c7cbcf 1px solid;
  border-top:#c7cbcf 1px solid;
}
div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 250px;
height: 100px;
background:#f5f5f5;
border-bottom:#c7cbcf 1px solid;
  border-left:#c7cbcf 1px solid;
  border-right:#c7cbcf 1px solid;
  border-top:#c7cbcf 1px solid;
  color:#000000;
  font-size:11px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}


div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

.button_delete {
background: transparent url('./images/delete.gif') no-repeat top left;
border: none;
padding: 2px 8px;
}
.button_edit {
background: transparent url('./images/edit.gif') no-repeat top left;
border: none;
padding: 2px 8px;
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background:url(./images/formbg.gif) repeat-x left top;
border-bottom:#c7cbcf 1px solid;
  border-left:#c7cbcf 1px solid;
  border-right:#c7cbcf 1px solid;
  border-top:#c7cbcf 1px solid;
  font-size:11px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  display: inline;
}

div.buttonsdiv input:hover {
width: 80px;
background:url(./images/formbg_2.gif) repeat-x left top;
border-bottom:#c7cbcf 1px solid;
  border-left:#c7cbcf 1px solid;
  border-right:#c7cbcf 1px solid;
  border-top:#c7cbcf 1px solid;
  font-size:11px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  display: inline;
}

/********************************/
/* Tab Styles       */
/********************************/

#tabsF{
  float:left;
  width:570px;
  font-size:10px;
  font-family:Verdana,Arial,Helvetica,Swiss,SunSans-regular;
  line-height:normal;
  border-bottom:1px solid #c7cbcf;
  background-color:#fff;
}

#tabsF ul{
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
}

#tabsF li{
  display:inline;
  margin:0;
  padding:0;
}

#tabsF a{
  float:left;
  background:url("./images/tableftF.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#tabsF a span{
  float:left;
  display:block;
  background:url("./images/tabrightF.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabsF a span{
  float:none;
}
/* End IE5-Mac hack */

#tabsF a:hover span{
  color:#3c5491;
}

#tabsF a:hover{
  background-position:0% -42px;
}

#tabsF a:hover span{
  background-position:100% -42px;
}

#tabsF #current a{
  background-position:0% -42px;
}

#tabsF #current a span{
  background-position:100% -42px;
}

/* browse button */



</style>






