/**
 * Style sheet ce_form
 */
.ce_form .formproduct
{
	font-weight:bold;
}

.ce_form label
{
	display:block;
	margin-bottom:5px;
}

.ce_form input.text, .ce_form .textarea
{
	width:260px;
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	border:1px solid #ccc;
	color:#000000;
}

.ce_form input.text:hover
{
	border:1px solid #999;
}

.ce_form .submit
{
	margin-top:10px;
	margin-bottom:10px;
	padding:3px 10px;
	background-color:#ffffff;
	border:2px solid #333333;
	color:#000000;
	cursor: pointer;
}

div.error
{
	margin-bottom:5px;
	color:#ff0000;
}
