
body { 
	overflow-y:scroll;
    color:#fff;
    font-family: Calibri,Arial,sans;
    text-shadow:0 1px 0 #000;
    font-size:12pt;
    line-height:19px;
    margin:8px;
}

body { 
    background: #454545 url(./img/grain.png);
}

h1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
	text-shadow: 0 2px 2px RGBA(0,0,0,0.5);
	margin-top:0xp;
}
a:hover{
	color:#eb0;
}
h1 a{
	color:white;
	text-decoration:none;
}
h1 a:hover{
	color:white;
}
h2 a:hover{
	color:white;
}
b a:hover{
	color:white;
}

h2 {
	text-align:center;
	color:#FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 10px;
	text-shadow: 0 2px 2px RGBA(0,0,0,0.5);
}

h3 a{
	line-height:10px;
	margin:0px;
	text-decoration:none;
}

.alien{
	vertical-align:middle;
}

.main{
	width:960px;
	margin: auto auto;
	margin-top:100px;
	text-align:center;
}
.redform{
	padding-left:10px;
	margin:auto auto;
	width:360px;
}
.redname{
	line-height:23px;
	margin-right:3px;
	float:left;
	vertical-align:middle;
}

input.scLog{
	float:inline;
	clear:both;
	margin-bottom:10px;
}

input.sc{
	vertical-align:middle;
	background: #333;
	border-radius: 15px;
	box-shadow: 0 1px 0px RGBA(255,255,255,0.2),inset 0 2px 10px RGBA(0,0,0,0.3),inset 0 2px 2px RGBA(0,0,0,0.3);
	padding-left:10px;
	height:25px;
	width:205px;
	border:0px;
	border-width: 0;
    color:#fff;
    font-family: Calibri,Arial,sans;
    text-shadow:0 1px 0 #000;
	font-weight: bold;
	float:left;
	margin-left:5px;
}

input.sc:focus{
	background: #444;
	outline: none;
}

#spin{
	vertical-align:middle;
	float:right;
	border:0px;
	height:31px;
	width:31px;
}


input.subm{
	vertical-align:middle;
	float:left;
	margin-left:5px;
    background: url(./img/search.png);
	border:0px;
	height:31px;
	width:31px;
}

a{
    color:#fc0;
}

.clear{
	clear:both;
}

.hole{
	float:left;
	margin:10px;
    color:#fc0;
	padding:10px;
	text-align:left;
	background: #333;
	border-radius: 15px;
	box-shadow: 0 1px 0px RGBA(255,255,255,0.2),inset 0 1px 4px RGBA(0,0,0,0.3),inset 0 2px 2px RGBA(0,0,0,0.3);
	position:relative;
	z-index:5;
}

.errMsg{
	text-align:left;
	background:rgba(250,50,50,0.3);
	border: 1px solid rgba(250,50,50,0.6);
	border-radius: 5px;
	margin: auto auto;
	margin-bottom:10px;
	display:none;
	padding:5px;
	max-width:400px;
}

.okMsg{
	text-align:left;
	background:rgba(50,250,50,0.3);
	border: 1px solid rgba(50,250,50,0.6);
	border-radius: 5px;
	margin: auto auto;
	margin-bottom:10px;
	display:none;
	padding:5px;
	max-width:400px;
}

