﻿body {
    background-color: white;
    padding: 15px 15px;
    margin: 0;
    font-family: arial, sans-serif;
}

input[type="hidden"] {
    display: none !important;
    visibility: hidden !important;
    height: 0px !important;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #00436E;
    text-transform: uppercase;
}

p, span, label, select, input, textarea, td {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

img {
    border: none;
}

.txtInputForm {
    margin-left: 20px;
}

.txtInputForm img {
    margin-top: 25px;
    cursor: pointer;
}

.txtInputForm tr td {
    height: 45px;
}

.txtInputForm {
    width: 100%;
    margin-bottom: 10px;
}

.txtInputBox {
    width: 198px;
    height: 28px;
    background: url('http://www.ppq.com.au/Portals/_default/Skins/ppq2/images/combocheck-input-bg.gif') no-repeat right bottom;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    color: #686868;
    padding: 7px 0 0 8px;
}

.textareaBG {
    width: 412px;
    height: 113px;
    background: url('http://www.ppq.com.au/Portals/_default/Skins/ppq2/images/textarea-420x120.gif') no-repeat right bottom;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    color: #686868;
    padding: 7px 0 0 8px;
}


