.wufoo	{
	font-family: Arial, sans-serif;
}

.wufoo .info{display:none}

/*
.wufoo .buttons	#saveForm	{
	width: 460px;
	height: 30px;	
}
*/


.info H2	{
background-color: red !important;
}

.fc TABLE	{
background-color: red;
border: 1px dashed blue;
}

.fc .choices CAPTION	{
	display: none;
}

TR.color1 .bar	{	background-color: rgb(96, 105, 0);	border-color: rgb(96, 105, 0);	}
TR.color2 .bar	{	background-color: rgb(130, 0, 66); border-color: rgb(130, 0, 66); }
TR.color3 .bar	{	background-color: rgb(157,26,83); border-color: rgb(157,26,83); }
TR.color4 .bar	{	background-color: rgb(0, 98, 111); border-color: rgb(0, 98, 111); }
TR.color5 .bar	{	background-color: rgb(184, 88, 0); border-color: rgb(184, 88, 0); }
TR.color6 .bar	{	background-color: rgb(116, 123, 19);	border-color: rgb(116, 123, 19);	}
TR.color7 .bar	{	background-color: rgb(221, 120, 25);	border-color: rgb(221, 120, 25);	}
TR.color8 .bar	{	background-color: rgb(0, 131, 143);	 border-color: rgb(0, 131, 143);	}
TR.color9 .bar	{	background-color: rgb(157, 26, 83);	border-color: rgb(157, 26, 83);	}
TR.color10 .bar	{	background-color: rgb();	}
TR.color11 .bar	{	background-color:	rgb();	}
TR.color12 .bar	{	background-color:	rgb();	}
TR.color13 .bar	{	background-color:	rgb();	}

.fc TBODY TR.alt TD,
.fc TBODY TR.alt TH,
.fc TBODY TD.alt
{
	background-color: grey;
}


.pgStyle1 .selected VAR,
.pgStyle2 VAR,
.pgStyle2 VAR EM	{
	background-color: rgb(130, 0 ,66);
	color: rgb(130, 0 ,66) !important;
}

.pgStyle2 TD	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.wufoo input.text	{
border-top-color: rgb(220, 220, 220);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background-image: none;
}

.pgStyle2 VAR	{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

	border-top-right-radius: 4px;
	border-bottom-right-radius: 3px;

	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 3px;

	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 3px;

}

#nextPageButton,
#previousPageButton
{
background-color: rgb(239, 240, 229);
border: 2px solid rgb(153, 153, 153);

font-size: 10pt;
font-size: 9pt;
text-decoration: none;
color: rgb(51, 51, 51);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px 5px;
}
#previousPageButton	{
	padding: 2px 7px;
background-color: rgb(239, 240, 229);
background-color: rgb(244, 245, 234);
color: rgb(80, 80, 80);
border: 1px solid rgb(153, 153, 153);
}

