body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	

#holder {
	width:100%;
	height:100%;
	background-image: url(images/background-tiles.jpg);
	background-repeat: repeat-x;
	background-position: center;
	min-height:600px;
	position:absolute;
	margin:0px 0px 0px 0px;
	padding:0px;
	margin-top: -30px;
	}	

#holder .mainimg {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 100%;
	min-height:600px;
	width: 500px;
	position: absolute;
}

.container{
	float:left;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	min-width:1000px;
	position:absolute;
	}
	
.container .innerlogin {
	font-family: Arial, Helvetica, sans-serif;
	width: 470px;
	position: absolute;
	left:50%;
	top: 50%;
	margin-top: -200px;
	color: #999999;
	}
	
.logo {
	background-image: url(images/NODlogo.jpg);
	background-repeat: no-repeat;
	width: 121px;
	height: 69px;
	margin-bottom: 30px;
	}
	
.button {
	background-image: url(images/btt-login.jpg);
	width: 80px;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	line-height:16.6px;
	color: #FFFFFF;
	height: 24px;
	border:none;
	text-align:center;
}

.account, .account a, .account a:visited  {
	font-size: 10px;
	color: #C4D92E;
	margin-top:5px;
	text-decoration:none;
}

.account a:hover {
	font-size: 10px;
	color: #C4D92E;
	margin-top:5px;
	text-decoration:underline;
}

.appspace, .appspace a, .appspace a:visited {
	font-size: 14px;
	font-weight:normal;
	margin-top: 100px;
	color:#C4D92E;
	text-decoration:none;
	margin:70px 0px 0px 0px;
	padding:0px;
	line-height:19.2px;
}

.appspace a:hover {
	text-decoration:underline;
	color:#C4D92E;
}

.appspace span {
	font-size: 14px;
	margin-top: 100px;
	font-weight:normal;
	color:#999;
	line-height:19.2px;
}



.readme{
	background-color: #1a1a1a;
	width: 95%;
	border: thin solid #333;
	padding: 10px;
	margin: 30px 0px 0px 0px ;
	font-size: 10px;
	line-height:14px;
	float:left;
}

.readme span, .readme span a, .readme span a:visited {
	text-decoration:none;
	color:#C4D92E;
}

.readme span a:hover {
	color:#C4D92E;
	text-decoration:underline;
}


.footer {
	vertical-align: baseline;
	width:900px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14.4px;
	color: #666666;
	left: 20px;
}


.footertext{
	margin:0px;
	padding:0px 20px 0px 0px;
	float: left;
	text-decoration:none;
	color: #666;
	text-align:left;
	}
	
	
.footertext a, .footertext a:visited {
	margin:0px;
	padding:0px 20px 0px 0px;
	float: left;
	text-decoration:none;
	color: #fff;
	text-align:left;
	}

.footertext a:hover{
	color:#fff;
	text-decoration:underline;
	}

.trialaccount, .trialaccount a, .trialaccount a:visited {
	font-size: 14px;
	color: #C4D92E;
	text-align: right;
	text-decoration:none;
	margin:0px 2px 0px 0px;
	padding:0px;
}

.trialaccount a:hover{
	font-size: 14px;
	color: #C4D92E;
	text-align: right;
	text-decoration:underline;
	margin:0px 2px 0px 0px;
	padding:0px;
}


.textfield {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #1e1f21;
	LINE-HEIGHT: 17px;
	MARGIN: 0px 6px 0px 0px;
	WIDTH: 183px;
	HEIGHT: 20px;
	padding:2px 0px 0px 3px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.12) 0 1px 1px;
	color: #808080;
	float: left;
}


.error {
	font-size: 10px;
	color: #FF0000;
	height: 20px;
	visibility: hidden;
}
