div.message
{
	font-size: 1.2em;
	color: #ff0000;
	padding: 5px;
	background: none;
	border: 1px solid; #ff0000;
	border-bottom: 2px solid;
	border-right: 2px solid;
}

div.container_sell_request
{
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}
div.sell_request
{
	width: 390px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
div.sell_request div.fields div input
{
	width: 260px;
}
div.sell_request div.notes textarea
{
	width: 385px;
	height: 120px;
}