﻿.FormBlock
{
    background-image: url(../images/QuoteRequest/QuoteRequest.jpg);
    width: 700px;
    height: 490px;
    z-index: 1;
    left: 50px;
    position: absolute;
    top: 50px;
}
.FormHeader
{
    z-index: 2;
    left: 270px;
    position: absolute;
    top: 8px;
    font-family: 'Century Gothic';
    font-size: 13pt;
    color: #ffcc66;
}
.RequiredField
{
    z-index: 2;
    left: 620px;
    position: absolute;
    top: 75px;
    text-align: left;
    font-family: Arial;
    font-size: 7pt;
    color: #ffffcc;    
}
.Message
{
    z-index: 2;
    left: 10px;
    position: absolute;
    top: 460px;
    text-align: left;
    font-family: Arial;
    font-size: 7pt;
    color: #ffffcc; 
    display:none;
}
.RedAsterisk
{
    color: red;
    font-size: 11pt;
}
.TextBox
{
    border-right: #ffcc66 1px solid;
    border-top: #ffcc66 1px solid;
    border-left: #ffcc66 1px solid;
    border-bottom: #ffcc66 1px solid;
    width: 140px;
    height: 12px;
    font-size: 8pt;
    background-color: #ffff99;
}
.HeaderContactInfo
{
    z-index: 2;
    left: 5px;
    position: absolute;
    top: 30px;
    font-size: 12pt;
    border-bottom: #ffcc66 1px solid;
    width: 687px;
    text-align: left;
}
.HeaderProject
{
    z-index: 2;
    left: 5px;
    position: absolute;
    top: 175px;
    font-size: 12pt;
    border-bottom: #ffcc66 1px solid;
    width: 687px;
    text-align: left;
}
.FirstName
{
    z-index: 2;
    left: 49px;
    position: absolute;
    top: 80px;
    font-family: Arial;
    font-size: 9pt;
    color: #ffffcc;
}
.CompanyName
{
    z-index: 2;
    left: 330px;
    position: absolute;
    top: 80px;
    font-family: Arial;
    font-size: 9pt;
    color: #ffffcc;
}
.email
{
    z-index: 2;
    left: 30px;
    position: absolute;
    top: 110px;
    font-family: Arial;
    font-size: 9pt;
    color: #ffffcc;
}
.PhoneNumber
{
    z-index: 2;
    left: 336px;
    position: absolute;
    top: 110px;
    font-family: Arial;
    font-size: 9pt;
    color: #ffffcc;
}
.FaxNumber
{
    z-index: 2;
    left: 44px;
    position: absolute;
    top: 140px;
    font-family: Arial;
    font-size: 9pt;
    color: #ffffcc;
}
.ContactTime
{
    z-index: 2;
    left: 307px;
    position: absolute;
    top: 140px;
    font-family: Arial;
    font-size: 9pt;
    color: #ffffcc;
}
.CheckboxLn1
{
    z-index: 2;
    left: 80px;
    position: absolute;
    top: 220px;
    font-family: Arial;
    font-size: 8pt;
    color: #ffffcc;
    text-align: center;
}
.Description
{
    font-family: Arial;
    font-size: 10pt;
    color: #ffffcc;
    z-index: 2;
    left: 117px;
    position: absolute;
    top: 280px;
}
.HRBar
{
    width: 600px;
}
.SendButtom
{
    font-family: Arial;
    font-size: 9pt;
    color: #000066;
    z-index: 2;
    left: 398px;
    position: absolute;
    top: 423px;
    background-color: #ffcc66;
    width: 90px;
    height:40px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;   
}
.Captcha
{
    z-index: 2;
    left: 180px;
    position: absolute;
    top: 345px;
}
.CheckBoxList
{
    text-align: left;
    border-bottom: #ffffcc thin solid;
    border-top:  #ffffcc thin solid;
}
