body {
  margin: 0;
  position: absolute;
    top: 10%;
    /*bottom: 10%;*/
    right: 25%;
    left: 25%;
    /*-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
	width: 50%;
    border: 6px solid #555555;
    background-color:black;
    /*padding: 70px 0;*/
    font: 11pt Helvetica, sans-serif;
	 color: #cccccc;
	 text-decoration: none;
	 text-align: center;
	
} 

.center {
    text-align: center;
}


div {
	background-image: url("drkRckz.gif");
	/*background-color:red;*/
	color:#ffffff;
	padding:20px;
}

input[type=text], input[type=number], input[type=url], input[type=email], input[type=password], input[type=tel]{
  -webkit-appearance: none; -moz-appearance: none;
  margin: 0;
  width: 75%; height: 1.5 em;
  line-height: 36px; font-size: 14pt;
  background-color:#f1f1f1;
  border: 3px solid #888888;
  text-align: center;
  color: #888888;
}

input[type=reset], input[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 margin: 0;
 font-size: 11pt; line-height: 1.5 em;
 color: #666666;
 font-weight: bold;
 height: 2.5em; width: 114px;
 background: -moz-linear-gradient(top, #ffffff 25%, #cccccc 75%); background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(75%,#cccccc)); background: -webkit-linear-gradient(top, #ffffff 25%,#cccccc 75%); background: -o-linear-gradient(top, #ffffff 25%,#cccccc 75%); background: -ms-linear-gradient(top, #ffffff 25%,#cccccc 75%); background: linear-gradient(to bottom, #ffffff 25%,#cccccc 75%);
 border: 3px solid #888888;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}