/* sell_layout.css */
/* sell process specific styling */
/* Steve Tangue  -  30.03.07 */

div.step
{
	padding-left: 5px;
}

div.step h4
{
	color: #999;
}

div.current_step
{
	width: auto;
/*	border: 1px solid #CCCCCC; */
	padding-left: 5px;
/*	background-color: #EEE; */
}

span.disclaimer
{
	position: relative;
	float: left;
	color: #CCC;
	margin-top: -5px;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	padding: 0;
}

span#field_text_no_margin
{
	margin-bottom: 0;
}

/* end of file */

