#setItemEditor {
	background: #FFFFFF;
}
.listInfo{
	padding:7px;
}
#setItemList{
	margin:0px;
	padding:0px;
}
#setItemList H2{
	padding:7px;
	border-bottom:1px solid #828282;
}

#setItemList .remove{
	margin-top:15px;
}

#setItemList .remove a{
	font-size:10px;
}
.item a.setsListCurrent{
	color:#000000;
}

#helpTips ul{
	margin: 0px;
	padding:0px;
}
#helpTips li{
	margin: 0px 0px 10px 0px;
	padding:0px;
}
a.hide{	
	text-decoration:none;
	float:right;
	font-size:13px;
	color: #828282;
}
a.hide:hover{	
	color:none;
}
div.edit a{	
	text-decoration:none;
	font-size:13px;
	color: #828282;
}
div.edit a:hover{	
	color:none;
}

/*  FORMS */
#newSetForm .formLabel, #editSetForm .formLabel{
	font-weight:bold;
	margin: 10px 0px 2px 0px;
}
#newSetForm input, #editSetForm input {
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:290px;
}
#newSetForm textarea, #editSetForm textarea, #collectionInformation textarea {
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	margin: 0px;
	border: 1px solid #828282;
	width:290px;
}
#newSetForm a, #editSetForm a{
	text-transform:uppercase;
	font-family: Arial, sans-serif;
	font-size:14px;
	color: #545454;
	font-weight:bold;
	text-decoration:none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#newSetForm a:hover, #editSetForm a:hover{
	color: #828282;
	text-decoration:none;
}