@charset "utf-8";

#page {
    background-image: url('/images/layout/acantheBackgroundLightBrown.gif');
    background-position: bottom left;
    background-repeat:no-repeat;
    min-height:460px;
}


INPUT, SELECT {line-height:1.4em;font-family:Verdana;font-size:13px;padding:2px;}
INPUT {vertical-align:middle;}
.title{
    font-size:1.3em;
    color: #333;
    font-weight:bold;
    padding: 1px 0 10px 0;
}

.bigtop{
    padding-top:10px;
}    

.label {
    font-size:1em;
    color: #54483c;
}

.value {
    font-size:1em;
    color: #333;
}    
.tblForm {margin:0 20px 0 20px ;width:700px;}        
#Company, #Firstname, #Lastname, #Street1, #Email, #Street2  {width:350px;}
#Zipcode {width:80px;}
#City {width:259px;}

.title .title1 {
    font-size: 1.1em;
    font-weight:bold;
    padding:0 10px 0 0;
    margin:2px 10px 6px 0;
    border-right: 1px solid #d0d0d0;
    line-height:1.35;
    color:#303030;
    text-transform:uppercase;
}

.btnSend {
    background-image: url('/images/layout/send-form.gif');
    background-position: top right;
    background-repeat:no-repeat;
    height:32px;
    width:151px;
    border:0px;
    margin:2px;
    cursor:pointer;
}
.btnClose {
    background-image: url('/images/layout/close-form.gif');
    background-position: top right;
    background-repeat:no-repeat;
    height:32px;
    width:151px;
    border:0px;
    margin:2px;
    cursor:pointer;
}


.title .title2 {
    font-size:1.1em;
    font-weight:bold;
    color:#a78a6d;
    padding:0px;
    margin:0px;
    line-height:1.35;
    text-transform:uppercase;
    clear:right;
}