@charset "utf-8";
/* CSS Document */

#consent {
	font-family: 'Inconsolata', Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 14px;
	
	background-color: #F9F9F9;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #3D405B;
	border-radius: 10px;
	color: #333333;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 24px;
	text-align: center;
	
	box-shadow: inset 5px 5px 15px 5px #333333;
	-o-box-shadow: inset 5px 5px 15px 5px #333333; 
	-ms-box-shadow: inset 5px 5px 15px 5px #333333; 
	-moz-box-shadow: inset 5px 5px 15px 5px #333333; 
	-webkit-box-shadow: inset 5px 5px 15px 5px #333333; 
	
	text-shadow: 0px 0px 6px #CCCCCC, 2px 2px 3px #F8F8F8;
	-o-text-shadow: 0px 0px 6px #CCCCCC, 2px 2px 3px #F8F8F8;
	-ms-text-shadow: 0px 0px 6px #CCCCCC, 2px 2px 3px #F8F8F8;
	-moz-text-shadow: 0px 0px 6px #CCCCCC, 2px 2px 3px #F8F8F8;
	-webkit-text-shadow: 0px 0px 6px #CCCCCC, 2px 2px 3px #F8F8F8;
	text-align: center;
}
#error_a, #error_b, #error_c, #error_d, #error_e {
	background-color: #FFFFCC;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: dotted;
	border-color: #FF0000;
	border-radius: 10px;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 24px;
	text-align: center;
	width: 90%;
	max-width: 345px;
}
#div01, #div02, #div03, #div04, #div05 {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	max-width: 725px;
}