#loginholder {
	width: 100%;
	height: 100%;
	background: url(../images/bgr_trans.png) repeat;
	position: absolute;
}

#logincontent {
	width: 300px;
	margin-left: -150px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 400px;
	margin-top: -200px;
}

#loginname {
	float: left;
	width: 300px;
	border-bottom: 1px solid white;
	padding: 0;
	margin: 0 0 10px;
	clear: left;
}

#loginname p {
	color: white;
	font: bold 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 10px 10px;
}

#logintexts {
	float: left;
	margin-left: 10px;
	clear: left;
	width: 250px;
}

#logintexts p {
	color: white;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	display: block;
	vertical-align: middle;
	text-align: left;
	margin: 0;
	width: 270px;
	padding-top: 5px;
}
#logintexts .fixwd{
	width: 110px;
	margin: 5px 0;
	padding: 0;
	display: block;
	float: left;
	height: 25px;
	clear: left;
}
#logintexts input {
	border: 1px solid white;
	color: white;
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #6ea7c5;
	margin: 0 0 5px;
	float: right;
	clear: none;
	padding: 4px;
	height: 17px !important; height /**/: 25px;
}

#logintexts input:hover {
	color: black;
}

#loginbuttons {
	float: left;
	clear: left;
	margin: 10px 0 0 10px;
}

#loginbuttons button {	background: url(../images/login_button.gif) no-repeat center top;
	color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid white;
	float: left;
	margin: 0 10px 10px 0;
	vertical-align: middle;
	padding: 0 5px 1px;
	clear: none;
	height: 24px !important; height /**/: 25px;
}

#loginbuttons button:hover {
	background: url(../images/login_button_up.gif) center top;
	color: black;
}

#loginmessage {
	float: left;
	clear: left;
}

#loginmessage iframe {
	margin: 0;
	padding: 0;
	border-style: none;
}