/* GENERAL RULES */
* {
	color: inherit;	
}


html, body {height:100%; /*width: 100%;*/}

body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 11px;
}

p {
	margin: 0 6px .8em 6px;
	font-size: 11px;
	line-height: 1.3em;
}


ul {
	margin-top: 0;
}

li {
	font-size: 11px;
	line-height: 1.3em;
}

hr {
	height: 1px;
	margin: 0;
	border: 1px dashed #555555;
}

a, a:visited, a:active {
	color: #f26522;
	text-decoration: underline;
	/*font-size: 11px;*/
}

a:hover {
	color: #f26522;
	text-decoration: none;
}

h1 {
	margin: 0px;
	color: #999;
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 9px;
}

h2 {
	margin: 0 6px .8em 6px;
	color: #333333;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
}

h3 {
	margin: 0 6px 0 6px;
	color: #666666;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 6px .8em 6px;
}


h4 {
	margin: 0 6px 0 6px;
	color: #333333;
	font-size: 12px;
	line-height: 1.3em;
}

#betaBlock {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 450px;
	width: 500px;
	margin-top: -200px;
	margin-left: -250px;
	overflow: hidden;
}

.orangeHR {
	width: 100%;
	font-size: 3px;
	height: 3px;
	background-color: #f26522;
	margin: 10px auto;
	margin-top: 0px;
	clear: both;
}

#loginContainer {
	width: auto;
}

#betaContent {
	margin-top: 10px;
}
