@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#FFFFFF;
	margin:0px;
	text-align:center;
	line-height:120%;
	background:url(graphics/curves-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:200px;
	background-color:#003C7E;
	vertical-align:bottom;
	vertical-align:text-bottom;
	vertical-align:baseline;
}

a:link.text {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited.text {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover.text {
	color: #FFFFFF;
	border-bottom:dashed;
}
a:active.text {
	color: #FFFFFF;
	text-decoration:none;
}


.top-curve {
	background:url(graphics/curves-top.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:97px;
	margin-top:26px;
}

.main-container {
	width:700px;
	padding-top:26px;
}

.aculife-logo {
	padding-right:10px;
}

.site-heading {
	font-size:25px;
}


.bottom-curve {
	background:url(graphics/curves-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:200px;
}

.h1 {
	font-size:22px;
	line-height:120%;
}

.h2 {
	font-size:37px;
	font-style:italic;
	line-height:120%;
}

img.images {
	/*padding:30px;*/
	margin:10px;
	border:20px;
	border-color:#FFFFFF;
}

.ailment-headings {
	font-size:22px;
	font-style:italic;
}

ul.list {
	text-indent:20px;
	font-size:22px;
	text-align:justify;
	line-height:125%;
}

.form-label {
	font-size:25px;
	padding-right:10px;
	text-align:right;
}

.form-field {
	background-image:url(graphics/box-register.png);
	background-repeat:no-repeat;
	background-color:#003C7E;
	width:225px;
	height:26px;
	border:0px;
	padding-left:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.register-button {
	background-image:url(graphics/button-register.png);
	width:390px;
	height:103px;
	border:0px;
	background-repeat:no-repeat;
	background-color:#003C7E;
	cursor:default;
}
