body {
	background: url('../images/BODY_BG2.jpg') white;
	background-size: 400% auto;      
    background-repeat:   no-repeat;
    background-position: center center;
}

.clr {
	clear:both;
	margin: 0 0 10px 0;
}

.container {
	max-width: 1100px;
	margin: 20px auto 0px auto;
	line-height: 0;
	background: white;
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	line-height: 1.25;
	opacity: 0.90;
}


.headerContainer {
	max-width: 1100px;
	margin: 20px auto 0px auto;
	text-align: center;
	font-weight: bolder;
	font-size: 30px;
}

.header {
	width: 100%;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 11px;
}

.footer {
	padding: 15px;
	background: #f0f0f0;
    -webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	margin: 30px 5px 5px 5px;
	text-align: right;
	color: green;
	font-size: 10pt;
}

.footer a {
	text-decoration: none;
	color: green;
}

.footer a:hover {
	color: black;
}

.left-col {
	text-align: right;
	padding: 10px 10px 10px 0px;
}

.right-col {
	text-align: left;
	padding: 10px 0px 10px 10px;
}

.right-col input {
	width: 100px;
	background: #cfecce;
	border: 1px solid gray;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	padding: 0 0 0 10px;
}

.full-col {
	text-align: center;
}

.full-col input {
	width: 200px;
	background: #91d290;
	border: 1px solid gray;
	 -webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-weight: bolder;
	font-size: 16px;
	margin: 20px 0px 0px 0px;
}

.fail {
	text-align: center;
	font-weight: bolder;
	color: red;
}