#smallLoginBox {
	float: right;
	margin-bottom: 2px;
	margin-right: 10px;
}

#smallLoginBox .user_input {
	background-image: url(images/icons/16-member.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 100px;
}

#smallLoginBox .pass_input {
	background-image: url(images/icons/16-security-key.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 100px;
}

#smallLoginBox .login_input {
	height: 20px; 
	width: 50px; 
	position: relative;
	top: 3px;
}

#smallLoginBox input {
	font-size: 7pt;
	height: 13px;
	background-color: white;
}

.clearDiv {
	width: 100%;
	font-size: 1px;
	height: 1px;
	clear: both;
}

#forumname2 {
	float: right;
	margin-right: 20px;
}

#forumname2 h1 {
	padding: 0px;
	margin: 0px;
	font-size: 12pt;
	color: white;
}