﻿body
{
	background-color: RGB(233,233,233);
}

.LoginBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	height: 190px;
	margin-left: -275px;
	margin-top: -95px;
	background-color: white;
	border: 1px solid RGB(224,224,224);
	background-image: url("../Images/Login.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.Fieldset
{
	position: absolute;
	top: 60px;
	left: 260px;
	text-align: right;
	width: 270px;
	font-size: 12px;
	font-family: Arial;
	color: RGB(124,124,124);
}

.FieldsetInput
{
	width: 150px;
	border: 1px solid RGB(124,124,124);
	margin-top: 3px;
	background-color: RGB(250,250,250);
}

.Button
{
	background-color: RGB(3,148,215);
	color: White;
	font-size: 12px;
	font-family: Arial;
	padding-top: 3px;
	padding-bottom: 3px;
}

.Message
{
	position: absolute;
	top: 20px;
	left: 260px;
	width: 270px;
	text-align: center;
	color: red;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
}
