* {
	border:0;
	padding:0;
	margin:0;
}

a {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

html, body {
	height: 100%;
}

body {
	background:#ffffff;
	color:#000000;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

#container {
    position: relative;
    min-height: 100%;        
}

#header {
  width: 750px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFF;
  border: 1px solid #DDD;
  background: url(./banki.jpg) no-repeat center center;
}

#title {
  position: relative;
  top: 20px;
  left: 20px;
  width: 170px;
  padding: 10px;  
  background-color: #FFF;
}

.title {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  border-left: 5px solid rgb(247, 236, 0);
  padding-left: 5px;
}

.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #FFF;
  padding-left: 5px;
}

#content {
	/*height:auto;*/	
	margin:0 auto;
	padding:0 0 15px;
	padding-bottom: 50px;
	width:751px;	
}
#content h1 {		
	font-size:1.3em;
	padding:15px 0 0;
	color: #333;
}
#content p {
	padding:15px 0px 0;
}

/* footer */
#footer {
	position: absolute;
	bottom: 0;
	padding-top: 10px;
	border-top:0px solid #999; 
	height:30px;
	text-align:center;
	
	margin:0 auto;
	margin-bottom: 10px;
	width:100%;
}


input.submit {	
	width: 500px;
	height: 26px;
	font-size:1.2em;
	color:#FFF;
   	border-style:solid;
        border-color:#000;
	background-color: rgb(50, 150, 100);
   	border-width: 0px;
	cursor:pointer;	
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}


input.edit {			
	font-variant:small-caps;
	font-size:1.2em;
	border-color: #88A0C8;
	font-family: Verdana;
	color:#369;
	background:#fff;
	border:1px;
	width: 250px;
	height: 22px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 

table.list 
{ 
	border-collapse:collapse; 
	text-align: center;
}

table.list th 
{
	color: #FFF;
	background: rgb(50, 150, 100);
	height: 22px;
}


table.list tr
{ 
	border:1px solid black; 
}


table.forms {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #fafafa;
	text-align:center;
}
table.forms th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #fafafa;
	-moz-border-radius: 0px 0px 0px 0px;	
}
table.forms td {
	border-width: 1px 1px 0px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #fafafa;
	-moz-border-radius: 0px 0px 0px 0px;
}

