/*!
 * jQuery FormHelp Plugin Sample
 * https://github.com/invetek/jquery-formhelp
 *
 * Copyright 2013 Loran Kloeze - Invetek
 * Released under the MIT license
 */

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: 150px 0 0 200px;
    width: 800px;
}
