body {
text-align: center;
background: #7aa520;
}
#container {
width: 500px;
margin: 0 auto;
margin-top: 250px;
text-align: left;
}

body{
  font-family: Arial;
  font-size: 11px;
  color: #666;
}

a{
 color: #2C4A10;
 text-decoration: none;
}
a.active {
  color: #CA6F18;
}
a:hover {
 color: #CA6F18;
 text-decoration: underline;
}



    #content {
    min-height: 100px;
    background: #FFF;
    border: 1px #ccc solid;
    margin: 20px auto;
    padding: 5px;
    }

    #title {
      background: #444;
      width: auto;
      color: #EEE;
      font-size: 13px;
      font-weight: normal;
      line-height: 20px;
      padding: 5px;
      padding-left: 10px;
      margin-bottom: 7px;
    }
    .clear {
        overflow: hidden;
        width: 100%;
    }

    a.button {
        background: transparent url(/images/bg_button.gif) no-repeat scroll top right;
        color: #EEE;
        display: block;
        float: left;
        font: normal 12px arial, sans-serif;
        height: 28px;
        margin: 3px;
        padding-right: 8px;
        text-decoration: none;
    }

    a.button span {
        background: transparent url(/images/bg_button.gif) no-repeat top left;
        display: block;
        line-height: 11px;
        height: 14px;
        padding: 4px 7px 8px 18px;
    }
    a.button:active {
        background-position: bottom right;
        color: #FFF;
        outline: none;
    }

    a.button:active span {
        background-position: bottom left;
        margin-top: 2px;
        padding: 4px 7px 8px 18px;
    }


    #footer {
    height: 20px;


    text-align: right;
    color: #CCC;
    font-size: 10px;
    line-height: 20px;
    padding: 0 5px;
    }


p {margin:0; padding:0;}
div.formitem { height: 25px; margin: 0; left: 0;}
input { border: 1px solid #ccc; margin-top: 2px; background: #eee url(images/txtBox.png) bottom;font-size: 11px; color: #444;}
label {float: left;margin-top: 5px; width: 30px; display: block; text-align: left;}
