/*
    contactus.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/


#contactus {
    position:                  fixed;
    width:                     900px;
    height:                    500px;
    top:                       0;
    margin-left:               -450px;
	margin-top:                -250px;
    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:				   #ffffff;
	/*background:  			   #fff url('../images/dealer_bg.jpg') no-repeat center;*/
}

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

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


