﻿#popupMore {}

#popupMore_background {  
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000;
    z-index:1000;
}

#popupMore_contact {
    -moz-box-shadow: 0 0 10px #313131; /* Firefox */
    -webkit-box-shadow: 0 0 10px #313131; /* Safari and Chrome */
    box-shadow: 0 0 10px #313131;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #1f201f;
    background: -moz-linear-gradient(top,  #1f201f 0%, #100f0f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f201f), color-stop(100%,#100f0f));
    background: -webkit-linear-gradient(top,  #1f201f 0%,#100f0f 100%);
    background: -o-linear-gradient(top,  #1f201f 0%,#100f0f 100%);
    background: -ms-linear-gradient(top,  #1f201f 0%,#100f0f 100%);
    background: linear-gradient(top,  #1f201f 0%,#100f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f201f', endColorstr='#100f0f',GradientType=0 );
    border: 1px solid #313131; 
    color: #fff;
    display: none;
    padding: 11px 11px 8px;
    min-height: 350px;
    position: fixed;
    width: 450px;
    z-index: 1001;}

#popupMore_contactArea {}
#popupMore_close {float: right; margin: -6px -6px 0 10px;}
#popupMore_contactArea {}
#popupMore_contactArea h2 {}
#popupMore_contactArea img {border: 1px solid #202020; float:left; margin-right: 12px;}