#LogOn {
	width: 226px;
	background: url(../gfx/borderleft.png) repeat-y left top;
	position: relative;
	margin-left: 5px;
	margin-top: 2px;
}

#LogOnBoxHeaderText {
	color: yellow;
	width: 200px;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
/*	border: 1px solid red;*/
}

#LogOnBoxContent {
	position: relative;
	padding: 1px 16px 0px 16px;
	background: url(../gfx/borderright.png) repeat-y right top;
}

#LogOnBoxContent p {
	margin: 0;
}

#LogOnBoxContent form {
	margin: 0;
}

#LogOnBoxError {
	margin-top: 2px;
	color: yellow;
	font-weight: bold;
	border: 1px solid red;
	display: none;
}

#LogOnBoxUserDetails {
		min-height: 70px;
}

#LogOnBoxUserDetails a {
	margin: 0 2px; 0 0;
	padding: 0;
}

#LogOnBoxUserDetails a img:hover {
	filter:alpha(opacity=50)
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#LogOnBoxUserDetails a img {
	border: 0;
	margin: 0;
	padding: 0;
}




#LogOnBoxUserDetails form input {
	vertical-align: text-bottom;
}

#LogOnBoxUserDetailsError {
	margin-bottom: 1em;
	display: none;
}

#LogOnBoxUserDetailsError p {
	padding: 0 1em;
}