body, h1, h2, h3, h4, h5, ul, li, form, fieldset, p{
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset{
	margin-top: 20px;
}
body{
	margin: 40px auto;
	width: 380px;
	padding: 30px 0 0 300px;
	position: relative;
	min-height: 500px;
	font-family: helvetica, arial, sans-serif;
}
h1, h2{
	margin: 1em 0;
}
h3{
	margin: 1em 0 0 0;
	color: #ff0068;
}
p{
	margin-top: 5px;
	line-height: 1.3em;
}
#logo, #question, #already_using, #start_group{
	overflow: hidden;
	text-indent: -3000px;
}
#logo{
	position: absolute;
	top: 30px;
	left: 0px;
	background: no-repeat url(../images/logo.gif);
	width: 248px;
	height: 209px;
}
#logo a{
	display: block;
	width:248px;
	height: 209px;
}
#start_group{
	position: absolute;
	left: 0;
	top: 273px;
	display: block;
	width: 248px;
	height: 45px;
	background: no-repeat url(../images/button-start.gif);
}
#question{
	margin-top: 40px;
	display: block;
	width: 385px;
	height: 40px;
	background: no-repeat url(../images/text-why.gif);
}
#already_using{
	margin: 30px 0 20px 0;
	width: 385px;
	height: 54px;
	background: no-repeat url(../images/text-already.gif);
	
}
label{
	margin-top: 20px;
	padding-bottom: 6px;
	display: block;
}
.text{
	width: 170px;
}
#username-area, #password-area{
	width: 180px;
	float: left;
	overflow: hidden;
}
#username-area{
	margin-right: 10px;
}
#submit_button{
	margin-top: 18px;
}
a{
	color: #0c8de5;
}
.deemphasized{
	line-height: 1.8em;
	font-size: 12px;
	color: #444;
}
input{
	display: block;
}
.clearing{
	clear: both;
}
#invite_emails{
	width: 90%;
	height: 200px;
}
#group_filter{
	z-index: 1000;
}
#group_filter label{
	display: inline;
	padding: 7px;
}
#group_filter input{
	display: inline;
}
#group_filter li{
	padding: 4px;
	xdisplay: inline;
	list-style-type: none;
}
#body{

}