.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #6495ed;
	border-right-color: #6495ed;
	border-bottom-color: #6495ed;
	border-left-color: #6495ed;	
	background-color:White;
}
.login
{
}

.texbox
{
border:1px solid #FFFFFF;
background-color:#FFFF99;
height:15px;
-moz-border-radius:3px;
}
.texbox:hover
{
border:1px solid #FFFF00;
background-color:#ffffff;
height:15px;
}

.LoginLabel
{
	font-family:Verdana;
	font-size:12px;
	font-weight:lighter;
	color:Black;
}
