/**
 * Style sheet fionet_formular
 */
.ce_form input, .ce_form select, .ce_form textarea
{
	width:138px;
	height:18px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	padding-right:5px;
	padding-left:5px;
	border:1px solid #aaaaaa;
	font-size:11px;
	line-height:18px;
}

.ce_form select
{
	width:150px;
	height:20px;
	padding-right:0px;
	padding-left:5px;
}

.ce_form textarea
{
	width:300px;
	height:180px;
}
