form{
	margin:0 auto;
	width:400px;
}

.j_username{
	width:25em;
	height:25px;
    text-transform: uppercase;
}

.j_password{
	width:25em;
	height:25px;
}

.unsupportedmessage{
	background-color:#cc0000;
	margin:0 auto;
	width:40%;
	height:90%;
	color:#ffff00;
}

#login_type_changer{
	font-size: 0.7em;
}

#adder-login-container #j_password{
	text-transform: uppercase;
}