/*** CSS ***/

#welcomePopupDiv
{
	background:url(/account/images/welcome_bg.jpg);
	width:710px;
	height:510px;
	display:none;
}
#welcomePopupDiv H1
{
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	font-family:arial;
}
#welcomePopupDiv H4
{
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	font-family:arial;
}


#accountPopupDiv
{
	background:url(/account/images/form_bg5.png);
	width:750px;
	height:550px;
	display:none;
}
#messagePopupDiv
{
	background:#ffce00;
	border: 1px solid #ff0000;
	width:250px;
	height:150px;
	display:none;
}

.registrationTab
{
	width:750px;
	height:550px;
	display:none;
	visiblity:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
#accountPopupDiv H1
{
	font-size:27px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-family:arial;
}
#accountPopupDiv H4
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-family:arial;
}
#accountPopupDiv H5
{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	font-family:arial;
}
#accountPopupDiv H6
{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	font-family:arial;
}
.registrationInput
{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-family:arial;
	border:1px solid #d0d5dd;
	width:200px;
	height:25px;	
}
.registrationLink
{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#0066cc;
	font-family:arial;
}
.registrationLink:hover
{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#ff6666;
	font-family:arial;
}

#registerCloseBtn
{
	position:absolute;
	top:30px;
	left:705px;	
}

OPTION, SELECT
{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	font-family:arial;
}


.navbarRegisterLink
{
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
	font-family:arial;	
}
.navbarUsername
{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	font-family:arial;	
}

.navbarImage
{
	border: 2px solid #ffffff;
	/*padding:2px;*/
}
