.RichiediContainer
	{
	width: 520px;
	margin: 0px 0px 0px 0px;
	background-image: url("../images/bluebox-text-background.jpg");
	background-position: top-left;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(css/border-radius.htc);
	}
.RichiediHeader
	{
	height: 35px;
	width: 520px;
	padding-left: 10px;
	background-image: url("../images/bigboxheader-background.jpg");
	background-position:top left;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #605041;
	font-style: bold;
	text-align:left;
	display: table;
	
	-moz-border-radius-topleft: 11px;
	-webkit-border-top-left-radius:11px;
	
	-moz-border-radius-topright: 11px;
	-webkit-border-top-right-radius: 11px;
	
	}

.VerticalCentered
	{
	display:table-cell;
	vertical-align: middle;
	}	

.RichiediText
	{
	width: 500;
	margin: 20px 10px 10px 10px;
	text-align:center;
	}

.RichiediFooter
	{
	height: 20px;
	}


.InputFields
	{
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: #3B3D36 1px solid;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(css/border-radius.htc);
	}