/* Forms */
.dialog_content .form_field_group {
	margin-bottom: 10px;
}
#collectionCreateNewForm label {
	font-weight: bold;
	margin-bottom: 4px;
}

#collection_type_group p {
	margin-bottom: 5px;
	font-weight: bold;
}

#collection_type_group label {
	margin-left: 5px;
	margin-right: 15px;
	font-weight: normal;
}

#collection_visibility_group p {
	margin-bottom: 5px;
	font-weight: bold;
}

#collection_visibility_group label {
	margin-left: 5px;
	margin-right: 15px;
	font-weight: normal;
}

.collection_radio_buttons {
	margin-left: 2px;
}

input#collection_title {
	width: 400px;
	line-height: 20px;
	font-size: 14px;
}

textarea#collection_description {
	width: 400px;
	height: 125px;
}

.label_note {
	font-size: 85%;
	font-weight: normal;
	color: #06c;
}

#collectionAddDialog  #new_collection_content {
	margin-bottom: 15px;
	cursor: pointer;
}

#collectionAddDialog  #new_collection_content span#collection_add_icon {
	background-image:url(/images/uix_16.png); 
	background-repeat:no-repeat; 
	background-position:-32px -32px; 
	height:16px; 
	width:16px; 
	float:left; 
	cursor:pointer;
}
