html, body {border: 0; margin: 0; padding: 0;}

#top ul.login {float: left; margin: 0;   	color: black;	text-align: center;}

#top ul.login li.left {	padding: 0;	margin: 0;  	display: block;	float: left;}

#top ul.login li { 	text-align: left;  	padding: 0 0px;	display: block;	float: left;}

#top ul.login li a {	color: #B1D5EE;}

#top ul.login li a:hover {	color: black;}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	padding:0px;
	width: 362px;
	color: white;
	background: #2b3a44;
	overflow:hidden;
	position: relative;
	z-index: 3;
	height: 87;
	background-image:url(../images/top-login-curv.jpg); background-position:top left; background-repeat:no-repeat; padding:0px;
	vertical-align:top;
}

#login a {
	text-decoration: none;
	color: #dae9f7;
}

#login a:hover {
	color: white;
	vertical-align:top;
}

#login .loginContent {
	width: 362;
	height: 87px;
	margin: 0;
	text-align: left;
}
/*
#login .loginClose {
	background: url(images/button_close.jpg) no-repeat right 0;
	float:right;
	vertical-align:top;
}

#login .loginClose a {
	background: url(images/button_close.jpg) no-repeat right 0;
	border: none;
	float:right;
	margin: 0;
	vertical-align:top;
}

#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat ;
	margin: 0;
	vertical-align:top;
}


#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 0px;
	margin-top: 0px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 0px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 0;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

*/

.sucessmsg
{
	font-family:Verdana,Arial, MS Outlook Sans-Serif;
	font-size:8pt;
	color:Blue;
	font-weight:bold;
}
