@charset "utf-8";
/* CSS Document */
div#editable h2 {
	height:120px;
	clear: both;
}
div#editable p {
	margin:0 2em 1em;
}
.noMargin {
	line-height:0.5em;
}

div#editable h3 {
	margin:0 0 0.8em;
	padding:0.3em 0 0 45px;
	height:32px;
	overflow:hidden;
	font-size:1em;
	line-height:2.2em;
	color:#333;
	background-image:url(../img/h3.png);
	background-repeat:no-repeat;
}

