@CHARSET "UTF-8";

html,body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

#container
{
	min-height: 100%;
	position: relative;
}

.formItem
{
	margin: 4px;
	margin-top: 10px;
	min-height: 40px;
}
.formItem input[type="text"], 
.formItem input[type="password"],
.formItem input[type="button"]  
{
	border:1px solid #E7AE7F;
	
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.formItem input[type="text"], 
.formItem input[type="password"]  
{
	width: 335px;
	height: 35px;
	
	font-family: Arial;
	color: #F48121;
	font-size: 18px;
	font-weight: bold;
	
	padding-left: 5px;
	padding-right: 5px;
	
	outline: none;
}
.checkbox
{
	width: 30px;
	height: 30px;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid #E7AE7F;
	
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.checked
{
	background-image: url('/National_Library/oe_/https://app.novisign.com/registration/assets/images/check.png');
	background-position: center;
	background-repeat: no-repeat;
}
.formItem label
{
	text-align: right;
	color: #F48121;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
}
.formItem input[type="button"]
{
	padding-left: 15px;
	padding-right: 15px;
	height: 43px;
	color: #FFFFFF;
	font-family: "Arial Black";
	font-size: 21px;	
	font-weight: normal;
	border-color: #E68A2E;
	border-bottom: #D96F16;
    background-image: url('/National_Library/oe_/https://app.novisign.com/registration/assets/images/button_bg.png');
    cursor:pointer;
}
.formItem input[type="button"]:hover
{
	background-image: url('/National_Library/oe_/https://app.novisign.com/registration/assets/images/button_bg_over.png');
}

.input-prompt 
{
  position: absolute;
  
  font-style: italic;
  font-size: 14px;
  color: #999999;
  font-family: Arial;
  
  margin-left: 7px;
  margin-right: 5px;
  margin-top: 11px;
}

.logo
{
	margin: auto;
	width: 338px;
}
.logo img
{
	 border-style: none;
}

.rightAlign
{
	float: right;
}

.horizontalLine
{
	border: 0;
	border-top: 1px solid #B2B2B2;
}

.head
{
	position:absolute;
	top:0;
	background-image: url('/National_Library/oe_/https://app.novisign.com/registration/assets/images/header_bg.png');
	height: 62px;
	width: 100%;
}

.body
{
	width: 630px;
	height: 580px;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;

	padding-bottom:48px; /* height of the footer */
}

.footer
{
   position:absolute;
   bottom:0;
   width:100%;
   background-image: url('/National_Library/oe_/https://app.novisign.com/registration/assets/images/footer_bg.png');
   height: 48px;
}

.footer p
{
	color: #333333;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
    left: 10px;
}
.footer p a
{
	color: #333333;
	font-family: Arial;
}
.footer hr
{
	margin: 0;
	border: 0;
	border-top: 1px solid #7F7F7F;
}

.agreeText
{
	color: #333333;
	font-size: 16px;
	font-family: Arial;	
	vertical-align: middle;
}
.agreeText a
{
	color: #00ADEE;
	font-size: 16px;
	font-family: Arial;
}

.formTitle
{
	color: #231F20;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial;
}

.errorText
{	 
	color: #ED5D60;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial;
	display: inline-block;
	text-align: right;
	width: 100%;
	margin: 0px;
}
.signUp
{
	font-family: Arial;
	color: #3D91FF;
	font-size: 13px;
	font-weight: normal;
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	
	text-decoration: none;
}
.signUp:hover
{
	text-decoration: underline;
}

.languageSelect
{
	float: right;
	position: absolute;
	right: 10px;
	top: 2px;
}

.languageSelect
{
	width: 150px;
}