﻿
div#contactbckGrd
    {
        margin-top:17px;
        margin-left:17px;
		width:821px;
		height: 246px;
		background:#121010; /*Opacity from styles css*/ 
    }

div#contactUsContent
	{
		margin-top:-262px;
		margin-left:17px;
		float:left;
		width:821px;
		height: 246px;
		position:relative;
	}

div.formField
    {
        _height: 1%;
        overflow: auto;
        margin-bottom: 10px;
        margin-left:10px;
    } 

div.formField.text label, div.formField.textarea label
    {
        display: block;
        width: 160px;
    }

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:169px;
}

div.phase1 div.phase2,
div.phase2 div#contactForm
{
	display:none;
}




div.phase2 div.phase2
{
    display:block;
}


div.phase1 div.phase2 a
{
    color:#e3e3e3;
    text-decoration:none;
}


div.phase1 div.phase2 a:hover {
    color:#8F7D2C;
    text-decoration:none;
}

div.phase1 div.phase2 p
{
    width:300px;
    margin:20px 0 0 30px;
}


img#tpLogo
{
    margin:-30px 0 0 469px;
    border:solid 2px #3F3F3F;
}

