
.WinA1
{  height:20px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
}

.WinA2
{
	height: 20px;
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 2px;
	background: #F0F0F0;
	text-align: center;
   border-bottom-color: Gray;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.WinB
{
	
	
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 2px;
	
	background: #F8F8F8;
}

.WinC
{
	height: 20px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 2px;
	border-top-color: Gray;
	border-top-style: dashed;
	border-top-width: 1px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background: #F0F0F0;
	text-align: right;
	font: italic bold 14px sans-serif;
	padding-right: 20px;
}

.WinBody
{
	background: #F8F8F8;
	
}

.errortable
{
	background-color: #F2F2F2;
	
}
.errortd
{
	font: bold 24px sans-serif;
	text-align: center;
	border: thin solid Green;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}


.login
{
	background-color: #F5F5F5;
	border: medium solid Green;
	margin: 5px 5px 5px 5px;
	
}
.logindata
{
	color: black;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.btn
{
	color: black;
	font: normal bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	border: 1px ridge Black;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 2px;
	background-color: inherit;
}

A.btn:link {
	text-decoration: none;
background-color: inherit;
}
A.btn:visited {
	text-decoration: none;
background-color: inherit;
}
A.btn:active {
	text-decoration: none;
background-color: inherit;
}


A.btn:hover {
	text-decoration: none;
	background-color: Yellow;
}


