#sellersForm label.invalid {
	color: #ff0000;
	font-style: italic;
}

#sellersForm input.invalid,
#sellersForm select.invalid,
#sellersForm textarea.invalid {
	border: 2px solid #ff0000;
}

#sellersForm select {
	margin: 0 0 10px 0;
}	

#sellersForm {
	margin: 20px 0 0 0;
}

#sellersForm label {
	display: block;
	width: 150px;
	float: left;
	padding-top: 3px;
}

#sellersForm input,
#sellersForm textarea {
	width: 223px;
	margin-bottom: 15px;
}

#sellersForm input.submit_button {
	width: auto;
}

#sellersForm legend { display: none; }

#sellersForm fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

#sellersForm_country {
	font-size:11px;
	margin-bottom:15px !important;
}