
<!--
.style1 {
        font-size: 10px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
}
-->
.td1 { 
	width:150px;
}

a:-webkit-any-link { 
  color:red;
  text-decoration: none;
  font-weight: bold;
}

body {
  background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
  background-color:#282828;
  background-size:8px 8px;
  color:#ffffff;
      font-family: sans-serif;

  }


input[type=checkbox] {
         position: relative;
	       cursor: pointer;
		   display:hidden;
    }
    input[type=checkbox]:before {
	content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -6px;
    left: -4px;
    background: #35373a;
    border: solid 5px #161616;
    box-shadow: inset 3px 2px 4px 0px #4b4b4bc9;
    border-radius: 50px;
    margin: 4px 0px 0px 0px;
}
	
input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -6px;
    left: -4px;
    background: #35373a;
    border: solid 5px #161616;
    box-shadow: inset 3px 2px 4px 0px #4b4b4bc9;
    border-radius: 50px;
    margin: 4px 0px 0px 0px;

	}
	
    input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 4px;
    height: 11px;
    border: solid #18a718;
    border-width: 0 4px 5px 0;
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    left: 4px;
}

	input[type="text"] {
    background: #e8f0fe33;
    border: solid 1px #6b6b6b9e;
    border-radius: 4px;
    box-shadow: inset 3px 2px 4px 0px #000000c9;
	color: #ffb300;
    height: 25;
    padding: 5px;}
	
	input[type="password"] {
	background: #e8f0fe33;
    border: solid 1px #6b6b6b9e;
    border-radius: 4px;
    box-shadow: inset 3px 2px 4px 0px #000000c9;
	color: #ffb300;
    height: 25;
    padding: 5px;}
	
	input[type="button"] {
    background: #18A718;
    border: solid 1px #0f7b0fdb;
    border-radius: 4px;
    font-weight: bold;
    margin: 2;
    color: white;
    text-shadow: 1px 1px 0px #086c08;}
	
	input[type="submit"] {
    background: #18A718;
    border: solid 1px #0f7b0fdb;
    border-radius: 4px;
    font-weight: bold;
    margin: 2;
    color: white;
    text-shadow: 1px 1px 0px #086c08;
	 margin: 8;}
	
	select {
    background: #193763;
    border: solid 1px #6b6b6b73;
    border-radius: 4px;
    color: white;
    margin: 2px;
    font-weight: bold;
    width: 115px;}
	
textarea {
	
	background: #e8f0fe33;
    border: solid 1px #6b6b6b9e;
    border-radius: 4px;
    box-shadow: inset 3px 2px 4px 0px #000000c9;
	color: #ffb300;
    padding: 5px;}