/* CSS Document */
@charset "utf-8";

.darkenBackground {
background-color: rgb(0, 0, 0);background-repeat:repeat;
width: 100%;
height: 100%;
z-index: 20;
opacity: 0.6; /* Safari, Opera */
-moz-opacity:0.60; /* FireFox */


filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
height:expression(document.body.clientHeight + "px");
width:expression(document.body.clientWidth);


}


#buttonSubmit a {
	background-color: #ffa34d;
	text-align: center;
	color:#fff;
	width:15em;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	text-align:center;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
}


