/*!
 * jQuery getScriptOnce Plugin Sample
 * https://github.com/invetek/jquery-getscriptonce
 *
 * 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;
}

.button {
    padding: 12px 15px;
    display: block;
    width: 175px;
    text-align: center;
    font-weight: bold;
    background-color: #0099cc;
    color: #EEE; 
    border-radius: 3px;
    text-decoration: none;
    
}

.button:hover {
    background-color: #00aadd;
    cursor: pointer;
    text-decoration: underline;
}

.response {
    font-weight: bold;
    background-color: #eee;
    margin: 10px 0 25px 0;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    
}