/*
    terms.css
    eastwestmoto.com | 14/08/2017
    Copyright 2017 web-communication.eu
*/



#terms {
    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;
}

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

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