/* CSS Document */

fieldset{
	border:solid 1px #CCC;
	float:left;
	height:170px;
	padding:5px;
	margin:0;
	text-align:center;
	width:350px;
}

fieldset input.leftmargin{
	margin-left:2em;
}

.feedback{
	display:inline-block;
	height:30px;
	left:10px;
	position:relative;
	top:10px;
	width:30px;
}

.reveal{
	background:url(../../shared/img/accordion_max_up.gif) no-repeat 98% 50% #F0EDDE;
	cursor:pointer;
}

.reveal:hover{
	background:url(../../shared/img/accordion_max_over.gif) no-repeat 98% 50% #E2DFCC;
}

.reveal.active{
	background:url(../../shared/img/progreveal.gif) no-repeat 98% 50% #7CBCBC;
}

.reveal p{
	margin:0;
	text-align:center;
}