@import url(style.css);
@import url(box.css);

div.greenBox {
	height:26px;
	line-height:26px;
	vertical-align:middle;
}

div.recommendation {
	margin:0px 0px 50px 6px;
}

div.label {
	width:80px;
	float:left;
	clear:left;
}

div.recommendation input.submit {
	width:58px;
	height:25px;
	font-weight:bold;
	text-align:left;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	border:0px;
	color:#684287;
	cursor:pointer;
	background-image:url(../gfx/arrow_purple_white.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