.bot{
    font-family: Calibri,Arial,sans;
    text-shadow:0 1px 0 #000;
	font-weight: bold;
	padding:7px;
	color:#fff;
	width:60px;
	border-radius: 3px;
	border:1px solid #1e1e1e;

	background: -moz-linear-gradient(top,  rgba(96,96,96,0.5) 0%, rgba(54,54,54,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,0.5)), color-stop(100%,rgba(54,54,54,0.5)));
	background: -webkit-linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	background: linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
	
	box-shadow: inset 0 1px 0px RGBA(255,255,255,0.2),0 2px 2px RGBA(0,0,0,0.3);
}
.bot:hover{
	box-shadow: inset 0 1px 0px RGBA(255,255,255,0.3),0 4px 4px RGBA(0,0,0,0.3);
	
	background: -moz-linear-gradient(top,  rgba(120,120,120,0.5) 0%, rgba(80,80,80,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,120,120,0.5)), color-stop(100%,rgba(80,80,80,0.5)));
	background: -webkit-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
	
}
.bot:active{
    text-shadow:0 1px 0 #fff;
	color:#000;
	box-shadow: inset 0 2px 2px RGBA(0,0,0,0.3);
	
	background: -moz-linear-gradient(top,  rgba(255,220,150,0.9) 0%, rgba(255,200,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,220,150,0.9)), color-stop(100%,rgba(255,200,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
	
}

.help{
    font-family: Calibri,Arial,sans;
	text-shadow: 0 1px 0 black;
	font-weight: bold;
	padding: 1px 3px 9px 6px;
	color: rgba(255,255,255,0.4);
	width: 10px;
	border-radius: 10px;
	border: 1px solid rgba(30,30,30, 0.4);

	background: -moz-linear-gradient(top,  rgba(96,96,96,0.4) 0%, rgba(54,54,54,0.4) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,0.4)), color-stop(100%,rgba(54,54,54,0.4)));
	background: -webkit-linear-gradient(top,  rgba(96,96,96,0.4) 0%,rgba(54,54,54,0.4) 100%);
	background: -o-linear-gradient(top,  rgba(96,96,96,0.4) 0%,rgba(54,54,54,0.4) 100%);
	background: -ms-linear-gradient(top,  rgba(96,96,96,0.4) 0%,rgba(54,54,54,0.4) 100%);
	background: linear-gradient(top,  rgba(96,96,96,0.4) 0%,rgba(54,54,54,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
	
	box-shadow: inset 0 1px 0px RGBA(255,255,255,0.2),0 1px 1px RGBA(0,0,0,0.3);
	height: 10px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index:10;
}
.help:hover{
	box-shadow: inset 0 1px 0px RGBA(255,255,255,0.3),0 2px 2px RGBA(0,0,0,0.3);	
	background: -moz-linear-gradient(top,  rgba(120,120,120,0.5) 0%, rgba(80,80,80,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,120,120,0.5)), color-stop(100%,rgba(80,80,80,0.5)));
	background: -webkit-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
}
.help:active{
    text-shadow:0 1px 0 #fff;
	color:#000;
	box-shadow: inset 0 2px 2px RGBA(0,0,0,0.3);	
	background: -moz-linear-gradient(top,  rgba(255,220,150,0.9) 0%, rgba(255,200,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,220,150,0.9)), color-stop(100%,rgba(255,200,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
}

.myRecent{
	text-align:center;
	height:120px;
	width:900px;
	margin:auto auto;
}

.recent{
	text-decoration:none;
    font-family: Calibri,Arial,sans;
    text-shadow:0 1px 0 #000;
	display:inline-block;
	padding:2px;
	color:#fff;
	width:150px;
	height:50px;
	line-height:25px;
	margin:4px;
	border-radius: 3px;
	border:1px solid #1e1e1e;

	
	background: -moz-linear-gradient(top,  rgba(96,96,96,0.5) 0%, rgba(54,54,54,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,0.5)), color-stop(100%,rgba(54,54,54,0.5)));
	background: -webkit-linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	background: linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
	
	box-shadow: inset 0 1px 0px RGBA(255,255,255,0.2),0 2px 2px RGBA(0,0,0,0.3);
}

.recent span{
	font-width:bold;
    color:#fc0;
}

.recent:hover{
	box-shadow: inset 0 1px 0px RGBA(255,255,255,0.3),0 4px 4px RGBA(0,0,0,0.3);
	background: -moz-linear-gradient(top,  rgba(120,120,120,0.5) 0%, rgba(80,80,80,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,120,120,0.5)), color-stop(100%,rgba(80,80,80,0.5)));
	background: -webkit-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
}
.recent:active{
    text-shadow:0 1px 0 #fff;
	color:#000;
	box-shadow: inset 0 2px 2px RGBA(0,0,0,0.3);
	background: -moz-linear-gradient(top,  rgba(255,220,150,0.9) 0%, rgba(255,200,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,220,150,0.9)), color-stop(100%,rgba(255,200,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
}

.loginForm{
	text-align:right;
	margin:auto auto;
	width:200px;
	min-height:300px;
}

.subreddits{
	height:530px;
	overflow:auto;
	padding-bottom:10px;
	margin-right:-7px;
}

.linkDomainsHole{
	overflow-y:auto;
	overflow-x:hidden;
}

.linkDomainsHole::-webkit-scrollbar {
    width: 10px;
}
.linkDomainsHole::-webkit-scrollbar-track {
	margin-top:20px;
	margin-right:10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,1); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.linkDomainsHole::-webkit-scrollbar-thumb {
	margin-top:20px;
	margin-right:10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(0,0,0,0.3); 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2); 
}
.linkDomainsHole::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.3); 
}

