body 
{
	font-family: Verdana;
	margin: 0px;
	background-image: url(Images/Fade.png);
	background-repeat: repeat-x;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.Header
{
	height: 250px;
	margin-top: 10px;
	position: relative;
	background-repeat: no-repeat;
}

div.Banner
{
	width: 902px;
	height: 100%;
	position: absolute;
	z-index: 1;
}

div.LeftBox
{
	width: 250px;
	font-size: small;
	float: left;
}

div.RightBox
{
	width: 625px;
	margin-left: 5px;
	font-size: small;
	float: right;
}

div.TopBackground
{
	background-image: url(Images/Fade.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 260px;
}

div.Container
{
	width: 902px;
	top: 0px;
	left: 50%;
	margin: 10px -450px;
	position: relative;
	padding: 0px;
	
}

div.ContainerBackground
{
	padding: 10px;
	padding-top: 0px;
	position: relative;
	z-index: 1;
}

div.ContainerEnd
{
	clear: both;
}

div.Footer
{
	font-size: x-small;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	clear: both;
}

div.ShadowRight
{
	width: 3px;
	height: 100%;
	position:absolute;
	top:1px;
	left:100%;
	z-index:0;
	background-image: url(Images/ShadowRight.png);
	background-repeat: repeat-y;
	background-position: top right;
}

div.ShadowTopRight
{
	width: 100%;
	height: 100%;
	position:absolute;
	top:1px;
	left:3px;
	z-index:0;
	background-image: url(Images/ShadowTopRight.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div.ShadowBottom
{
	width: 903px;
	height: 3px;
	position:absolute;
	top:100%;
	left:1px;
	z-index:0;
	background-image: url(Images/ShadowBottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

table.SearchTable td
{
	font-size: x-small;
}


table.Profile
{
	margin-top: 10px;
	width: 590px;
}

table.Profile td
{
	padding: 8px 3px;
}

.Label
{
	width: 50%;
	vertical-align: top;
}

table.Profile .Text
{
	width: 100%;
}

div.Buttons
{
	margin-top: 20px;
	text-align: center;
}

table.Profile .Invalid
{
	width: 100%;
	border-color: Red;
}

.Loading
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -46px;
	margin-top: -42px;
}

table.FormTable
{
	width: 100%;
}

table.FormTable td.Label
{
	border-bottom: 1px dotted #1c69c3;
}

.fb_share_button 
{
	display: -moz-inline-block;
	display:inline-block;
	padding:1px 20px 0 5px;
	height:15px;
	border:1px solid #d8dfea; 
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; 
	text-decoration:none; 
} 
.fb_share_button:hover 
{
	color:#fff;
	border-color:#295582;
	background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;
}