.loginFormContent {
	position: relative;
	width: 170px;
	height: 60px;
}

.loginForm div {
	height: 26x;
	width: 164px;
	position: relative;
}

.tinyItalic {
	font-style: italic;
	line-height: 24px;
	font-size: 0.75em;
}


.loginForm div input {
	position: absolute;
	right: 0;
	border: 0;
	width: 100px;
	height: 17px;
	
}

a.submitLink {
	position: absolute;
	right: 5px;
	color: #000;
	text-decoration: none;
}

a.submitLink:hover, a.submitLink:active {
	text-decoration: underline;
}

.loginFormContent input {
	font-family: Times, Times New Roman;
	font-size: 13px;
	background: #000;
	color: #FFFFFF;
}

.loginFormContent .loginForm {
	margin: 0;
	padding: 0;
	
}