#mask

{

	background-color: #000000;

	position: fixed;

	top: -10px;

	left: -10px;

	width: 105%;

	height: 105%;

	z-index: 200;

	overflow: hidden;

}



#fenceQuote

{

	border: 2px solid #FFFFFF;

	position: absolute;

	color:#EDF0C1;

	top: 10%;

	left: 32%;

	z-index: 250;

	display: none;

}



#fenceQuote input, #fenceQuote textarea

{

	border: 1px solid #000000;

	background-color: #ffffff;

	font-family:"Century Gothic";

	color:#000000;

	font-size: 14px;

}



#fenceQuoteSuccess

{

	background-color: #FFFFFF;

	border: 3px solid #FFFFFF;

	position: fixed;

	top: 40%;

	left: 23%;

	z-index: 250;

	font-weight: bold;

	display: none;

}