﻿div#contactForm
    {
        margin-top:12px;
    }

div.formField
    {
        _height: 1%;
        overflow: auto;
        margin-bottom: 10px;
        margin-left:10px;
    } 

div.formField.text label, div.formField.textarea label
    {
        display: block;
        width: 100px;
    }

div.formField *
    {    
        float:left;
    }
        
textarea#ctl00_ContentPlaceHolder2_txbComment
    {
        width:500px; 
    }

input#ctl00_ContentPlaceHolder2_txbEmail, 
input#ctl00_ContentPlaceHolder2_txbSecondName,
input#ctl00_ContentPlaceHolder2_txbFirstName,
textarea#ctl00_ContentPlaceHolder2_txbComment
    {
        background-color:#e3e3e3 !important;
    }
    
    input.submitBtn
{
    margin-left:8px;
}

div.newMessage div.messageSent,
div.messageSent div#contactForm
{
	display:none;
}




div.messageSent div.messageSent
{
    display:block;
}




div.newMessage div.messageSent p
{
    width:300px;
    margin:20px 0 0 0;
}
