@charset "utf-8";
body {
	/*background-image: url(images/ultraHR_body.png);*/
	color:#20242f;
	direction:ltr;
	background-color:#30343D;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(images/ultraHR_body-dark.jpg)
}

form {
	padding: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	direction:ltr;
}

input, textarea, select {
	font-weight:bold;
	direction:ltr;
	color: #20242f;
	outline: none;
	border: none;
	-moz-box-shadow: inset 1px 1px 2px #000000;
	-webkit-box-shadow: inset 1px 1px 2px #000000;
	box-shadow: inset 1px 1px 2px #000000;
	background: #fcfff4; 
background: -moz-linear-gradient(top,  #fcfff4 0%, #e9e9ce 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e9e9ce)); 
background: -webkit-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); 
background: -o-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); 
background: -ms-linear-gradient(top,  #fcfff4 0%,#e9e9ce 100%); 
background: linear-gradient(to bottom,  #fcfff4 0%,#e9e9ce 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 ); 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin:5px;
	padding:5px;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	-moz-box-shadow: inset 1px 1px 2px #000000, 0 0 20px #fff;
	-webkit-box-shadow: inset 1px 1px 2px #000000, 0 0 20px #fff;
	box-shadow: inset 1px 1px 2px #000000, 0 0 20px #fff;
}
input[type="submit"], input[type="button"] {
	font-weight:bold;
	color: #20242f;
	cursor: pointer;
	background: -moz-linear-gradient( top, #ffcc00 0%, #ffdd00 25%, #ff8c00);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffcc00), color-stop(0.25, #ffdd00), to(#ff8c00));
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #ffaa00;
	-moz-box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 8px rgba(255,102,0,1);
	-webkit-box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 8px rgba(255,102,0,1);
	box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 8px rgba(255,102,0,1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: -moz-linear-gradient(  top,  #ffcc00 0%,  #ffdd00 25%,  #ffcc00);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#ffcc00),  color-stop(0.25, #ffdd00),  to(#ffcc00));
	border: 2px solid #ffaa00;
	-moz-box-shadow: 0 0 20px #ffc000,  inset 0px 0px 8px rgba(255,170,000,1);
	-webkit-box-shadow: 0 0 20px #ffc000,  inset 0px 0px 8px rgba(255,170,000,1);
	box-shadow: 0 0 20px #ffc000,  inset 0px 0px 8px rgba(255,170,000,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),  0px 1px 0px rgba(255,255,255,0.3);
}
input[type="submit"]:active, input[type="button"]:active {
	background: -moz-linear-gradient(  top,  #ff6f00 0%,  #ffaa00 25%,  #ff9900);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#ff6f00),  color-stop(0.25, #ffaa00),  to(#ff9900));
	border: 2px solid #ffaa00;
	-moz-box-shadow: 0 0 20px #FFF  inset 0px 0px 8px rgba(255,170,000,1);
	-webkit-box-shadow: 0 0 20px #FFF,  inset 0px 0px 8px rgba(255,170,000,1);
	box-shadow: 0 0 20px #FFF,  inset 0px 0px 8px rgba(255,170,000,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),  0px 1px 0px rgba(255,255,255,0.3);
}
#logger{
	position:relative;
	width: 650px;
	height:300px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color:rgba(0,0,0,0.5);
	background-image: url(images/loggerBG.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 8px 8px rgba(000,000,000,0.1);
	-webkit-box-shadow: 0px 0px 8px 8px rgba(000,000,000,0.1);
	box-shadow: 0px 0px 8px 8px rgba(000,000,000,0.1);
	
	}


#userName{
	position:absolute;
	top:55px;
	right:50px;
}
#userPassword{
	position:absolute;
	top:95px;
	right:50px;
}
#logging{
	position:absolute;
	top:140px;
	right:50px;
	width:100px;
	}
	
#errorMsg {
	position: absolute;
	padding: 0px 5px;
	;
	top: 208px;
	width: 263px;
	height: 30px;
	z-index: 1000;
	color: #FC0;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	direction: ltr;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 25px red;
	-webkit-box-shadow: 0px 0px 25px red;
	box-shadow: 0px 0px  25px red;
	margin-right: auto;
	margin-left: auto;
	left: 323px;
	background: #ff3019; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */








filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */

}
