@CHARSET "ISO-8859-1";

* {margin: 0; padding: 0;}

img {behavior: url("../portal/css/pngbehavior.htc");}



html, body {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	overflow: hidden;
	font-family: veerdana, arial, sans-serif;
}

fieldset{
	border: none;
}

fieldset h2 {
	font-size: 20px;
	margin: 7px 0 60px 0;
	width: 250px;
	text-align: center;
	}

fieldset p {
	margin: 1em 0 1em 40px;
}

fieldset button {
	padding: 2px 10px;
	margin-left:  90px;
} 

#login-form label{
	float: left;
	font-size: 9pt;
	font-weight: bold;
	width: 90px;
}

fieldset  legend{
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.layout
{
	/*margin-left: 50px;
	margin-top: 25px;
	width: 100%;
	height: 400px;*/
}
	
#submitButton{
	display: block;
	width: 140px;
	height: 34px;
	background-image: url("../img/Signup-Login Button.PNG");
	text-align: center;
	line-height: 34px;
	font-size: 14pt;
	font-weight: bold;
	cursor: pointer;
}

#submitButton:active{
	background-image: url("../img/Signup-Login Button Clicked.PNG");
}

#diddioBanner{
	position: relative;
	background: #FFFFFF url("../img/gradient-blue.jpg") top left repeat-x;
	height: 75px;
	
}

#diddioBanner img {
	float: left;
	margin: 13px 0 0 22px;
	
}

#diddioBanner p {
	position: absolute; 
	bottom: 11px;
	right: 31px;
	text-align: right;
	font-size: 18px;
	color: #fff;
	
	
	
}

#menuBar{
	display: none;
	/*background-color: #FCF6C9;
	border-bottom: 1px solid #B4A952;
	border-top: 1px solid #B4A952;
	border-right: 1px solid #B4A952;
	border-left: 1px solid #B4A952;
	height: 24px;
	width: 642px; */
}


#clientPane{
	background: #FFFFFF url("../img/login-bg.gif") no-repeat;
	margin: 22px auto;
	width: 550px;
	height: 405px;
}
#errorHook{
	color: red;
	font-weight: bold;
	font-size: 12px;
	margin: 50px 0  0  130px;
	width: 350px;
	}

#passwordReminder {
	font-size: 11px;
	padding-left: 1em;

}

#sign-up-prompt {
	padding-left: 90px;
	font-size: 11px;
	}

#newAccount {
	font-size: 11px;
	padding-left: 1em;

	}




#userName {width: 200px;}
#password {width: 200px;}

#rememberMeP{
	font-size: 8pt;
	margin-left: 40px;
}

#rememberMe{
	margin: .5em .5em 0 90px;
}


