@charset "utf-8";
#sellpage
{
	color: #ccc;
	float: left;
}

#sellpage a
{
	color:#FFF;
	font-weight:bold 
}

#sellpage * #product_images {
	margin: 0px;
	float: left;
	width: 60%;
}

#sellpage * #product_info {
	margin: 0px;
	float: right;
	width: 35%;
}

#sellpage a:link {  text-decoration:none; }
#sellpage a:visited{ text-decoration:none; }
#sellpage a:hover { text-decoration:underline; }

#product_name
{
	margin-top: 0px;
}

#the_form
{ 

	text-align: left;
}

div.formsection
{

	width: 100%;
	text-align: left;
	margin: 10px 0px;
}

label
{
	display: block;
	font-weight: bold;
}

input[type="image"]
{
	margin-top: 20px;
}

#payment
{ 
	margin-top: 20px;	
}


