﻿
.backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 999;
}

.popupContact
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: auto;
    width: 880px;
    background: #FFFFFF;
    z-index: 9999;
    padding: 10px 15px 30px;
    font-size: 13px; /*background-image: url('../images/bg_inner.jpg');*/
    background-repeat: repeat;
    text-align: left;
    left: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(../Scripts/pie.htc);
    -moz-box-shadow: 0px 0px 10px #fff;
    -webkit-box-shadow: 0px 0px 10px #fff;
    box-shadow: 0px 0px 10px #fff; /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#fff')"; /* For IE 5.5 - 7      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#fff');*/
}

.popupContact.postionSub_title
{
    font-size: 14px;
}

.popupContact h1
{
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 21px;
    text-transform: capitalize;
    padding: 2px 10px 2px 0px;
    color: #ca3c44;
}

.h1
{
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 21px;
    text-transform: capitalize;
    padding: 2px 10px 2px 0px;
    color: #ca3c44;
}
.popupContactClose
{
    font-size: 16px;
    line-height: 30px;
    right: 20px;
    top: 20px;
    text-align: center;
    position: absolute;
    color: #fff;
    font-weight: bolder;
    display: block;
    z-index: 9999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #ca3c44;
}

.button_more
{
    text-align: center;
    margin-top: 10px;
}

.popupContact_content
{
    margin: 10px;
}

.popupContact_content .postionSub_title
{
    padding-left: 0px;
}
