body {
 padding:0;
 margin:0;
 font-family: "Lucida Grande", Verdana, Lucida;
 color: #424242;
}
h1{
 color: red;
 display: none;
 padding:0;
 margin:0;
}
h2 {
 border-bottom: 1px solid black;
  padding:0;
 margin:0;
 margin-bottom: 6px;
}
h3 {
 padding:0;
 margin:0;
 margin-bottom: 6px;
}
p {
 padding-left: 4px;
}
img#image {
 border: 1px solid black;
}
ul {
 list-style-type: none;
 margin-left: 10px;
 padding-left: 10px;
}

li {
 margin-left: 0px;
 padding-left: 0px;
}
ul.info {
 list-style-type: none;
 margin-left: 10px;
 padding-left: 10px;
}
ul.info li {
 margin-left: 0px;
 padding-left: 0px;
}
#header {
width: 100%;
height: 159px;
background-image: url('/cropper_res/images/header.gif');
background-repeat: repeat-x;
}
#header div.htext {
height: 159px;
background-image: url('/cropper_res/images/header_text.gif');
background-repeat: no-repeat;
margin-left:30%;
}
#container {
width: 100%;
 padding:0;
 margin:0;
}
#left {
float: left;
width: 250px;
border-right: 1px dotted black;
}
#right {
margin-left: 255px;

}
#footer {
clear: both;
width: 100%;
background-color: #d9d9d9;
margin-top:10px;
text-align: right;
font-size: small;
}
div.center {
text-align: left;
display: inline;
width: 100%;
margin-right: 30%;
}
input.dim {
width: 36px;
}
input.disabled {
 border:0px;
}
div.edit {
 font-size: small;
 border: 1px solid black;
 margin-right: 4px;
 margin-top: 4px;
 background-color: #fbfbfb;
 padding: 4px;
}
input.button {
 border-style: none;
 background: inherit;
 cursor: pointer;
 border: 0px;

 height: 27px;
 margin-bottom: 4px;
 margin-top: 4px;
 background-image: url('/cropper_res/images/button.gif');
 background-repeat: no-repeat;
 background-position: 0 0;
 width: 119px;
}
input.button:hover {
 border-style: none;
 background: inherit;
 cursor: pointer;
 border: 0px;

 height: 27px;
 margin-bottom: 4px;
 margin-top: 4px;
 background-image: url('/cropper_res/images/button.gif');
 background-repeat: no-repeat;
 background-position: 0 -27px;
 width: 119px;
}
#uploadform {
 border: 1px solid black;
 padding: 8px;
 background-color: #fbfbfb;
}
div.formrow label {
 display: block;
}
div.formrow input {
 width: 400px;
}
div.formrow textarea {
 width: 400px;
 height: 200px;
}