@charset "UTF-8";
/* CSS Document */
html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ecf0f3;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../img/bg_01.jpg) no-repeat center center fixed;
	text-align: justify;
	color: #555;
	font-size: 12px;
}

	
table{
	font-size: 12px;
	padding: 10px;
	border-collapse:collapse;
}
.box_large{

			left: 50%;
			top: 50%;
			height: 320px;
			width: 300px;
			padding: 5px;
           margin:-160px 0px 0px -150px;
			position: absolute;
            box-shadow: 0px 0px 30px grey;
			z-index: 5;
			border: #c7cfdf thin solid;
			-moz-border-radius: 8px;
			border-radius: 8px;
			display:block;
			opacity: 0.95;
			
			
}
.blur{
background-color: #ffffff;
			left: 50%;
			top: 50%;
			height: 320px;
			width: 300px;
			padding: 5px;
           margin:-160px 0px 0px -150px;
			position: absolute;
			z-index: 3;
						border: #c7cfdf thin solid;
			-moz-border-radius: 8px;
			border-radius: 8px;
			    display:block;
    opacity: 0.90;
}
.bottom{
	position: absolute;
	padding-left: 20px;
	bottom: 20px;
	color: #ffffff;
	text-shadow: 1px 1px #454545;
}
.note{
	font-size: 10px;
}
.note a{
	color: #555;
}