.subreddits::-webkit-scrollbar {
    width: 10px;
}
.subreddits::-webkit-scrollbar-track {
	margin-top:20px;
	margin-right:10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,1); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.subreddits::-webkit-scrollbar-thumb {
	margin-top:20px;
	margin-right:10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(0,0,0,0.3); 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2); 
}
.subreddits::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.3); 
}
.commentkarmaovertime::-webkit-scrollbar {
    height: 10px;
}
.commentkarmaovertime::-webkit-scrollbar-track {
	margin-top:20px;
	margin-right:10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,1); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.commentkarmaovertime::-webkit-scrollbar-thumb {
	margin-top:20px;
	margin-right:10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(0,0,0,0.3); 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2); 
}
.commentkarmaovertime::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.3); 
}

.commentkarmaovertime {
	width:430px;
	overflow:auto;
}

.postsOverTimeHole::-webkit-scrollbar {
    height: 8px;
}
.postsOverTimeHole::-webkit-scrollbar-track {
	margin-top:20px;
	margin-right:10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.linkundergraph{
	margin-top:8px;
}
.postsOverTimeHole::-webkit-scrollbar-thumb {
	margin-top:20px;
	margin-right:10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(0,0,0,0.2); 
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2); 
}
.postsOverTimeHole::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.2); 
}

.postsOverTimeHole {
	overflow:auto;
}

.hole2{
	width:500px;
	margin:auto auto;
	margin-top:20px;
	padding:10px;
	text-align:left;
	background: #333;
	border-radius: 15px;
	box-shadow: 0 1px 0px RGBA(255,255,255,0.2),inset 0 2px 10px RGBA(0,0,0,0.3),inset 0 2px 2px RGBA(0,0,0,0.3);
	
}

.hole b{
    color:#fff;
}


.footer{
	position:absolute;
	top:0px;
	right:0px;
}



.footer a{
	margin:10px;
	text-decoration:none;
}


.settingsHole{
	background: #333;
	border-radius: 15px;
	box-shadow: 0 1px 0px RGBA(255,255,255,0.2),inset 0 2px 10px RGBA(0,0,0,0.3),inset 0 2px 2px RGBA(0,0,0,0.3);
	padding:10px;
	width:650px;
	margin:auto auto;
	text-align:left;
}

.compHole{
	background: #333;
	border-radius: 15px;
	box-shadow: 0 1px 0px RGBA(255,255,255,0.2),inset 0 2px 10px RGBA(0,0,0,0.3),inset 0 2px 2px RGBA(0,0,0,0.3);
	padding:10px;
	width:600px;
	margin:auto auto;
}

