/* 
   forms.css
   author: James Coghlan
   see: http://www.goblinsan.com
   date: 12/31/2007
   purpose: defines styles for the forms
*/


/* ###################################################
########################################################
##                          ############################
## - LOGIN FORM -           ############################
##                          ############################
########################################################
##################################################### */


    #loginBox {
	visibility: hidden;
	z-index:50;
	position: absolute;
	left: 0;
	top: 31px;
	width:200px;
	background:#627EB7 url("../images/loginBG.png") repeat-x top;
	font-size:93%;
	line-height:normal;
	border: 1px solid #24618E;
	padding: 10px;
	}
    #closeButton a  {
	padding:0;
	display:block;
	background:#627EB7;
	position: absolute;
	bottom: 0;
	right: 0;
	}
	#closeButton a:hover {
	background:#627EB7;
	}
    #loginForm {
	border: 1px #FFF solid;
	background: #CDD6FA;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	padding-top: 0;
	}
    #loginForm fieldset legend {
	color: #627EB7;
	}
    .loginInput {
	background-color: #EDEDFA;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	border: solid 1px gray;
	padding: 2px;
	}
    .loginSubmit {
	color: #627EB7;
	font-size: 8pt;
	margin:3px 0 0 120px;
	}