/**************************************************************************
* This style sheet is prepared to be used with a LyraT4 content layout
* Insert specific CSS statements according to your *.cbd file.
***************************************************************************/
div.ltxContentLayout{
	min-height: 100px;
	background-color: white;
	padding: 24px;
}


/* INSERT ****************************************************************************/
h4 {
	font-size: 1.2em;
	line-height: 1.3em;
}
/* END INSERT */

.ltxMailField > div,
.ltxMailField >.caption{
	margin: 0;
	margin-right: 8px;
	float: left;
	font-weight: normal;
}

.ltxMailField > div.clearfix{
	float: none;
	clear: both;
	display: block;
}
