body{
	background: #FFFFFF url(img/bg.jpg) repeat-x;
	position: relative;
	font: normal normal 62.5%/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.5; color: #6e6e6e;
	margin-top:50px
}


#wrapper {
	position: relative;
	width:945px;
	margin: 0 auto;
}
#wrapper h1{
	display:block;
	width:373px;
	height:176px;
	background: url(img/logo.jpg);
	text-indent:-9999px;
	float:left;
	margin:0 20px 0 0;
}

form{
	float:left;
	width:400px;
	height:176px;
	border-left:1px dotted #6e6e6e;
	position:relative;
}
fieldset{
	padding-left:20px;
	border:none;
	font-size:1.7em;
	/*font-weight:bold;*/
	position:absolute;
	bottom:0;
	margin:0;
}
p#successMsg{
	font-size:1.7em;
	/*font-weight:bold;*/
	position:absolute;
	bottom:0;
	padding-left:20px;
}
p#tagline{
	padding-left:20px;
	font-size:2.3em;
	color:#58A1D6;
}
legend{
	margin:0;padding:0; color: #6e6e6e;
}
label{
	display:none;
}
input{
	width:190px;
	height:22px;
	background:url(img/input-bg.gif) no-repeat;
	border:none;
	padding-left:5px;
	font-size:1em;
	/*font-weight:bold;*/
	color: #6e6e6e;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

}
input.register{
	width:85px;
	height:23px;
	background:url(img/input-register.jpg) no-repeat;
	text-indent:-9999px;
	line-height: 0;
}
hr{
	clear:both;
	margin-top:30px;
	border:1px dotted #6e6e6e;
}

ul li{
	float:left;
	padding:0 0 0 25px;
	list-style:none outside none;
}
#categories{	
	clear:both;
	overflow: auto;
	text-align:center;
}
#categories ul{
	margin:50px 0;
	padding:0;
}
#categories ul li{
	width:175px;
	border:1px dotted #6e6e6e;
	padding:0;
	font-size:1.7em;
	line-height:1.2em;
	/*font-weight:bold;*/
	margin-left:10px;
}
#socialLinks{
	margin-top:75px;
	border-top:1px dotted #6e6e6e;
}


#socialLinks ul{
	margin:10px 0 0 0;
	float:right;
	padding:0;
}

#socialLinks ul li{
	padding:0 10px;

	border-right:1px dotted #6e6e6e;
}

#socialLinks ul li.last{
	width:125px;
	border:none;
}
