@charset "UTF-8";
@import url("reset.css");
@import url("stickyfooter.css");
/* CSS Document */
body {
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
/* Links */
a {
	color: #407C9C;
	text-decoration: none;
}
h2 {
    color:purple;
    margin:0 0 10px 0;
    font-size:1.4em;
}
/* Container */
#wrap {
    min-height: 100%;
	margin: 0 auto;
	width: 90%;
	position: relative;
}
/* Header */
#header {
	background: #fff;
	position: relative;
	margin: 0;
    padding:20px 0 10px;
    color:purple;
}
#header a {font-size:1.2em;font-weight:bold;margin-right:20px;}
#header a:hover{text-decoration:underline;}
#main {
   width: 100%;
   height:100%;
}
.authorizeform {
    padding:30px;
    background:#e7ffcd;
    margin:200px 240px 0;
}
.labelauth {
    font-weight:bold;
    padding-bottom:5px;
    color:green;
}
.authinput {
    padding:3px;
    height:30px;
    line-height:30px;
    font-size:16px;
    font-weight:bold;
    width:350px;
    border:2px solid green;
    font-family:Arial;
    color:green;
}
.authsubmit {
    padding:3px;
    height:35px;
    line-height:35px;
    font-size:16px;
    font-weight:bold;
    width:150px;
    border:2px solid green;
    background:#e7ffcd;
    font-family:Arial;
    cursor:pointer;
    color:green;
}