/*Forms defaults - change as needed*/
#lightform input, #lightform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	float: left;
	width: 200px;
	margin-right: 10px;
	clear: both;
	border: 1px solid #CCC;
}
#lightform label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
	float: left;
	margin-right: 10px;
	clear: both;
}
#lightform label.chosen {color:#333;}

/*Transparent items*/
#lightform .outtaHere {
	position:absolute;
	left:-3000px;
}
