#footer {
	margin: 40px auto 10px;
	padding-top: 4px;
	border-top: 2px solid #f4f4f4;
	color: #a0a0a0;
	text-align: center;
	width: 660px;
}

#footer a {
	color: #a0a0a0;
	text-decoration: none;
	display: block; 
	padding: 2px;
}

#footer a:hover {
	color: #707070;
}

#soon {
	float: right;
	margin-top: -4px;
	margin-bottom: -10px\9;
}

#header-wrapper {
	background: #f8f8f8 url(/images/coming-header-separator.jpg) repeat-x bottom;
	padding: 40px 0 20px;
/*	padding: 40px 0 0\9;*/
}

#header  {
	width: 660px;
	margin: 0 auto;
}

#main {
	width: 660px;
	margin: 0 auto;
	padding-top: 20px;
}

.intro {
	color: #666666;
	font-family: verdana;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 16px;
	padding: 10px 15px 15px 5px; 	
}
	
.intro-header {
	color: #0C4EB5;
	font-size: 1.4em;
	padding: 10px 0;
	font-family: arial;
	font-weight: normal;
}

.intro img {
	float: right;
	padding-left: 10px;
}

.intro br {
	clear: both;
}


.border {
	display: inline-block;
	padding: 3px;
	padding: 2px 3px\9;
	background-color: #f8f8f8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px;
}

.dark {
	background-color: #f0f0f0;
}

.button {
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px;
	width: auto;
	padding: 2px 5px;
	text-align: center;
	background-color: #2c6ed5;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

.smallbutton {
	height: 16px;
	font-size: 1.3em;
	padding: 4px 5px 2px 5px;
}

.notifybutton {
	height: 20px;
	font-size: 15px;
	padding: 6px 15px 2px 15px;
	background-color: #ff9f00;
}

.notifybutton:hover {
	background-color: #e58a00;
}

.hastext {
	margin-left: -1000px;
}

#notifier {
	padding-top: 30px;
	width: 370px;
	height: 40px;
}

#notifier .success {
	padding-top: 10px;
	color: #e58a00;
	font-weight: bold;
	line-height: 16px;
}

#notifier .netplusz {
	float: right;
	padding: 10px 15px 0;
}

#notifier .failed {
	padding-top: 10px;
	color: red;
	font-weight: bold;
	line-height: 16px;
}

#notify-form {
}

#notify-form .invite {
	color: #555555;
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
	padding-left: 2px;
	display: inline;
}

#notify-form .wrapper {
	margin-bottom: 12px;
	display: inline;
}	
	
#notify-form .focus {
	margin-left: -1000px\9;
}

#notify-form label {
	position: absolute;
	padding: 4px 5px 0 5px;
	color: #999999;
	font-size: 14px;
	font-family: arial;
	cursor: auto;
}

#notify-form input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px;
	border: 1px solid #cccccc;
	padding: 1px 3px 2px 3px;
	color: #555555;	
	font-size: 15px;
	font-family: arial;
	width: 220px;
}

#notify-form input:hover {
	border-color: #999999;
}

#notify-form input[type=submit], 
#notify-form input[type=button] {
	background-color: #ff9f00;
	width: auto;
	color: #ffffff;
	border: none;
	height: 28px;
	font-size: 15px;
	padding: 2px 15px 2px 15px;
	background-color: #ff9f00;
}

#notify-form input[type=submit]:hover, 
#notify-form input[type=button]:hover {
	background-color: #e58a00;
	border-color: #e58a00;
}

.form-errors {
	color: #ff2222;
	font-size: 13px;
	width: 420px;
	margin: 2px 8px;
}

#notify-form input[type=checkbox] {
	width: auto;
}

