body
{
	font-family: "Helvetica",Arial,sans-serif;
	font-weight: 500;
	color:#333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.banner {
	padding: 8em 0 6em 0;
	background-color: #000;
	color: rgba(255, 255, 255, 0.75);
	background: url(../images/bg.JPG) no-repeat center center fixed #ecedeb;
	text-align: center;
	position:fixed;
}
.layer {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0px;
	left: 216px;
	width: 934px;
	height: 200px;
}
@font-face {
    font-family: planFont;
    src: url(../fonts/veneer.otf);
}
.slogan {
	 font-family: planFont;
	 position:fixed;
     right: 16%;
     bottom:  5%;
	 padding:20px;
	 height: 70px;
	 text-align:right;
	 font-size:35px;
	 font-weight:normal;
	 /*color:#000099;*/
	 color:#FFCC00;
}
label
{
	width:100px;
	display:block;
	font-size:13px;
	color:#FFF;
}
#main
{
	margin:0 auto;
	width:800px;
	text-align:center;
}
#logo
{
     /*  Make the image always centered  */
	 position:fixed;
     right: 16%;
     top:  0%;
	 padding:20px;
	 height: 70px;
}
#box
{
	position:fixed;
	left: 16%;
	top: 74%;
	width: 320px;
	text-align: left;
	padding: 20px;
	color: #333;
	border: 0px solid #e5e5e5;
	border-radius: 7px;
	/* box-shadow: rgba(200,200,200,0.9) 0 4px 10px -1px; */
}
.input
{
	padding:6px;
	font-size:14px;
	width:300px;
	margin-bottom:10px;
	border: 1px solid #e5e5e5;
	border-radius: 7px;
	background: #fbfbfb;
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);

}
.button {
	font-weight: bold;
	padding: 8px 12px;
	background: #3f8abf;
	color: #fff !important;
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 1px 0px rgba(0,0,0,0.15);
	border-width: 1px 1px 2px !important;
	border-style: solid;
	border-color: #326e99;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
}
.button-primary {
	background-color: #5fcf80 !important;
	border-color: #3ac162 !important;
}
.msg
{
	font-size:11px;
	color:#666;
	padding:10px;
}
#error{font-size:12px; margin-top:10px}
