html {
	background: #666;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	background: #666;
	font-size: 13px;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #29ABE2;
}
a img {
	border: none;
}
#primary {
	background: url('img/invite/invite_main_bg.jpg') repeat-y top center;
	width: 450px;
	position: relative;
	margin: 0 auto;
}
.content {
	position: relative;
	background:  url('img/invite/register_owlbee_header.jpg') no-repeat top center;
	padding: 175px 75px 25px;
}
button.join span {
	display: none;
}
.actions {
	margin: 0 auto;
	width: 300px;
}
button.join {
	width: 300px;
	background: url('img/invite/invite_btn_join.jpg') no-repeat top center;
	height: 51px;
	border: none;
	position: relative;
	margin: 10px auto 15px;
}
button {
	cursor: pointer;
	width: auto;
	background: #555;
	border: 2px solid #333;
	height: auto;
	padding: 5px 15px;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	margin: 15px auto 0;
	clear: both;
}
button span {
	display: inline;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	padding: 0 0 10px;
}
label {
	font-weight: bold;
	color: #000;
	display: block;
}
input {
	width: 295px;
	position: relative;
	display: block;
	margin: 3px auto;
	font: inherit;
	font-weight: bold;
	font-size: 1.3em;
	border: 1px solid #999;
	padding: 3px;
}
.errorlist {
	color: #900;
	font-weight: bold;
	font-size: .9em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
#primary .errorlist li {
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 2px solid #C99;
}
#primary ul.tos_list {
	list-style: disc;
	margin: 0 10px;
	padding: 0 25px;
}
.footer {
	height: 40px;
	background: url('img/invite/invite_footer.jpg') no-repeat center top;
}
* html .footer {
	background-position: 2px 0;
}

.reset_password {
	padding: 15px 0 0;
}
.reset_password a {
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
	color: #666;	
}
.clear {
	clear: both;
}
.wizard ol {
	height: 2em;
	margin: 35px 0 0;
	padding: 10px 0 0 1.4em;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #BBB;
}
.wizard h4 {
	font-size: 1.1em;
	padding: 10px 0 0;
}
.wizard a.skip {
	font-size: .85em;
	font-weight: normal;
	color: #AAA;
}
.wizard a.skip:hover {
	color: #29abe2;
}
.wizard h3 {
	font-size: 1.3em;
}
.wizard p {
	line-height: 1.6em;
	color: #444;
}
.wizard ol li {
	font-size: .87em;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 30px 0 0;
	float: left;
	color: #999;
}
.wizard .rules {
	padding-top: 0;
}
.wizard ol li.active {
	color: #29abe2;
}
.wizard ul {
}
.wizard ul ul li {
	width: 150px;
	float: left;
	display: block;
}
.wizard .circlesField label {
	display: none;
}
.wizard input {
	width: 1em;
	margin: 0 5px 0 0;
	display: inline !important;
}
.wizard .circlesField ul label {
	margin-bottom: 10px;
	display: inline;
}
.wizard .rules ul li {
	clear: both;
	padding: 10px;
}
.wizard .rules .odd {
	background: #DDEEFF
}
.wizard .rules ul ul li {
	padding: 0;
	text-align: right;
	clear: none;
	position: relative;
	top: -15px;
	float: right;
	width: 40px;
}
.wizard .rules ul ul li label {
}
.wizard .rules ul ul li {
}
.wizard .header_row {
	padding: 0 10px !important;
	text-align: right;
}
.wizard .header_row img {
	padding: 0 1px 10px 20px;
}
.wizard .userMessages {
	padding-top: 20px
}