

* {
	margin: 0;
	padding: 0 ;
	border: 0px none;
	font-family: tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 14pt;
	color: #fff;
	letter-spacing: 0.1em
}

body {
	margin: 0 10px;
	padding: 0;
	background: black ;
}

.iput   {background: #37434B;}
.iputr  {background: #E54D14;}
.kennz  {color: #EA602A;}

.feler  {	color: Yellow;	  font-weight: bold;}

h3 {
	color: #DE4B07;
	font-size: 0.9em;
	font-weight: bolder;
	background: #E54D14;
	text-transform: capitalize;
	line-height: 1.4em;
}
.headerclass {color: #DE4B07; font-size: 0.8em; line-height: 1.4em;}

.button  
      {
	font-family: Verdana;
	font-size: 12px;
	color: #FFD700;
	background-Color: #EA602A;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 3px solid #aaaaaa;
	border-bottom: 3px solid #aaaaaa;
	text-decoration: none;
	width: 255px;
	text-align: center;
}
.button:hover
      {
      Color: #000000;
      background-Color: #FFD700;
      border-left: 2px solid #aaaaaa;
      border-top: 2px solid #aaaaaa;
      border-right: 3px solid #cccccc;
      border-bottom: 3px solid #cccccc;
      text-decoration: none;
      }
		
	/*	a.button
      {
	font-family: Verdana;
	font-size: 12px;
	color: #FFD700;
	background-Color: #EA602A;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-decoration: none;
	width: 55px;
	text-align: center;
}
a.button:hover
      {
      Color: #000000;
      background-Color: #FFD700;
      border-left: 2px solid #000000;
      border-top: 2px solid #000000;
      border-right: 3px solid #cccccc;
      border-bottom: 3px solid #cccccc;
      text-decoration: none;
      }  */