﻿.form {
    overflow: hidden;
    padding-top: 20px;
    }

label {
    width: 180px;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
    vertical-align: top;
    padding-top: 4px;
    }
    
.error {
    color: #cc0000;
    }
    
div.error {
    border: solid 1px #ccc;
    background: #f0f0f0;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    }
    
div.error h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #454545;
    }
    
div.error h2 span {
    color: #c00;
    }
    
div.error p {
    padding: 0;
    margin: 8px 0 0 0;
    color: #454545;
    }
    
.textfieldRow, .emailRow, .checkboxRow, .radioBtnRow, .dropDownRow, .textareaRow, .zipRow, .countryRow {
    padding: 5px;
    border-bottom: dotted 1px #cccccc;
    overflow: hidden;
    }
    
.radioBtnRow .list {
    display: inline;
    }
    
.radioBtnRow .list label {
    display: inline;
    width: auto;
    clear: none;
    float: none;
    }
    
.textfieldRow input {
    width: 200px;
    }
    
.zipRow input {
    width: 100px;
    }
    
.textareaRow textarea {
    width: 200px;
    height: 80px;
    }
    
.emailRow input {
    width: 250px;
    }
    
.radioBtnRow input {
    padding-top: 2px;
    position: relative;
    top: 2px;
    }
    
input.qid_19 {
    width: 50px;
    }
    
div.buttons {
    padding: 10px 10px 10px 205px;
    }
    
#pageBody.withMenu #pageBodyText.formArea {
	width: 600px;
	margin-right: 20px;
}

.dataTable {
    display: block;
    margin-top: 20px;
    }
    
.dataTable td {
    padding: 4px;
    }    
    
.tableHeader {
    font-weight: bold;
    background-color: #999999;
    color: #fff;
    } 

.tableRow {}
    
.tableRowAlt {
    background-color: #fafafa;
    }
    
.userName {
    text-transform: capitalize;
    }
    
.datablock {
    display: inline-block;
    padding-top: 8px;
    }
    
.pageContent {
    display: block;
    border-bottom: 5px solid #cccccc;
    padding-bottom: 40px;
    margin-bottom: 0px;
    overflow: hidden;
    }
