@charset "utf-8";

html {
	margin: 0px;
}

h1 {
	font-weight: 300;
	text-align: center;
	font-size:3em;
}

.instructions {
	font-size: 1.5em;
	text-align: center;
	color: #494949;
}

.wrapper {
	min-height:100%;
	position:relative;
	width: 500px;
	margin-top: 40px;
	margin-right:auto;
	margin-left:auto;
	overflow: hidden;
}
.footer {
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
}
.footer span {
	text-align: right;
	padding-right: 100px;
}

.center-box {
	font-family: 'Ubuntu', sans-serif;
	position: relative;
	width: 500px;
	height: 719px;
}




.user_alert {
  display: box;
  position: relative;
  top: 40px;
  min-width:485px;
  color: #FFFFFF;
  background: #66cc66;
  border: 2px solid #58a545;
  padding: 5px;
  text-align: center;
  visibility: visible;
  opacity: 0.9;
  z-index: 999;
  border-radius: 6px;
  font-size: .9em;
  margin-bottom: 20px;
}

.user_warning {
  display: box;
  position: relative;
  top: 40px;
  min-width:485px;
  color: #FFFFFF;
  background: #FF6363;
  border: 2px solid #FF0000;
  padding: 5px;
  text-align: center;
  visibility: visible;
  opacity: 0.9;
  z-index: 999;
  border-radius: 6px;
  font-size: .9em;
  margin-bottom: 20px;
}

*, *:before, *:after {
  box-sizing: inherit;
}
input, button {
    vertical-align:middle;
}

/* form boxes */
.emailbox {
	position: relative;
	width: 410px;
	height: 45px;
	top: 20px;
	left: 20px;
	background: #add9e6 url(images/icon-email.png) no-repeat;
	background-position: 420px 12px !important;
	padding: 0px 40px 0px 10px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: rgba(0,0, 0, .2);
	line-height: 45px;
	font-size: 1.3em;
}

.emailbox:focus {
    background-color: #FFF;
    border-color: #58a545;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #E8C291 inset;
    box-shadow: 0 0 0 1px #E8C291 inset;
}


.sub_button {
	position: relative;
	top: 40px;
	left: 136px;
	width: 228px;
	height: 40px;
    font-size: 19px;
    font-family: Arial;
    font-weight: normal;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border-style: solid;  
    border-width: 0px 0px 2px 0px; 
    border-color: rgba(0,0, 0, .2);
    cursor: pointer;
    color: #ffffff;
	line-height: 40px;
	font-size: 1.8em;
    display: inline-block;
    background-color: #58a545;
}

.sub_button:hover {
    background-color: #65bc50;
}

.sub_button:active {
	position: relative;
    top: 31px;
}

.return {
	width: 100%;
	position: relative;
	top: 40px;
	text-align: center;
	
}

.return a:link {
	color: #243670;
}

.return a:hover {
	color: #1492b7;
}


.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}	





