/*
    conditions.css
    web-communication.eu | 14/09/2016
    Copyright 2016 web-communication.eu
*/



#conditions-box
{
    position:                  fixed;
    background:                #FFFFFF;
    width:                     700px;
    height:                    500px;
    top:                       50%;
    margin-left:               -350px;
	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;
}

.ScrollStyle
{
    max-height:                495px;/*495px;*/
    overflow-y:                scroll;
}

.text {
    color:                     #000;
	font-size:                 14px;
	font-family:               Arial, Helvetica, sans-serif;
    font-weight:               normal;
	padding:                   20px;
} 	

.link_1 {
    font-family:               Verdana, Arial, Helvetica, sans-serif;
    font-size:                 12px;
    color:                     #0000FF;
    text-decoration:           none;
    font-weight:               normal;
}
a.link_1:hover {
    color:                     #0000FF;
    text-decoration:           underline;
}	