@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #DDD;
}

.frame{
	width:778px;
	height:780px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-390px 0 0 -389px;
	-webkit-box-shadow: 0px 4px 22px 4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 4px 22px 4px rgba(0,0,0,0.55);
	box-shadow: 0px 4px 22px 4px rgba(0,0,0,0.55);
}


/* Popup */
#popup{
position:absolute;
display:block;
top:185px;
left:50%;
width:600px;
height:450px; 
margin-left:-300px;
border:5px solid #fff;
background:url(../images/natal1.jpg) top left no-repeat;
background-color:#FFF;
-webkit-box-shadow: 0px 1px 22px 0px rgba(32, 32, 39, 0.85);
-moz-box-shadow:    0px 1px 22px 0px rgba(32, 32, 39, 0.85);
box-shadow:         0px 1px 22px 0px rgba(32, 32, 39, 0.85);
z-index:10003;
}

.paragr{
	font-size:1.8em;
	text-align:center;
	margin:45px 0 0 0;
	color:#333;
	/*text-shadow: 0px 0px 5px rgba(20, 20, 20, 0.55);*/
	line-height:1.0em;
	}

.logotop{
	position:relative;
	text-align:center;
	margin:40px 0 0 230px;
}
.mote{
	font-family: 'Shadows Into Light', cursive;
	font-size:2.6em;
	line-height:0.8em;
	color:#F03;
	position:relative;
	margin:15px 10px 0 10px;
	text-align:center;
	
}

.mote2{
	font-size:1.4em;
	line-height:1em;
	color:#333;
	position:relative;
	margin:355px 15px 0 15px;
	text-align:center;
}


.closebutton{
position:relative;
margin:-443px  10px -25px 585px;
float:left;
z-index:100;
width:35px;
height:35px;
-moz-border-radius: 17px;
border-radius: 17px;
-webkit-box-shadow: 0px 1px 18px 0px rgba(32, 32, 39, 0.7);
-moz-box-shadow:    0px 1px 18px 0px rgba(32, 32, 39, 0.7);
box-shadow:         0px 1px 18px 0px rgba(32, 32, 39, 0.7);
opacity:1;
}

/* /Popup */

