body {
  background-color: #1e2a33;
  color: #071236;
  font-family: Verdana;
  font-size: 12px;
}

#mainContener {
  width: 980px;
  margin: 0 auto 0 auto;
}

#header {
  background-image: url('/images/top.jpg');
  background-repeat: no-repeat;
  background-position-x: 72px;
  height: 225px;
  position: relative;
}

#content {
  background-image: url('/images/main_gradient.jpg');
  background-repeat: repeat-x;
  background-color: #e9e9e9;
  padding: 10px 10px 10px 10px;
  border: 10px #304e70 solid;  
}

.topBtn {
  background-image: url('/images/top_btn.jpg');
  width: 112px;
  height: 53px;
  text-align: center;
  position: relative;
}

.menuBtn {
  background-image: url('/images/menu_btn2.png');
  width: 106px;
  height: 51px;
  margin-right: 2px;
  text-align: center;
  position: relative;
  float: left;
}

.topBtn a, .menuBtn a {text-decoration: none; color: #fff; font-size: 14px;}
.menuBtn a {font-size: 12px;}
#zmianaHaslaBtn {position: absolute; right: 120px;}
#wylogujBtn {position: absolute; right: 0px;}
#belkaTop {
  background-image: url('/images/belka_top.png');
  width: 713px;
  height: 31px;
  color: #fff;
  font-size: 14px;
}
#belkaTop span {position: relative; left: 5px; top: 5px;}
#header #menu {position: absolute; bottom: 0px; left: 0px; height: 102px;}
#header #logo {position: absolute; top: 45px; left: 20px;}

.loginTitle, .mainTitle {
  position: relative;
  display: block;
  float: left;
  width: 120px;
  text-align: left;
}

.mainTitle {width: 200px;}

.submit
{
  border: none;
  background-color: #0074a4;
  text-decoration: none;
  font-size : 12px;
  color: 	#fff;
  width: 300px;
  font-family: Verdana, Arial, Helvetica, sans-serif
}

a {text-decoration: none; color: #071236}
.bold {font-weight: bold;}
.fleft {float: left;}
#leftSidebar {width: 200px; height: 100%; position: absolute; top: 0px; left: 0px; padding: 0px 10px 0px 10px; background-image: url('/images/gradient_left.jpg'); background-repeat: repeat-x; color: #fcfaee; background-color: #093905}
#leftSidebar a {color: #fcfaee}
#leftSidebar a:hover {color: #fff; font-weight: bold}
#mainContent {position: absolute; top: 20px; left: 250px;}
h1 {font-size: 18px; font-weight: bold; color: #071236;}
#mainContent ul li {line-height: 25px;}
#mainContent .submit {width: 400px;}
sup {color: #f00; font-weight: bold;}

#mainContent textarea {height: 100px;}
.hidden {display: none;}
#komunikat {font-weight: bold; color: #f00;}

.orange {color: #ff6400}

div.button {
	height: 45px;	
	width: 150px;
/* 	background: url('../images/button.png') 0 0; */
	cursor: pointer;
	
	font-size: 14px;
	color: #00F;
	text-align: center;
	padding-top: 10px;
}