body
{
	background-color: #fff;
	font-family: arial;
	font-size: 11pt;
}

div#LoginArea
{
	position: relative;
	top: 20px;
	margin: 0 auto;
	height: 300px;
	width: 600px;
}

div#LoginHeaderArea
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 400px;
}

div#LoginTitleArea
{
	position: relative;
	top: 110px;
	left: 165px;
}

div#LoginTitleBack
{
	position: absolute;
	top: 1px;
	left: 2px;
	color: #A8A8A8;
	font-size: 30pt;
	font-weight: bold;
	width: 600px;
}

div#LoginTitleFront
{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #000;
	font-size: 30pt;
	font-weight: bold;
	width: 600px;
}

img#Graphic
{
	position: absolute;
	left: 229px;
	top: 61px;
}

/* Login Detail area begins */
div#LoginDetailArea, div#Message, div#Error
{
	position: relative;
	left: 50%;
	background-color: white;
	border: inset #dedede 0px;
	border-radius:6px;
	color: #000;
	font-weight: bold;
	width: 390px;
	margin-left: -190px;
}


/* Message and Error detail */

div#Message
{
	top: 190px;
}

div#Error
{
	top: 200px;
}

div#MessageText, div#ErrorText
{
	position: relative;
	top: 0px;
	left: 72px;
	width: 255px;
	padding-bottom: 10pt;
}

div#MessageDesc, div#ErrorDesc
{
	position: relative;
	left: 10px;
	top: 15px;
}

div#ErrorDesc
{
	color: transparent;
}

/* Message and Error detail ends */

div#LoginDetailArea
{
	top: 185px;
	height: 300px;
	background: f1f1f1;
}

input.LoginInput
{
	position: absolute;
	font-size: 9pt;
	left: 40px;
	width: 309px;
	height: 30px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
}

div#LoginDesc
{
	position: relative;
	left: 0px;
	top: 23px;
	color: #afafaf;
	text-align: center;
}

div#note
{
	left: 109px;
	color: a1a1a1;
	padding-top: 190px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 800;
	text-align: center;
}

input#Login
{
	top: 55px;
	border-radius: 6px;
}

div#PasswordDesc
{
	position: relative;
	left: 0px;
	top: 86px;
	color: #afafaf;
	text-align: center;
}

input#Password
{
	top: 136px;
	border-radius: 6px;
}

input#LoginButton
{
	position: absolute;
	top: 180px;
	left: 69%;
	margin-left: -35px;
}

img#TryAgainButton
{
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -42px;
	border: 0px;
}

input#ReturnButton
{
	position: absolute;
	top:180px;
	left: 19%;
	margin-left: -35px;
}
