/* Preview text
-------------------------------------------------------------- */
.rcp_site_creation_url_preview_label {
	font-weight: bold;
}

input[name=rcp_site_creation_url] {
	text-transform: lowercase;
}

/* Initially hide all fields - these are then shown via JS
-------------------------------------------------------------- */
#rcp_site_creation_url_wrap,
#rcp_site_creation_name_wrap,
#rcp_site_creation_desc_wrap {
	display: none;
}