.par{
	background:rgba(250,250,250,0.05);
}
.disp{
	background:rgba(250,250,250,0.1);
}
.compdesc{
	text-align:left;
	float:left;
	width:410px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.compele{
	height:19px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	width:60px;
}

.settdesc{
	text-align:left;
	float:left;
	width:400px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.settele{
	height:20px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	width:200px;
}


.checkbox{
	height:20px;
	width:20px;
	background:url(/img/check.png) 0 0;
}
.checked{
	height:20px;
	width:20px;
	background:url(/img/check.png) 0 -40;
}
.checkbox:hover{
	height:20px;
	width:20px;
	background:url(/img/check.png) 0 -20;
}
.checked:hover{
	height:20px;
	width:20px;
	background:url(/img/check.png) 0 -60;
}

.subrlink{
	color:#fff;
	text-decoration:none;
}

.tooltip{
	width:200px;
	position:absolute;
	padding:10px;
	z-index:100;
	display:none;
	border-radius: 3px;
	border:1px solid #1e1e1e;
	background: -moz-linear-gradient(top,  rgba(96,96,96,1) 0%, rgba(54,54,54,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,1)), color-stop(100%,rgba(54,54,54,1)));
	background: -webkit-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(54,54,54,1) 100%);
	background: -o-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(54,54,54,1) 100%);
	background: -ms-linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(54,54,54,1) 100%);
	background: linear-gradient(top,  rgba(96,96,96,1) 0%,rgba(54,54,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
	box-shadow: inset 0 1px 0px RGBA(255,255,255,0.2),0 2px 2px RGBA(0,0,0,0.3);
}

.okbot{
	display:none;
	width:25px;
	height:25px;
	line-height:25px;
	z-index:100;
	border-radius: 20px;
	border:1px solid #1e1e1e;
	background: -moz-linear-gradient(top,  rgba(96,96,96,0.5) 0%, rgba(54,54,54,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,96,96,0.5)), color-stop(100%,rgba(54,54,54,0.5)));
	background: -webkit-linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	background: linear-gradient(top,  rgba(96,96,96,0.5) 0%,rgba(54,54,54,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
	
	box-shadow: inset 0 1px 0px RGBA(255,255,255,0.2),0 2px 2px RGBA(0,0,0,0.3);
	vertical-align:middle;
	padding:4px;
	margin-left:10px;
}
.okbot:hover{
	background: -moz-linear-gradient(top,  rgba(120,120,120,0.5) 0%, rgba(80,80,80,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,120,120,0.5)), color-stop(100%,rgba(80,80,80,0.5)));
	background: -webkit-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	background: linear-gradient(top,  rgba(120,120,120,0.5) 0%,rgba(80,80,80,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );
	
	box-shadow: inset 0 1px 0px RGBA(255,255,255,0.2),0 4px 4px RGBA(0,0,0,0.3);
}
.okbot:active{
	box-shadow: inset 2px 2px 2px RGBA(0,0,0,0.3);
	background: -moz-linear-gradient(top,  rgba(255,220,150,0.9) 0%, rgba(255,200,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,220,150,0.9)), color-stop(100%,rgba(255,200,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	background: linear-gradient(top,  rgba(255,220,150,0.9) 0%,rgba(255,200,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80606060', endColorstr='#80363636',GradientType=0 );

}


#loadpage{
	display:none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	
	vertical-align:middle;
	text-align:center;
	
	width:150px;
	margin: auto auto;
	
	background: #333;
	border-radius: 15px;
	box-shadow: 0 1px 0px RGBA(255,255,255,0.2),inset 0 2px 10px RGBA(0,0,0,0.3),inset 0 2px 2px RGBA(0,0,0,0.3);
}

#loaderrorpage{
	display:none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	
	vertical-align:middle;
	text-align:center;
	
	margin: auto auto;
	width:250px;
	
	background: #333;
	border-radius: 15px;
	box-shadow: 0 1px 0px RGBA(255,255,255,0.2),inset 0 2px 10px RGBA(0,0,0,0.3),inset 0 2px 2px RGBA(0,0,0,0.3);

}