/**
 * Style sheet Form
 */
.col_1 .textarea
{
	width:403px;
	height:200px;
	border:2px inset #cccccc;
}

.namefield,
.emailfield
{
	width:400px;
}

.submit
{
	width:80px;
	height:20px;
	left:-80px;
	top:5px;
	position:relative;
	float:right;
	clear:both;
	padding-top:2px;
}

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

.col_first
{
	width:80px;
	padding-top:3px;
	vertical-align:top;
}

