@charset "UTF-8";
/* CSS Document */
body {
	color: #E1EBB7;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	background-color: #008C9E;
}
#content {
	padding: 8px 5px 5px 13px;
	line-height: 17px;
	width: 548px;
}
h1 {
	font-size:30px;
	color:#E2ECB6;
	font-weight: bold;
	margin-top: 3px;
	line-height:normal;
}
h2 {
	color: #BFD82D;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
h3 {
	color: #FEE94A;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
	line-height: 18px;
}
ul {
	padding-bottom: 10px;
}

.boxpic{
	background-color: #F3EA9C;
	padding: 7px;
	border:1px solid #AEC7FD;
}

.boxpicimagespacert {
	background-color: #F3EA9C;
	padding:7px;
	border:1px solid #AEC7FD;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.boxpicimagespacelt {
 	background-color: #F3EA9C;
	padding:7px;
	border:1px solid #AEC7FD;
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
.save_date {
	font-size: 42px;
	line-height: 46px;
	font-weight: bold;
	color:#C1D72E;
}
.save_address {
	font-size: 18px;
	color:#FFF;
	font-weight:bold;
	line-height: 19px;
}
.small_text {
	font-size: 12px;
	font-weight: bold;
}
/*** Links ***/

a:link,
a:visited,
a:active {
	color: #FFE522;
	text-decoration: none;
}

a:hover {
	color: #EE2225;
}


/*** Forms ***/
div.error_message, div#error_message {
	border: 1px #900 solid;
	background-color: #fdd;
	color: #900;
	padding: 10px;
	margin-bottom: 10px;
}

label.error {
	color: #900;
}

input.error, textarea.error, select.error {
	background-color: #fdd;
}

/*** Heart Meter Progress Bar ***/

#heart-meter {
	height: 403px;
	width: 163px;
}

#heart-meter span {
	font-weight: bold;
	left: 30px;
	line-height: 17px;
	position: absolute;
	text-align: center;
	top: 605px;
}