body
{
    color: #00faf6;
    background: #fff;
    text-align: center;
    font: normal 13px 'trebuchet MS', arial, helvetica;
}

fieldset {
    text-align:            left;
    width:                 70%;    
    margin-left:           15%; 
    margin-right:          15%;
    border: solid          #059302 1px;
    -moz-border-radius:    6px;
    -webkit-border-radius: 6px;
    border-radius:         6px;
    -webkit-box-shadow:    0 1px 1px #c7dd09; 
    -moz-box-shadow:       0 1px 1px #c7dd09; 
    box-shadow:            0 1px 1px #c7dd09;         
}

a:link {
    color: #059302;
    text-decoration: none;
}
a:visited {
    color: #059302;
}
