/*
blue:  #5083E3;
red:   #E45084;
*/


* {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
   min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;	
}

p {
	text-align: justify;
}

a {
	color: white;
}

#banner {
	text-align: center;
	font-size: 17px;
	color:  #5586e3;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
}

#bg-gradient {
	position: absolute;
	height: 100%; 
	width: 100%;
	z-index: 1;
	
	background: #FFFFFF;
	
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5083E3', endColorstr='#D1D7EB');
	background: -moz-linear-gradient(top, #5083E3, #D1D7EB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5083E3), to(#D1D7EB), color-stop(80%, #D1D7EB) );
	background: -webkit-linear-gradient(top, #5083E3, #D1D7EB);*/
}

#content {
	margin: 0 0 0 -181px;
	width: 400px;
	text-align: center;
	z-index: 98;
	position: absolute;
	top: 5px;
	left: 50%;
}

#wide-content {
	padding: 8px;
	height: 100%; 
	width: 96%;
	text-align: center;
	z-index: 98;
	position: absolute;
	color: #000000;
	font-size: 14px;
	top: 5px;
}

#doc-holder {
	position: absolute;
	height: 100%; 
	width: 100%;
	z-index: 1;
	font-weight: normal;
	
	background-color: #FFFFFF;
}

img.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	z-index: 99;
}

label {
	width: 130px;
	float: left;
	padding: 8px 8px 8px 18px;
	line-height: 14px;
	margin-top: 10px;
}

input.text-input {
	width: 200px;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	background: #fff;
	border: solid 1px transparent;
	padding: 8px;
	font-size: 13px;
}

input.text-input-narrow {
	width: 170px;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	background: #fff;
	border: solid 1px transparent;
	padding: 12px;
	font-size: 13px;
}

input.button {
	background: #999999;
	float: right;
	
	padding: 6px 10px;
	color: #fff;
	font-size: 14px;
	text-shadow: #050505 0 1px 2px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px solid;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1px;
}

div.error {
	padding: 8px;
	background: #E45084;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px transparent;
	margin: 24px 0;
}
