/*
    country.css
    web-communication.eu | 14/10/2017
    Copyright 2017 web-communication.eu
*/


#area {
    position:                  fixed;
    background:                #FFFFFF;
    width:                     520px;
    height:                    300px;
    top:                       0;
    margin-left:               -260px;
	margin-top:                -150px;
    padding:                   0px;
    left:                      50%;
    border:                    Solid 1px #FFFFFF;
    -moz-box-shadow:           2px  5px 25px #000;
    -webkit-box-shadow:        2px  5px 25px #000;
    filter:                    progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=10);
    box-shadow:                2px 5px 25px #000;
    display:                 none;
    z-index:                   100001;
	/*background:  			   #fff url('../images/contact_bg.jpg') no-repeat center;*/
}

#area .ScrollStyle
{
    max-height:                498px;
    overflow-y:                scroll;
}

#area .close
{
   position:					absolute;
   top:							-45px;
   right:						-45px;
}
