body {
     /*     font-family: Arial, Helvetica, Arial, sans-serif;
     font-size: 11px;
     */
}
#content {
     position: relative;
     top: 40px;
     left: 40px;
     width: 640px;
     margin: 10px;
     min-height: 550px;
}
#cms_header {
     width: 100%;
     margin-top: 50px;
}
#cms_header ul {
     display: block;
     position: relative;
     height: 16px;
     background-color: #e5e5e5;
     list-style: none;
     color: #fff;
     margin-left: 10px;
}
#cms_header li {
     display: inline;
     margin-right: 10px;
}
#cms_header li a {
     text-decoration: underline;
}
.cms_table {
     font-size: 11px;
}
div .cms_table {
     border: 1px solid #000;
     width: 100%;
}
.cms_table input[type="text"] {
width: 20px;
}
div table tr td {
     vertical-align: top;
}
fieldset div {
clear: both;
}
/* form elements */
form {
}
button, input, select, textarea {
     font-family: Arial, Helvetica, Arial, sans-serif;
     font-size: 11px;
}
textarea {
     width: 300px;
}
td textarea {
     width: 100px;
}
div label {
     width: 190px;
     text-align: right;
     display: inline-block;
     float: left;
}
.buttons {
     position: relative;
     margin-left: 190px;
     clear: both;
}
input {
}
select {
     min-width: 100px;
}
option {
}
textarea {
}
label {
     font-weight: bold;
}
fieldset {
}
legend {
}