﻿html, body
{
	font-family: Verdana;
	background: #3f5ac3 url(images/gradient_bg.jpg) repeat-x;
	padding: 0; 
	margin: 0;
	height: 100%;
}

p { text-align: justify; color: #fff; font-size: 1.00em; line-height: 1.25em; }
a:link, a:visited { text-decoration: underline; color: #a5bcff;	}
a:hover, a:active { text-decoration: none; color: #ff9600; }
li { text-decoration: none; list-style-type: none; display: block; color: #fff; }

#updateprogress
{
	height: 25px;
	text-align: right;
}
#innercenter
{
	width: 300px;
	height: 220px;
	text-align: center;
	border: 1px solid #000;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px; /* Half the width of the DIV tag which is 50 pixels */;
	margin-top: -100px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

#innercenter.taller
{
	height: 250px;
	margin-top: -125px; 
}

#innercenter.controlpanel
{
	height: 475px;
	margin-top: -250px;
	width: 500px; 
	margin-left: -250px; 
}

#innercenter.newaccounts
{
	height: 320px;
	margin-top: -165px;
	width: 500px; 
	margin-left: -250px; 
}

#innercenter h1
{ 
	width: 355px; 
	height: 68px; 
	clear: both;
	margin: 0px;
}

#innercenter h1.logon
{
	background: transparent url(images/nueromservices.png) no-repeat top left; 
}

#innercenter h1.forgot
{
	background: transparent url(images/nueromservicesrecoverpw.png) no-repeat top left; 
}

#innercenter h1.newaccounts
{
	width: 500px; 
	background: transparent url(images/newaccounts.png) no-repeat top left; 
}

#innercenter h1.controlpanel
{
	width: 500px; 
	background: transparent url(images/nuecontrolpanel.png) no-repeat top left; 
}

#innercenter h1 span
{
	display: none;
}

#forgot
{
	margin-top:5px;
	font-size: 0.8em;
	padding: 5 5 5 5;
}

input.btn{
   color:#ffffff;
   font-size:84%;
   font-weight:bold;
   background-color:#5f7ad4;
   border:1px solid;
   border-top-color:#2f4ab3;
   border-left-color:#2f4ab3;
   border-right-color:#3f5ac3;
   border-bottom-color:#3f5ac3;
   margin-right:5px;
}

#buttontext a
{
	text-decoration: none;
	text-align: justify;
	color: #fff;
	font-size: 1.00em;
	line-height: 1.25em;
}

#buttontext a:hover
{
	color: #ff9600;
}

#buttontext img
{
	border-style:none;
}
