/* CSS Document */

.firstnamefield { display: none; }

input[type=checkbox] {
    transform: scale(1.3);
    float: right;
}

.noshow { display: none; }

.form-row-input {
    margin-bottom: 12px;
    width: 100%; }

.form-row-checkboxes {
	margin-top: 12px;
    margin-bottom: 12px;
    width: 100%; }

.form-row-textarea {
    margin-bottom: 0px;
    width: 100%; }

.form-row-submit {
    margin-bottom: 12px;
    width: 100%; }



/* Not Needed as No labels */
.formstyle label {
    padding: 8px 0px 8px 0px;
	margin-bottom: 0px;
    font-size: 14px;
    color: #4d4d4d; }



.inputstyle {
	padding: 8px;
	border-radius: 4px;
	margin-bottom: 0px;
	border: 1px solid #bfbcb3;
    width: 100%; }



.form-button {
    float: right;
    background-color: #34333A;
    border: 0px solid #34333A;
    border-radius: 16px;
    padding: 6px 18px 6px 18px;
    margin: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    cursor: pointer;
    display: inline-block;
    box-shadow: 1px 2px 6px #888888; }

.form-button:hover {
    background-color: #dea626;
	color: #34333A; }



.form-section-item {
	padding-left: 40px;
	padding-right: 80px;
	margin-top: 6px; }


