.roicalculator {
	margin-bottom: 10px;
}
.roicalculator .separator {
	border-top: 2px solid #CCCCCC;
	line-height: 2px;
	margin-bottom: 15px;
	margin-top: 15px;
	display:none;
}
.roicalculator .roi-title {
	font-size: 36px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
	font-weight:bold;
	color:#0082c0;
	line-height:30px;
}
.roicalculator .roi-subtitle {
	font-size: 18px;
	margin: 15px 0;
	text-align: center;
	width: 100%;
	font-weight:bold;
}
.roicalculator .section2 {
	color: #073861;
}
.roicalculator .section3 {
	color: #27550A;
}
.roicalculator .input-section {
	margin: auto;
	text-align: center;
	margin-top: 1em;
	background:#f1f1f1;
	padding:15px;
	border:5px solid #afafaf;
	border-radius: 10px;
}
.roicalculator .buttons {
	margin-top: 20px;
}
.roicalculator .buttons input {
	width: 200px;
	padding:20px;
	border: 1px solid #CCCCCC;
	background-color: #0082c0;
	text-transform:uppercase;
	color:#FFF;
}
.roicalculator .field, .roicalculator .result {
	margin-bottom: 10px;
	background:#f1f1f1;
	border-radius: 10px;
  padding: 10px;
}
.roicalculator .field label {
	color: #333333;
	display: inline-block;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 290px;
}
.roicalculator .field input {
	height: 20px;
	width: 100px;
	border: 0px;
	padding:15px;
	border: 1px solid #DDDDDD;
	font-size:16px;
	border-radius: 10px;
}
.roicalculator .field .lives {
	background: url(img/lives.png) no-repeat 3px 0;
}
.roicalculator .field .dollar {
	background: url(img/dollar.png) no-repeat 3px 0;
}
.roicalculator .clearer {
	clear: both;
	width: 1px;
	height: 1px;
}
.roicalculator .result label {
	color: #666666;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 70px;
}
.roicalculator .result .value {
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	width: 100%;
	color: #0082c0;
	font-weight: bold;
}
.roicalculator .result .empty {
	color: #999999;
}
.roicalculator .spacer {
	width: 3%;
	float: left;
}
.roicalculator .result {
	width: 30%;
	float: left;
}
.roicalculator .errored {
	border: 1px solid #FF0000 !important;
}
