body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A9DBEB;
}

div.content {
	width: 650px;
	margin: 15px auto 15px auto;
	border: 1px solid #59BFDF;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	background-color: #FFFFDB;
	line-height: 1.2em;
}

div.footer {
	width: 600px;
	margin: 15px auto 50px auto;
	padding-bottom: 50px;
}

div.header {
	width: 600px;
	margin: 15px auto 15px auto;
	text-align: center;
}

div.header h1 {
	font-size:180%;
}

div.header h2 {
	font-size:130%;
}

hr.divider {
	height: 2px;
	border: none;
	border-top: 2px solid #59BFDF;
	width: 600px;
	margin: auto;
}

p {
	margin: 5px 0 15px 0;
}

p.left, p.right {
	width: 50%;
	border: 1px solid #A9DBEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	padding: 3px;
}

p.right {
	position: relative;
	width: 65%;
	left: 30%;
}

p.error {
	color: Maroon;
	font-weight: bold;
}

p.success {
	color: Green;
	font-weight: bold;
}

#javascriptwarning {
	color: Maroon;
	font-weight: bold;
}

div.help {
	border: 1px solid green;
	background-color: #8AFFC6;
	width: 200px;
	position: relative;
	left: 60px;
	top: -5px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	
}

span.help em {
	background: #8AFFC6;
	width: 350px;
	position: absolute;
	top: -100px;
	left: -400px;
	text-align: left;
	padding: 5px;
	z-index: 2;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

label {
	width: 80px;
	float: left;
}

span.help {
	font-size: 80%;
	font-weight: bold;
	position: relative;
	top: -10px;
}

form div {
	margin: 15px;
}

#img1 {
	width: 250px;
	height: 110px;
	margin: 10px;
	background-image: url('images/micro_h_small.png');
	float: right;
	position: relative;
}

#imgmailbox {
	width: 100px;
	height: 150px;
	background-image: url('images/mailbox-small.png');
	background-repeat: no-repeat;
	float: right;
	margin: 10px;
	background-color: #FFFFDB;
	padding-right: 80px;
	position: relative;
	top: -20px;
}

fieldset {
	border: 1px solid gray;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

fieldset legend {
	margin: 10px;
	padding: 5px;
}
