﻿div.panelContentLeftIndex {
	width: 485px;
	}
div.panelContentRightIndex {
	width: 245px;
	}
div.panelContentLeftIndexPage {
	width: 485px;
	float: left;

	}
	
div.panelContentRightIndexPage {
	width: 245px;
	float: right;
	}
div.welcomeScreen {
	background-image: url("../image/backgroundWelcomeScreen.gif");
	background-repeat: no-repeat;
	height: 183px;
	width: 739px; 
	position: relative;	
	}

div.welcomeScreenButton {
	position: absolute;
	top: 85px;
	right: 63px;
	text-align: center;
	width: 179px;
	}
div.welcomeScreenButton a {
	color: #ffbc09;
	}	
div.welcomeScreenButton a:hover {
	color: #c67a1e;
	}

div.UserProfileBoxText {
	width: 170px;
	
}

div.panelContentLeft {
	width: 435px;
	}
div.panelContentRight {
	width: 295px;
	}
div.backgroundLogin {
	background-image: url(../image/backgroundLogin.gif);
	background-repeat: no-repeat;
	height: 213px;
	width: 539px;
	margin: auto;
	}
div.backgroundLogin p.form {
	float: left;
	margin: 0px 0px 0px 17px;
	color: #1c325a;
	}
div.backgroundLogin span.error {
	float: left;
	margin: 0px 0px 0px 54px;
	}
div.backgroundLogin img.logo {
	margin: 1px 0px 0px 12px;
	}
div.backgroundLogin h1.title {
	font-size: 18px;
	color: #494949;
	margin: -10 0px 19px 17px;
	}
div.backgroundLogin span.makeAcc {
	color: #494949;
	float: left;
	margin: 10px 0px 0px 17px;
	}
.overflow400 {
	width: 400px;
	overflow: hidden;
	}

