form { 
	display: block;
	margin:0 0 0 0;
	padding:0 0 0 0;
/*	background-color:#99FF33;*/
	position:relative;
	}

p.formElement { 
/*	font-weight: bold; 
	font-style: normal; */
	display: block; 
	position:relative;
	margin:0 0 10px 0;
	padding:0; 
	}

input { 
	width: 200px;
	height:20px;
	position:absolute;
	top:0;
	left:120px;
/*	background-color:#FFCC33;*/
	}
	
input.smallInput { 
	width: 150px;
	}

input.inputButton {
	background-color:#999999; 
	display: block;
	width:150px;
	height:30px;
	position:static;
	top:0;
	left:0px;
}

select {
}


textarea { 
	width: 320px; 
	height: 150px; 
	}