

/* ==================================== */
/*	CONTAINERS							*/
/* ==================================== */

.Login .TopLeft
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/white/TopLeft.png') top left no-repeat;
}

.Login .TopRight
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/white/TopRight.png') top right no-repeat;
}

.Login .TopMiddle
{
	height:15px;
	line-height:0px;
	font-size:0px;
	margin:0px 15px;
	background:transparent url('images/white/TopMiddle.png') top left repeat-x;
	
}
	
.Login .MiddleLeft
{
	background:transparent url('images/white/MiddleLeft.png') top left repeat-y;
}

.Login .MiddleRight
{
	background:transparent url('images/white/MiddleRight.png') top right repeat-y;
}

.Login .Middle
{
	margin:0px 15px;
	margin-right:2px;
	background:#ffffff url('images/white/login.png') bottom right no-repeat ;
height:215px;
	
}

.Login .Bottom
{
	height:0px;
	line-height:0px;
	font-size:0px;
}

.Login .BottomLeft
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/white/BottomLeft.png') top left no-repeat;
}

.Login .BottomRight
{
	height:15px;
	line-height:0px;
	font-size:0px;
	background:transparent url('images/white/BottomRightLogin.png') top right no-repeat;
}
	
.Login .BottomMiddle
{
	height:15px;
	line-height:0px;
	font-size:0px;
	margin:0px 15px;
	margin-right:130px;
	background:transparent url('images/white/bottomMiddle.png') top left repeat-x;
}


