/* blunt GA admin CSS */

fieldset label {
	float: left;
	clear: left;
}

fieldset br {
	display: none;
}

fieldset label span.label {
	float: left;
	text-align: right;
	width: 250px;
	padding-right: 5px;
	line-height: 24px;
}

fieldset label span.notes {
	font-size: -9em;
	font-style: italic;
}

fieldset input.wide {
	width: 450px;
}

fieldset textarea.list1 {
	resize: none;
	width: 450px;
	height: 10em;
}

fieldset textarea.list2 {
	resize: none;
	width: 250px;
	height: 10em;
}

#bluntGAerrorMessage {
	background: linear-gradient(to top, #FEE, #FFF) #FEE;
	border-color: #900;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	color: #900;
	padding: 10px;
	margin-bottom: 20px;
}

#bluntGAerrorMessage ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 20px;
}

#bluntGAerrorMessage ul li {
	margin: 0;
	padding: 0;
}

#bluntGAerrorMessage ul li+li {
	margin-top: 5px;
}