body {
    font-family: verdana;
    padding: 0;       
    font-size: 11px;
}

hr {
    border-top: solid 1px black;
    border-bottom: none;
    margin: 10px 0 25px 0;
}
table {
    border-collapse: collapse;
}

tr:first-child td {
   border-top: solid 1px #CCC; 
}

td {
    padding: 10px;
    border-bottom: solid 1px #CCC;
}

td:first-child {
    font-weight: bold;
    text-align: left;
    width: 200px;
    padding: 10px;
}

.contentwrapper {
    margin: 50px 0 0 200px;
    width: 800px;
}

.myprefix-form-helpbox {
    position: absolute;
    margin: 0 0 0 25px;
    padding:  0 0 0 15px;
    background-image: url('../dist/img/arrow_left.png');
    background-position: left 3px;
    background-repeat: no-repeat;
    display: none;
}

.myprefix-form-helpbox .content {
    padding: 5px 10px 10px 5px;
    background-color: #5522cc;
    width: 125px;
    color: #EEE;
    border: solid 1px #222;    
    border-radius: 3px;
    box-shadow: 1px 1px 3px #222;
    opacity: 0.95;
}

.myprefix-form-helpbox .tools {
    text-align: right;
    display: none;
}

.myprefix-form-helpbox .pushpin {
    width: 11px;
    height: 11px;
    background-image: url('../dist/img/pushpin.png');
    background-repeat: no-repeat;

}

.myprefix-form-helpbox .pushpin:hover {
    opacity: 0.8;
    cursor: pointer;
}

.myprefix-form-helpbox .pushpin.pinned {
    width: 11px;
    height: 11px;
    background-image: url('../dist/img/pushpin.png');
    background-repeat: no-repeat;
    background-position: -11px 0;
}