#mask
{
	background-color: #FFFFFF;
	position: fixed;
	top: -10px;
	left: -10px;
	width: 105%;
	height: 105%;
	z-index: 200;
	overflow: hidden;
}

#callToAction
{
	border: 3px solid #000000;
	position: fixed;
	top: 20%;
	left: 40%;
	z-index: 250;
	display: none;
}

#callToAction input, #callToAction textarea
{
	border: 1px solid #000000;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#callToActionSuccess
{
	background-color: #FFFFFF;
	border: 3px solid #000000;
	position: fixed;
	top: 40%;
	left: 23%;
	z-index: 250;
	font-weight: bold;
	display: none;
}