﻿/*IE <8 */
* html div#contactUsContainer { 
   width: expression( document.body.clientWidth < 1024 ? "1024px" : "auto" ); /* set min-width for IE */
   
}

#contactUsContainer
{
    background-color: White;
    margin: 40px auto;
    max-width: 95%;
    min-height: 640px;
    min-width: 800px;
    position: relative;
}

.upperSlice
{
    height: 400px;
    padding: 15px;
}
.bottomSlice
{
    padding: 10px 60px 0px 60px;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.bottomSlice h2, .bottomSlice b
{
    font-style: italic;
    text-transform: none;
}
.bottomSlice h2,.leftSlice h2
{
color: #2C669F;
font-size: 17px;
}

.leftSlice h2
{
    text-transform: uppercase;    
}

.rightSlice, .leftSlice
{   
    height: 390px;
    padding: 1%;    
}

.rightSlice
{
    float: none;
    margin-left: 500px;
}

.leftSlice
{   
    float: left;
    width: 475px;
}

.separator
{
    border-bottom: 1px dotted black;
    margin-left: 20px;
    width: 90%;
}

.item
{
    height: 30px;
}

.item label
{
    display: block;
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 80px;
}

.item input, .item textarea
{
    display: block;
    width: 250px;
}

.sendButton
{
    left: 380px;
    position: relative;
    top: 50px;
    height: 35px;
    width: 100px;
    background: url("../images/buttonSend.png") no-repeat scroll center top transparent;
    border:0;
    cursor:pointer;
}



.bottom-page
{
    background: url("../images/bottom-page-big.png") no-repeat scroll left top transparent;
    height: 59px;
    margin: 0 auto;
    max-width: 95%;
    position: relative;
    top: -40px;    
    z-index: 1000;
}
