/* FRONTPAGE */

.backDropDark
{
	position:absolute;
	top:65px;
	left:0px;
	width:270px;
	height:145px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#registerWrap
{
	position:absolute;
	left:160px;
	top:175px;
}

#siteContainer #innerFrontpage
{
	position:relative;
}

#frontPagePict
{
	margin-top:10px;
	position:relative;
}


#frontpageBottom
{
	position:relative;
	padding-top:30px;
	background-image:url(../images/frontpage-hall-shine.jpg);
	background-repeat:no-repeat;
	height:300px;
}

#top5Worktitle,
#top5Frontlines
{
	position:absolute;
	width:300px;
}

#top5Worktitle
{
	right:330px;
}

#top5Frontlines
{
	right:0px;
}

#introBottom
{
	position:absolute;
	width:270px;
	height:300px;
	background-color:#0099ff;
}

#introTop span,
#introBottom span
{
	display:block;
	color:#FFF;
	line-height:1.5em;
	margin:0px;
	padding:10px;
	padding-left:20px;
	font-size:12px;
	width:240px;
}

.frontSearchText,
.frontSearchButton
{
	border:0px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;	
	float:left;
	height:22px;
	line-height:22px;
	background-color:#FFF;
}

.frontSearchText
{
	width:185px;
	padding-left:5px;
	font-size:15px;
	color:#666;
}

.frontSearchButton
{
	width:40px;
	background-image:url(../Images/button-searchfield.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}