#buySellFormIndicator
{
	 position: relative;
	 top: 4px;
	 left: 10px;
	 display: none;
}   

#buySellFormMessage
{
	margin-top: 5px;
	display: none;
}

.buySellFormError
{
	color: #fd3b4f;
	font-weight: bold;
}

.buySellFormSuccess
{
	color: #37b928;
	font-weight: bold;
}


#buySellForm .errorField
{
	background-color: #fdd6d5;
	border: 1px solid #fd4243;
}

