﻿body
{
	margin: 0px;
	background-color: #67B7D0;
	background-image: url(../img/body_bkg.png);
	background-position: center;
	background-repeat: repeat-y;
	color: inherit;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 0px;
}


#main
{
	border: 2px solid #D2D2D2;
	padding: 50px;
	margin: 100pt auto;
	position: relative;
	width: 350px;
	height: 200px;
	background-color: #5B5B5F;
	top: 0px;
	left: 0px;
}

.LoginClass
{
	font-family: Verdana ;
	font-size: 12 px;
	color: White;
	

}

.MyLabel
{
	color: #67B7D0;
	font-family: Verdana;
	font-size: 12px;
}

.MyTextBoxStyle
{ 
	Border-Color:#9B514A;
	Border-Style:Solid; 
    Border-Width:1px;
    Font-Size:12pt;
    Height: 23px;
    Width: 350px ;
}

.MyTextBoxStyleChangePass
{
	border-color: #9B514A;
	border-style: Solid;
	border-width: 1px;
	font-size: 12pt;
	height: 21px;
	width: 180px;
	margin-top: 2px;
	margin-bottom: 2px;
}