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


body {
	font-family: PlantinMTInfant-Regular;
	font-size: 100%;
	background: url(assets/pagebackground.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#Wrapper {
	font-size: 9px;
	color: #FF0000;
	height: auto;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	overflow: visible;
	text-align: center;
	background-image: url(assets/scrollandparakeet.png);
	padding-top: 160px;
	background-repeat: no-repeat;
	width-max-width: 100%;
	float: none;
	clear: right;
	padding-bottom: 160px;
}
#logo {
	height: 113px;
	width: 462px;
	background-image: url(assets/AugellaraWorldLogo.png);
	margin-top: 0px;
	text-align: center;
	margin-right: 282px;
	margin-bottom: 0px;
	margin-left: 282px;
}
#contentBlock  {
	height: auto;
	width: 100%;
	margin-top: 30px;
}
#contentBlock #formContent {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #09C;
	height: auto;
	width: auto;
	float: right;
	margin-right: 100px;
	margin-bottom: 20px;
	clear: left;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#contentBlock #copyContent {
	height: auto;
	width: 580px;
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
	padding-right: 10px;
}
#contentBlock #footer {
	height: auto;
	width: auto;
	clear: both;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 100px;
}
#footer #securityContent {
	text-align: right;
	float: right;
	height: auto;
	width: auto;
	margin-right: 100px;
}
#footer #addressContent {
	text-align: center;
	height: auto;
	width: 580px;
	padding-top: 20px;
}
a img {
  border:none;
}
p {
	font-size: 16px;
	font-weight: normal;
	color: #498fcc;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 17px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #498fcc;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
.address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contactAddress {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.formAnnounce {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.formtext {
	font-size: 12px;
	color: #BDFFFC;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.button {
	background-color: #68C5BE;
	border-color: #FFFFFF;
	color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 5px;
	padding-top: 2;
	padding-right: 10;
	padding-bottom: 2;
	padding-left: 10;
	font-family: inherit;
	font-size: 12px;
	margin-top: 10px;
}
