body {
	text-align:center;
}
#divERPContainer {
	text-align:left;
	position: relative;
	width: 700px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.easyrecipe .ERPTagline {
	margin-top: 5px;
	font-size: 80%;
	text-align: center;
}

div.easyrecipe {
	border: 1px dashed #000;
	padding-left: 10px;
	text-align: left;
	background: #f7f7f7;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	clear: both;
	font: 13px Arial, Helvetica, sans-serif;
}
.easyrecipe .ERSSavePrint {
	float: right;
}
.easyrecipe .ERSName {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.easyrecipe .ERSHead {
	float: left;
	margin-right: 20px;
}
.easyrecipe .ERSDetails {
	margin-bottom: 10px;
}
.easyrecipe .ERSSummary {
	margin-bottom: 10px;
}

