/* CSS Document */

#overlay1 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-kphp-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;

}
.content1 a{
text-decoration: none;
}
/*
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
margin-top:-400px;
} */
.popup1{
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    top: 0px;
    /* margin-bottom: 100px; */
    padding-bottom: 100px;
    background: rgba(0, 0, 0, 0.47);

}


.content1{
min-width: 350px;
width:350px;
min-height: 100px;
margin: 0px auto;
background: #fff;
position: relative;
z-index: 103;
padding: 10px;
    margin-top: 100px;
}
.content1 p{

color: #555555;

text-align: justify;
}
.content1 p a{
color: #d91900;
font-weight: bold;
}
.content1 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.content1 .x:hover{
cursor: pointer;
}




/* onload pupop*/

#overlay2 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-kphp-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;

}
.content2 a{
text-decoration: none;
}
/*
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
margin-top:-400px;
} */
.popup2{
width: 100%;
margin: 0 auto;
display: none;
position:fixed;
z-index: 101;
top:200px;


}

.content2{
min-width: 400px;
width: 400px;
min-height: 150px;
margin: 100px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 10px;
border:5px dashed  #FF8C00;

border-radius: 5px;

}
.content2 p{
clear: both;
color: #555555;

text-align: justify;
}
.content2 p a{
color: #d91900;
font-weight: bold;
}
