#contact-form
{
	width:500px;
	float:left;
}
#artist-favorites
{
	width:200px;
	float:right;
}
#txtContactName
{
	width:250px;
}
#txtContactEmail
{
	width:250px;
}
#txtContactComments
{
	height:140px;
	width:250px;
}
.inputTextRequired
{
	background-image: url('/images/input_bg_gray.gif');
	border:1px solid #999999;
}
.inputTextareaRequired
{
	background-image: url('/images/input_bg_gray.gif');
	border:1px solid #999999;
}