﻿/*
 * Base CSS for the Login.
 * The themes can override anything in here
 */
 h1
 {
	margin-bottom: 5px;
 }

#form 
{
	width: 600px;
	margin: auto;
	margin-top: 25px;	
}

#form h3
{
	background-color: #e7e6e6;
	text-align: center; 
	font-size: 90%;
	padding: 3px;
	width: 100%;
	margin-bottom: 0px;
}

#form .boxbody
{
	background-color: #fff;
	border: 1px solid #dddddd;
	padding: 35px;
	
}

/* The Actual Login in here */
#form table 
{
	width: 400px;
}

#form table td 
{
	padding: 7px;
}

#form table td.label 
{
	text-align: right; 
    padding-left: 40px;
    font-size: 80%;
}

#form table td.emaillabel 
{
	text-align: right; 
	padding-top: 20px;
	font-size: 80%;
}

#form table td.emailinput
{
	padding-top: 20px;
	padding-right: 0px;
}

#form table td input 
{
	width: 225px;	
}

/* Customize the Error Prompt */
.ui-state-error 
{
	width: 700px;
	margin: auto;	
}
.ui-state-error p 
{
	color: #fff;
	font-size: 100%;
}
/* Customize the Highlight Prompt */
.ui-state-highlight 
{
	
	margin: auto;
	border: 1px solid #c0c0c0;
	background: #ffe45c url(/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	background: #D7E7DA url(/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
	 
	width: 575px;
	text-align: center;
}
.ui-state-highlight p 
{
	color: #000;
	font-size: 100%;
}

.forgotpassword
{
	width: 600px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: right; 
	margin-top: 5px; 
	font-size: 80%;
}

.forgotpassword a
{ 
    text-decoration: none;
    font-size: 8pt;
    color: #204d89;
}

#self_registration a
{
    text-decoration: none;
    font-size: 8pt;
    color: #204d89;
}


