body  {
  background-color: #000;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
  color: #DDD;
  }

a {
  color: #FFF;
  text-decoration: none;
  border:none;
  outline: none;
}

a:hover {
  color: #9EB91B;
  border:none;
  outline: none;
}

.center {
  background-image: url(coreshop-welcome-bg.jpg);
  background-repeat: no-repeat;
  width:800px; 
  height:400px; 
  position:absolute; 
  top:50%;
  left:50%;
  margin:-200px auto auto -400px; 
  /*border:0px dotted green; */
  text-align:center;
}

td  {
  padding:10px;
  width:266px;
}

img {
  border:none;
}

.maintable  {
  margin-top:40px;
}

.bottom {
  margin-top:40px;
  color: #FFF;
}

.top  {
  margin-top:40px;
}

.input {
  border:1px dotted #444;
  background-color: #171717;
  background-image: url(/images/inputbg.jpg);
  background-repeat:repeat-x;
  color: #EEE;
  font-weight:normal;
  font-size:12px;
  padding:3px 2px 3px 4px;
  margin:2px;
  width: 175px;
}


.distlogin	{
	text-align:right;
	visibility:hidden;
	position:absolute;
	right:38px;
	top:-40px;
	width:186px;
	height:100px;
	border:0px solid blue;
}

.main	{
	position:relative;
	border:0px dotted green;
}
