@charset "utf-8";
/* CSS Document */


.box {
	background: #EBEBEB;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
 border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
	
-webkit-box-shadow: 9px -2px 11px rgba(0, 0, 0, 0.52);
-moz-box-shadow:    9px -2px 11px rgba(0, 0, 0, 0.52);
box-shadow:         9px -2px 11px rgba(0, 0, 0, 0.52);
margin: 20px 100px 20px 100px;
padding: 20px 75px 20px 75px;
height: 1280px;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/	
}
.zag {
	margin: 0px 0px 75px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #000;
	text-shadow:1px 1px #999;
	text-align:center;
}

.zag2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
	
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	
}

.zag3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-style: normal;
	color: #000;
	
}

.nx {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style:italic;
	color: #000;
	}
	
.button1 {
margin: 0px 0px 0px 25px;
text-align:center;
text-decoration:none;
color: rgb(230, 230, 230);
font-size: 23px;
padding: 9px;
text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 5.318181818181818px;
-moz-border-radius: 5.318181818181818px;
border-radius: 5.318181818181818px;
background: rgb(210, 20, 20);
background: -moz-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -webkit-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -o-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: -ms-linear-gradient(90deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
background: linear-gradient(0deg, rgb(210, 20, 20) 30%, rgb(250, 20, 20) 70%);
-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);


	
}
.button2 {
text-align:center;
text-decoration:none;
color: rgb(230, 230, 230);
font-size: 23px;
padding: 9px;
text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: rgb(66, 189, 61);
background: -moz-linear-gradient(90deg, rgb(66, 189, 61) 30%, rgb(66, 189, 61) 70%);
background: -webkit-linear-gradient(90deg, rgb(66, 189, 61) 30%, rgb(66, 189, 61) 70%);
background: -o-linear-gradient(90deg, rgb(66, 189, 61) 30%, rgb(66, 189, 61) 70%);
background: -ms-linear-gradient(90deg, rgb(66, 189, 61) 30%, rgb(66, 189, 61) 70%);
background: linear-gradient(0deg, rgb(66, 189, 61) 30%, rgb(66, 189, 61) 70%);
-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);



	
}