/* 
    Document   : recognitionForm
    Created on : May 30, 2017, 1:48:31 PM
    Author     : morgan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.sectionHeader {
    float: left;
    background-color: #EEEEEE;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    clear: both;
}
.instruction {
    font-style: italic;
    padding: 10px;
}
.infoItem {
    padding-top: 7px;
    padding-left: 3px;
}
.infoBlock {
    clear: both;
    padding-top: 7px;
    padding-left: 3px;
}
.textAreaBlock {
    clear: both;
    padding-top: 15px;
    padding-left: 3px;
}
.padLabelRight {
    padding-right: 3px;
    font-weight: bold;
}
.successText {
    font-size: 150%;
}
.contactTable {
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
}
.contactDiv {
    width: 100%;
    padding-top: 7px;
    clear: both;
}
.contactTD{
    width: 48%;
    padding-right: 3px;
    text-align: left;
}
.input-wrapper {
    border-raius:5px;
    padding:5px;
}
.input-wrapper input[type=text] {
    width:100%;
}

