@charset "utf-8";
/* CSS Document */

body
{
	background-color: #333333;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}

#logincard
{
	position: absolute;
	width: 280px;
	height: 200px;
	background-color: #5574b9;
	border: 1px solid #000000;
	top: 50%;
	left: 50%;
	margin-top: -125px;
    margin-left: -140px;
	padding: 10px;
}

.inst
{
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px dotted #FFFFFF;
	padding: 10px 0 10px 0;
}

.label
{
	text-align: right;
	font-weight: bold;
}