/* CSS Document */

div.blenderformrow{
	clear:both;
	width:320px;
	margin-bottom:8px;
}

div.blenderformtitle{
	width:140px;
	float:left;	
}

.blenderformtextfield{
	width:178px;
	height:15px;
	float:right;
	
	border:1px solid #709126;
}

.blenderformdropdown{
	width:180px;
	height:20px;
	float:right;
	
	border:1px solid #709126;
}

.blendercheckbox{
	float:left;
	margin-left:5px;
}

div.blenderclear{
	clear:both;
	height:0px;
	width:100%;
}

p.blender{
	margin:0 0 5px 0;
	padding:0 0 0 0;
}

	