﻿@popup_css {
}
#parent_popup{
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
}
#popup{
    background: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0);
    text-align:justify;
    width: 350px;
    height:400px;
    margin: 15% auto;
    padding: 5px 20px 13px 20px;
    border: 5px solid #ddd;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
     border-radius: 15px;
}
.close{
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
     box-shadow: 1px 1px 3px #000;
}
.close:hover{
    background-color: rgba(0, 122, 200, 0.8);
}
.auto-style15 {
	color: #000080;
	text-align:justify;
	font-size:large
}
.auto-style16 {
	font-size: xx-large;
	text-align:center;
	color:fuchsia;
	font-family: a_AvanteTitulGr;
	src: url(fonts/AVANT.TTF);
}