﻿
/* Login page */

.TLCorner
{
	position:relative;left:-1px;top:-1px;
}
.TRCorner
{
	position:relative;right:-1px;top:-1px;
}
.BLCorner
{
	position:relative;left:-1px;top:1px;
}
.BRCorner
{
	position:relative;right:-1px;top:1px;
}

/* Forgot Page */

.LeftMargin75
{
	margin-left:75px;
}

.TLeftCorner
{
	position:relative;left:-5px;top:-5px;
}

.TRightCorner
{
	position:relative;right:-5px;top:-5px;
}

.BLeftCorner
{
	position:relative;left:-5px;top:5px;
}

.BRightCorner
{
	position:relative;right:-5px;top:5px;
}


/* Profile page */ 
.ContentBorderPro
{
	border-color:#d7d8f9;
	border-style:solid;
	border-width:2px;
}

.TrBgPro
{
	 background-image:url(./../images/trBg.gif); background-repeat:repeat;
}