body {
	position: relative;
	background: black url("DC rendered.png") fixed;
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: url("Arrow.cur"), default;
	/*overflow: hidden;*/
}

#sphove:hover {
	cursor: url("Arrow.cur"), default;
}

div, form.bpoint, .bmarks, form.smshit, form.dfly {
	padding: 8px;
	box-shadow: 0px 0px 15px 5px #000000;
	color: cyan;
	border-radius: 10px;
}

table.bmarks:hover {
	width: 80%;
	height: 5%;
	background-color: rgba(0, 15, 21, 0.63);
	border: 1px solid;
	box-shadow:  0px 0px 15px 5px #000000;
}

table.bmarks {
	background-color: rgba(0, 15, 21, 0.63);
	border: 1px solid;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow:  0px 0px 15px 5px #000000;
	transition-timing-function: ease;
	transition-duration: 2s;
}

td.thelogin div {
	position: relative;
	background-color: #440000;
	color: cyan;
}

.bmarks img {
	height:20%;
	width:50%;
	border:1px solid;
	padding:2px;
	border-color:transparent;
	opacity: .5;
}

.bmarks img:hover {
	opacity: 1;
	background: red;
	box-shadow:  0px 0px 15px 5px yellow;
	border:1px solid;
	padding:2px;
	border-color:orange;
	border-radius: 10px;
}

input.input_login, input.input_pass, input#login_btn, input.input-mini, select#email_type, input#password {
    background-color: black;
    height: 15px;
    width: 65%;
    font-style: italic;
    font-weight: bold;
    color: red;
    font-size: 11px;
    border: 1px solid;  
    border-color: #00FFD4;
    border-radius: 5px;
}

input.input_login:focus, input.input_pass:focus, input#login_btn, input.input-mini:focus, select#email_type:focus, input#password:focus {
    background-color: black;
    font-style: italic;
    font-weight: bold;
    color: #00FFD4 !important;
    font-size: 11px;
    border: 1px solid;  
    border-color: #00FFD4;
    border-radius: 5px;
}

input.input_login:valid, input.input_pass:valid, input#login_btn, input.input-mini:valid, select#email_type:valid, input#password:valid {
	color: #46FF5D;
	transition-duration: 2s;
}

input.input_login:hover, input[type=password]:hover, input.input-mini:hover {
    cursor: url("2dot.png"), text;
}

#input-name {
	font-size: 12px;
	text-shadow: 0px 0px 15px blue;
	color: orange;
}


.go-btn:hover, input#login_btn:hover {
    background-color:red;
    box-shadow: 0px 0px 10px 5px red;
    /*cursor: pointer;*/
	cursor:  pointer;
	transition-duration: 2s;
}

.go-btn:focus, input#login_btn:focus {
    background-color:red;
    box-shadow: 0px 0px 10px 5px red;
    /*cursor: pointer;*/
	cursor:  pointer;
	transition-duration: 2s;
}

.go-btn {
    background-color: black;
    height: 20px;
    width: 90px;
    font-style: italic;
    font-weight: bold;
    color: #00FFD4;
    font-size: 11px;
    border: 3px solid;  
    border-color: #00FFD4;	
    box-shadow:  0px 0px 10px 5px #000000;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transition-duration: 2s;
}

.dthing {
	background-color: rgba(0, 0, 0, .5);
	font-weight: bold;
	text-shadow: 0px 0px 50px blue;
	width: 50%;
	font-size: 15;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	box-shadow: 0px 5px 15px 0px cyan;
	transition-duration: 2s;
}

.dthing:hover {
	text-shadow: 0px 0px 50px red;
	box-shadow: 0px 5px 15px 0px white;
	transition-duration: 2s;
}

div.thebm {
	width: 80%;
	height: 60%;
	border: 1px solid;
	box-shadow: 0px 0px 15px rgba(10, 255, 246, 0.4);
	margin: auto;
	padding-bottom: 15px;
}

div.tits {
	background: black;
	opacity: .5;
	border: 3px solid;
	border-color: red;
	height: 50px;
	width: 60%;
	border-radius: 10px;
	text-align: center;
	padding-top: 0px;
}

div.tits:hover {
	cursor: pointer;
	box-shadow:  0px 0px 10px 5px orange;
}

iframe {
	position: relative;
	border-color: transparent;
	border-radius: 10px;
	opacity: .3;
	transition-duration: 4s;
}

iframe:hover {
	border-color: red;
	opacity: 1;
	transition-duration: 2s;
}

div.spcl#theshit, form.smshit, form.bpoint, form.dfly {
	width: 75%;
	background-image: url("inputback.jpg");
	background-size: 100% 100%;
}

img.dlogos {
	display: block;
	 margin-left: auto;
	margin-right: auto;
}

.dtab, #rprts {
	padding-top: 20px;
}

#panel2, #panel3 {
	display: none;
}

:invalid {
	box-shadow: none;
}

a {
	text-decoration: none;
}

.dclock  {
	border: 1px solid;
	/*height: 20%;*/
	width: 30%;
	background: rgba(0, 0, 0, .6);
	color: cyan;
	font-size: 3em;
	border-radius: 10px;
	box-shadow:  0px 0px 50px 12px black;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#otsites {
	height: 90%;
}