﻿body
{
    margin: 0 0 50px 0;
    background: transparent url('../Images/bg.jpg');
}
br
{
    clear: both;
}
.Containner
{
    width: 100%;
    height: 100%;
    font-family: Arial;
}
    
.Main
{
    margin: auto;
    position: relative;
    width: 907px;
    margin: auto;
    padding-left: 7px;
    z-index: 0;
    height: 100%;
}
.FaleConosco
{
    background: transparent url('../Images/faleconoscobg.png') no-repeat top left;
}
.Main h1
{
    font-size: 19px;
    color: #000000;
    font-weight: bolder;
    text-transform: uppercase;
    margin-top: 10px;
}
.Main p
{
    color: #e7e79f;
    font-size: 13px;
}
.Content
{
    background: url('../Images/transparentbg.png');
    padding: 10px;
}
.WithBorder
{
    padding: 10px;
    border: solid 1px #9f2212;
    height: 100%;
}
.Form h1
{
    color: #e7e79f;
    font-size: 19px;
    font-weight: bold;
}
.Form span
{
    float: left;
    margin: 5px;
}
.Form label
{
    font-size: 13px;
    font-weight: bold;
    color: #e7e79f;
    display: block;
}
.Form input
{
    font-size: 11px;
    border: solid 1px #88ae99;
    height: 17px;
    padding: 0;
}
.Form .Radio
{
    float: left;
}
.Form .Radio label
{
    float: left;
    line-height: 20px;
}
.Form .Radio input
{
    float: left;
    border: none 0 transparent;
}
.Form .Button
{
    height: 24px;
    background: transparent url('../Images/buttonbg.gif') repeat-x top left;
    border: none 0 transparent;
    color: #62613c;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    padding: 0 4px;
}
.Header
{
    height: 80px;
    background: transparent none;
    width: 900px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.Header .Logo
{
    float: left;
    margin: 10px 0 0 10px;
}
.Menu
{
    float: right;
    margin: 50px 0 0 0;
}
.Footer
{
    height: 50px;
    background: transparent url('../Images/footerbg.gif') repeat-x top center;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    font-family: Arial;
    color: #ffffff;    
}
.Footer span
{
    font-size: 11px;
    margin: 10px 0;
    display: block;
}
.Footer a
{
    font-family: Arial;
    color: #ffffff;
}

.Modalextender
{
    background-color: #000 !important;
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
}
.CloseModal
{
    float: right;
}
.Progress
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.Progressbox
{
    position: fixed;
    top: 43%;
    z-index: 1001;
    left: 0;
    right: 0;
}
.Progressbox div, .modal
{
    border: solid 1px #4e0200;
    padding: 10px;
    width: 300px;
    background-color: #fff;
    text-align: center;
    margin: auto;
}

