/****************************************/
/* main.css                             */
/* Georgi Chakalski 07.01.2006          */
/****************************************/
html {
	height: 100%;
}
body {
	width: 888px;
	height: 100%;
	margin: 0px auto;
	padding: 5px 0px;
	background: #CCCCCC;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea, input, select, option {
	font-size: 12px;
	font-weight: normal;
}
td {
	vertical-align: top;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
.name_1 {
	font-size: 13px;
	/* font-style: oblique; */
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #b4b4b4;
	border: thin dotted #000;
}
.name {
	font-size: 13px;
	/* font-style: oblique; */
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #CCCCCC;
}
.formi {
	font-size: 12px;
	color: #003;
	background-color: #White;
}
.t_bord {
	border:2px solid #000;
	background-color: #CCCCCC;
}
.list {
	background: #003;
	font-size: 12px;
}
.list td {
	background: #CCCCCC;
}
.list a {
	display: block;
}
.listi a {
	display: inline;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.red {
	color: black;
}
.black {
	color: black;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.oblique {
	/* font-style: oblique; */
}
.large {
	font-size: 14px;
}
.fullinput {
	width: 100%;
}
.name_form {
  background-color: #b4b4b4; /* Green */
  border: none;
  padding: 15px 16px;
  font-size: 12px;
  /* font-style: oblique; */
  font-weight: bold;
  font-variant: normal;
  color: #000000;
  display: inline-block;
  border-radius: 12px;
}
.table_form {
  background-color: #b4b4b4; /* Green */
  border: none;
  padding: 30px 64px;
  font-size: 12px;
  /* font-style: oblique; */
  font-weight: bold;
  font-variant: normal;
  color: #000000;
  display: inline-block;
  border-radius: 12px;
}
.login_ant {
  background-color: #b4b4b4; /* Green */
  border: none;
  padding: 15px 32px;
  font-size: 15px;
  /* font-style: oblique; */
  font-weight: bold;
  font-variant: normal;
  color: #000000;
  display: inline-block;
  border-radius: 12px;
}
.login_form {
  background-color: #b4b4b4; /* Green */
  border: none;
  padding: 15px 32px;
  font-size: 13px;
  /* font-style: oblique; */
  font-weight: bold;
  font-variant: normal;
  color: #000000;
  display: inline-block;
  font-size: 12px;
  border-radius: 12px;
}
.footer{
width: 100%;
height: 30px;
border-top: 1px solid #000000;
position: absolute;
bottom: 2px; 
left: 0px; 
text-align: center; 
}
