ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

div.indicator {
  width: 100px;
  height: 40px;
  left: 10px;
  top: 10px;
  z-index: 900;
  background: url(/images/indicator.gif) no-repeat 0 0;
}

.form_error {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FF0000;
  padding-bottom: 2px;
}

html, body {
  height: 100%;
  background-color: #fef8f5;
  margin: 0;
  padding: 0;
}

#notice {
  background: #73B65A url(../images/ok.png) no-repeat 5px 4px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 20px 5px 25px;
}

#container {
  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treaded as min-height*/
  min-height: 100%; /* real browsers */
  width: 960px;
  position: relative;
  background: #fff;
  border-left: 5px solid #fdf3ee;
  border-right: 5px solid #fdf3ee;
  border-bottom: 5px solid #fdf3ee;
  margin: 0 auto;
  padding: 0px;
  padding: 0 10px 0 10px;
  clear: both;
}

#naglowek {
  width: 100%;
  height: 88px;
}

#naglowek #logo {
	top: 9px;
	left: 22px;
	position: absolute;
}

#naglowek #login_link {
  padding: 35px 10px 0 0;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 14px;
  text-align: right;
  color: #aec948;
}

#naglowek #login_link a {
  color: #59770e;
}

#naglowek #menu {
  clear: both;
  float: none;
	width: 100%;
	height: 28px;
	background: url('../images/menu_bg.gif') repeat-x top;
	margin-top: 6px;
}

#naglowek #menu ul li {
	float: left;
	list-style-type: none;
}

#naglowek #menu ul li a {
	width: 96px;
	line-height: 28px;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
	text-align: center;
	color: #fff;
}

#naglowek #menu ul li a:hover {
	background: url('../images/menu_link_bg.gif') repeat-x top;
}

#lewo {
  float: left;
  display: inline;
  width: 275px;
  background: #F3F5F5;
  text-align: left;
}

#content {
  float: left;
  width: 650px;
  padding: 10px 0 0 10px;
}

#content #random_photo {
  width: 180px;
  text-align: center;
  padding: 10px 0 25px 236px;
}

#content #random_photo img {
  vertical-align: top;
  margin: 3px 5px 0 5px;
}

#content #random_photo a {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #59770e;
}

#content #vote {
  height: 20px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #59770e;
  padding: 10px 10px;
}

#content #vote input.button {
  width: 30px;
  height: 30px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #59770e;
}

#content .photo_frame {
  position: relative;
  overflow: hidden;
  padding: 1px;
  border: 2px solid #aec948;
  margin: 10px auto;
}

#content .photo_frame .photo {
  text-align: center;
}

#content .no_photo {
  width: 645px;
  height: 260px;
  text-align: center;
}

#content .arr_prev {
  width: 50px;
  position: absolute;
  left: 1px;
}

#content .arr_next {
  width: 45px;
  position: absolute;
  right: 1px;
}

#content .arr_prev a img, #content .arr_next a img {
  padding: 0;
  border: 0;
}

#content #photo_comment {
  clear: both;
  float: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  background-color: #fef8f5;
  padding: 0 10px;
  margin: 0px 15px 30px 15px;
}

#content #profil_contact {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #59770e;
  padding-bottom: 20px;
}

#content #profil_contact textarea {
  width: 600px;
  height: 74px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #999966;
  border: 1px solid #93b901;
  margin-right: 25px;
}

#content #profil_contact input[type=submit] {
  background-color: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #999966;
  text-decoration: underline;
  border: 0;
  border-bottom: 1px solid #999966;
  margin: 0 35px 20px 500px;
}

#comments h2 {
  line-height: 28px;
  background: url('../images/comments_bg.gif') repeat-x top;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  padding-left: 19px;
  margin: 10px 0 12px 0;
}

#comments .comment_login {
  text-align: center;
  margin-bottom: 15px;
}

#comments .comment_login a {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #59770e;
  text-decoration: underline;
}

#comments .photo_min {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  padding: 1px;
  margin: 0 12px 0 5px;
}

#comments .photo_min a {
	display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

#comments .info {
  float: left;
  width: 110px;
  overflow: hidden;
}

#comments .info a {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #59770e;
  text-decoration: underline;
}

#comments .info span {
	display: block;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #59770e;
  margin-top: 5px;
}

#comments .comment {
  float: left;
  width: 480px;
  height: 58px;
  overflow: hidden;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #999966;
}

#comments .write_comment {
  float: left;
  width: 480px;
  height: 85px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #999966;
  text-align: right;
}

#comments .write_comment textarea {
  float: left;
  width: 475px;
  height: 55px;
  overflow: hidden;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #999966;
  border: 1px solid #93b901;
}

#comments .write_comment input.submit {
  width: 100px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background: url('../images/comments_bg.gif') repeat-x -3px;
  font-size: 11px;
  color: #fff;
  border: 0;
  margin-right: 10px;
}

#comments .error {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #ee0000;
  margin-bottom: 10px;
}

#comments .hr {
  float: none;
  clear: both;
	border-top: 1px solid #dee4cf;
	padding-bottom: 12px;
}

#prawo {
  float: right;
  width: 290px;
  background: #fff;
}

#prawo #info {
	background: url('../images/rate.gif') no-repeat top right;
	color: #59770e;
	margin-left: 13px;
}

#prawo #info .rate {
  width: 45px;
	position: absolute;
	right: 42px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	color: #fff;
}

#prawo #info .rate span {
  position: relative;
  top: 28px;
}

#prawo #info .nick {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding: 30px 0 5px 0px;
}

#prawo #info .stats {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin: 16px 0 0 15px;
}

#prawo #info .stats span {
  height: 20px;
  display: block;
}

#prawo #info .opt {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin: 18px 0 0 0;
  font-style: italic;
}

#prawo #info .opt span {
  height: 20px;
  display: block;
}

#prawo #info img {
  float: left;
  vertical-align: top;
  margin: 0 5px 0 0;
}

#prawo #info .opt a {
  color: #59770e;
}

#info #report_photo_abuse {
  position: absolute;
  width: 270px;
  height: 180px;
  background: #f3fee0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
  border: 1px solid #aec948;
  z-index: 999;
  margin: 10px 0 10px 0;
  padding-top: 10px;
}

#info #report_photo_abuse form label {
  font-weight: bold;
  font-size: 11px;
  font-style: normal;
  color: #f00;
}

#info #report_photo_abuse form textarea {
  width: 250px;
  height: 100px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #f00;
  margin: 5px 0 10px 0;
}

#info #report_photo_abuse form .submit {
  width: 70px;
}

#prawo .my_photos {
  height: 200px;
  background-color: #f3fee0;
  margin-top: 30px;
  padding-left: 1px;
  position: relative;
}

#prawo .my_photos h2 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  color: #59770e;
  padding: 4px 0 8px 13px;
}

#prawo #my_photos_scroll_frame {
  overflow: hidden;
  height: 144px;
  position: relative;
}

#prawo #my_photos_scroll {
  position: relative;
  top: 0px;
  overflow: hidden;
}

#prawo .my_photos .my_photo {
  float: left;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: 2px solid #e8fdc5;
  padding: 1px;
  margin: 0 0 3px 1px;
  position: relative;
}

#prawo .my_photos .my_photo a {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

#prawo .friends {
  height: 228px;
  background-color: #f3fee0;
  margin-top: 20px;
  padding-left: 1px;
}

#prawo .friends h2 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  color: #59770e;
  padding: 4px 0 8px 13px;
}

#prawo .scroll_up {
  text-align: center;
  padding-bottom: 6px;
}

#prawo .scroll_down {
  text-align: center;
}

#prawo #friends_scroll_frame {
  overflow: hidden;
  height: 172px;
  position: relative;
}

#prawo #friends_scroll {
  position: relative;
  top: 0px;
  overflow: hidden;
}

#prawo .friends .friend {
  float: left;
  width: 70px;
  height: 82px;
  text-align: center;
  margin: 0 0 6px 1px;
  overflow: hidden;
  position: relative;
}

#prawo .friends .friend div {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: 2px solid #e8fdc5;
  padding: 1px;
  position: relative;
}

#prawo .friends .friend div a {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

#prawo .friends .friend a {
  display: block;
  width: 68px;
  overflow: hidden;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #59770e;
  text-decoration: underline;
}

#stopka {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  margin: 0 13px 5px 0;
}

#stopka .cr {
  float: left;
  padding-left: 350px;
}

#stopka .cr a {
  color: #e12e2e;
}

#stopka .bm {
  float: right;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 11px;
  padding-right: 70px;
}

#stopka .bm a {
  color: #59770e;
}

#content .ranking_change_sex {
  line-height: 28px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  color: #59770e;
  padding: 10px 0 25px 19px;
}

#content .ranking_change_sex a {
  color: #aec948;
}

#content .ranking_bg1 {
  background-color: #fef8f5;
}

#content .ranking_bg2 {
  background-color: #fff;
}

#content .ranking_photo {
  float: left;
  width: 102px;
  height: 101px;
  font-size: 12px;
  text-align: center;
  margin: 5px 5px 5px 10px;
  padding: 0;
}

#content .ranking_photo div {
  width: 96px;
  height: 96px;
  background-color: #fff;
  border: 2px solid #e8fdc5;
  padding: 1px;
}

#content .ranking_photo div a {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

#content .ranking_info {
  float: left;
  width: 200px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  margin: 5px;
}

#content .ranking_info a {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #59770e;
}

#content #new_comments h1 {
  line-height: 28px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  color: #59770e;
  padding: 10px 0 25px 19px;
}

#content #new_comments .comment_bg1 {
  background-color: #fef8f5;
}

#content #new_comments .comment_bg2 {
  background-color: #fff;
}

#content #new_comments .comment_photo {
  float: left;
  width: 102px;
  height: 101px;
  font-size: 12px;
  text-align: center;
  margin: 5px 5px 5px 10px;
  padding: 0;
}

#content #new_comments .comment_photo div {
  width: 96px;
  height: 96px;
  background-color: #fff;
  border: 2px solid #e8fdc5;
  padding: 1px;
}

#content #new_comments .comment_photo div a {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

#content #new_comments .comment_info {
  float: left;
  width: 200px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  margin: 5px;
}

#content #new_comments .comment_info a {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #59770e;
}

#content #search h1 {
  line-height: 28px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  color: #59770e;
  padding: 10px 0 25px 19px;
}

#content #search form {
	line-height: 28px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #666;
}

#content #search form label {
  float: left;
  font-size: 16px;
  font-style: italic;
  color: #59770e;
  width: 100px;
  text-align: right;
  padding: 0px 15px 0 0;
}

#content #search form input.submit {
  width: 100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 0;
  margin: 20px 0 0 130px;
}

#content #search_pager {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
  color: #59770e;
  padding: 5px 0px 15px 0;
}

#content #search_pager span a {
  color: #aec948;
  border-bottom: 1px solid #aec948;
}

#content #search_pager span {
  color: #aec948;
}

#content #search_pager a {
  color: #59770e;
}

#content #search_pager a:hover {
  color: #59770e;
  text-decoration: none;
  border-bottom: 1px solid #59770e;
}

#content #search_pager #info {
  font-size: 10px;
  color: #ccc;
  padding-top: 5px;
}

#content #search .search_bg1 {
  background-color: #fef8f5;
}

#content #search .search_bg2 {
  background-color: #fff;
}

#content #search .search_photo {
  float: left;
  width: 102px;
  height: 101px;
  font-size: 12px;
  text-align: center;
  margin: 5px 5px 5px 10px;
  padding: 0;
}

#content #search .search_photo div {
  width: 96px;
  height: 96px;
  background-color: #fff;
  border: 2px solid #e8fdc5;
  padding: 1px;
}

#content #search .search_photo div a {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

#content #search .search_info {
  float: left;
  width: 200px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  margin: 5px;
}

#content #search .search_info a {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #59770e;
}

#content .hr {
  float: none;
  clear: both;
  line-height: 1px;
}

#naglowek #submenu {
  width: 100%;
  height: 28px;
  background: url('../images/menu_bg2.gif') repeat-x top;
  background: #fdf3ee;
  text-align: right;
}

#naglowek #submenu ul {
  padding-right: 20px;
}

#naglowek #submenu ul li {
  display: inline;
  list-style-type: none;
  line-height: 28px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

#naglowek #submenu ul li a {
  width: 96px;
  line-height: 26px;
  display: inline;
  color: #999;
}

#naglowek #submenu ul li a:hover {
  background: url('../images/menu_link_bg2.gif') repeat-x top;
}

.profil h2 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  color: #59770e;
  margin-bottom: 10px;
}

.profil .my_photo {
  float: left;
  width: 102px;
  height: 130px;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0 0 5px 5px;
  padding: 0;
}

.profil .my_photo div {
  width: 96px;
  height: 96px;
  background-color: #fff;
  border: 2px solid #e8fdc5;
  padding: 1px;
}

.profil .my_photo div a {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

.profil .my_photo a {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #59770e;
}

.profil #my_photos form {
  width: 300px;
}

.profil #my_photos form label {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #666;
  width: 200px;
  text-align: right;
}

.profil #my_photos form textarea {
  width: 300px;
  height: 100px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #93b901;
  margin: 0 0 20px 0;
}

.profil .friend {
  float: left;
  width: 102px;
  height: 140px;
  background-color: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
  text-align: center;
  margin: 0 0 5px 5px;
  overflow: hidden;
}

.profil .friend div {
  width: 96px;
  height: 96px;
  background-color: #fff;
  border: 2px solid #e8fdc5;
  padding: 1px;
}

.profil .friend div a {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

.profil .friend a {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #59770e;
  text-decoration: underline;
  display: block;
}

.profil .favorite {
  float: left;
  width: 102px;
  height: 140px;
  background-color: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
  text-align: center;
  margin: 0 0 5px 5px;
  overflow: hidden;
}

.profil .favorite div {
  width: 96px;
  height: 96px;
  background-color: #fff;
  border: 2px solid #e8fdc5;
  padding: 1px;
}

.profil .favorite div a {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

.profil .favorite a {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #59770e;
  text-decoration: underline;
  display: block;
}

#content #messages_in {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #59770e;
}

#content #messages_in th {
  background-color: #59770e;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  border-bottom: 3px solid #aec948;
}

#content #messages_in td {
  height: 40px;
  vertical-align: top;
  border-bottom: 1px dotted #aec948;
  padding-top: 2px;
}

#content #messages_in td.check {
  width: 20px;
  background-color: #f6f6f6;
  text-align: center;
}

#content #messages_in .from_user {
  width: 100px;
}

#content #messages_in .short_msg {
  width: 360px;
}

#content #messages_in .msg {
  width: 380px;
  padding: 10px 0 20px 0;
}

#content #messages_in .date {
  width: 170px;
}

#content #messages_in td.from_user img {
  float: left;
  width: 32px;
  height: 32px;
  border: 1px solid #e5e5e5;
  padding: 1px;
  margin: 0 12px 0 0;
}

#content #messages_in td.short_msg a {
  color: #59770e;
}

#content #messages_in td.msg a {
  color: #59770e;
  font-weight: bold;
}

#content #add_photo form {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #666;
}

#content #add_photo form label {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #666;
  width: 200px;
  text-align: right;
}

#content #add_photo form textarea {
  width: 300px;
  height: 100px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #93b901;
}

#content #add_photo form input[type=submit] {
  width: 100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 0;
  margin: 20px 0 0 100px;
}

#content #edit form {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #666;
}

#content #edit form label {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #666;
  width: 200px;
  text-align: right;
}

#content #edit form textarea {
  width: 300px;
  height: 100px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #93b901;
}

#content #edit form input.submit {
  width: 100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 0;
  margin: 20px 0 0 50px;
}

#content #edit form .help {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-top: 3px;
}

#login form {
  width: 250px;
  background-color: #f9f9f9;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin: 40px 0 0 10px;
}

#login form h2 {
  background-color: #59770e;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  line-height: 24px;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  padding-left: 10px;
}

#login form a {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #59770e;
  padding-top: 10px;
  display: block;
}

#login form .fields {
  border: 1px solid #93b901;
  border-top: 0;
  padding: 10px;
  text-align: right;
}

#login form .fields div {
  margin-bottom: 10px;
}

#login form label {
  padding: 0 15px 0 10px;
}

#login form input.text {
  border: 1px solid #93b901;
  width: 160px;
  padding: 2px;
}

#login form input.submit {
  width: 90px;
}

#login_container, #register_container, #home_container {
  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treaded as min-height*/
  min-height: 100%; /* real browsers */
  width: 860px;
  position: relative;
  background: #fff;
  border-left: 5px solid #fdf3ee;
  border-right: 5px solid #fdf3ee;
  border-bottom: 5px solid #fdf3ee;
  margin: 0 auto;
  padding: 0px;
  padding: 0 10px 0 10px;
  clear: both;
}

#naglowek #top_link {
  text-align: right;
  padding: 38px 10px 0 0;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
}

#naglowek #top_link a {
  color: #59770e;
}

#login #content {
  float: left;
  width: 550px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#login #content h1 {
  line-height: 22px;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #93b901;
  padding: 30px 0 30px 30px;
}

#login #content h2 {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #93b901;
  padding: 30px 0 30px 30px;
}

#login #content h2 a {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #59770e;
}

#login #content li {
  line-height: 22px;
  font-size: 14px;
  font-style: italic;
  color: #999;
  margin-left: 60px;
}

#login #prawo {
  float: right;
  width: 290px;
}

#register #content {
  float: left;
  width: 550px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
}

#register #content h1 {
  line-height: 22px;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #93b901;
  margin: 30px 0 30px 30px;
}

#register #content .form_info {
  background: #f9f9f9;
  padding: 10px;
  margin-bottom: 30px;
}

#register #content form label {
  float: left;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #93b901;
  width: 150px;
  text-align: right;
  padding: 0 10px 10px 0;
}

#register #content form a {
  color: #93b901;
  text-decoration: underline;
}

#register #content form input.text {
  float: left;
  width: 150px;
  font-size: 16px;
  margin: 0 10px 10px 0;
  border: 1px solid #93b901;
}

#register #content form input[type=radio] {
  margin-top: 3px;
}

#register #content form select {
  border: 1px solid #93b901;
}

#register #content form input.checkbox {
  margin: 0 5px 0 100px;
}

#register #content form input.submit {
  width: 90px;
  margin: 10px 0 10px 0;
}

#register #content form .help {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999;
  margin: 0 0 15px 160px;
}

#info #content {
  float: left;
  width: 550px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
}

#info_container {
  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treaded as min-height*/
  min-height: 100%; /* real browsers */
  width: 860px;
  position: relative;
  background: #fff;
  border-left: 5px solid #fdf3ee;
  border-right: 5px solid #fdf3ee;
  border-bottom: 5px solid #fdf3ee;
  margin: 0 auto;
  padding: 0px;
  padding: 0 10px 0 10px;
  clear: both;
}

#info #content h1 {
  line-height: 22px;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #93b901;
  margin: 30px 0 30px 30px;
}

#regulamin {
}

#regulamin .last_updated {
  text-align: right;
  color: #666;
  margin-bottom: 30px;
}

#regulamin ol {
  margin: 10px 0 20px 30px;
}

#regulamin span {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 10px 0;
}

#regulamin ol li {
  margin-bottom: 3px;
}

#content #kontakt form {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  padding-top: 50px;
}

#content #kontakt form label {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #666;
  width: 200px;
  text-align: right;
}

#content #kontakt form textarea {
  width: 300px;
  height: 100px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #93b901;
}

#content #kontakt form input.submit {
  width: 100px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 0;
  margin: 20px 0 0 50px;
}

#content #kontakt form .help {
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-top: 3px;
}

#home #content {
  float: left;
  width: 550px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
}

#home #content h1 {
  line-height: 22px;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #93b901;
  margin: 30px 0 30px 30px;
}

#home #content h2 {
  float: none;
  clear: both;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #b20000;
  margin: 0px 15px 0px 5px;
}

#home #content h2.woman {
  color: #e4334c;
  background: url(../images/shadowg.gif) repeat-x 0 55px;
  padding: 30px 0 30px 0;
}

#home #content h2.man {
  color: #93b900;
  background: url(../images/shadowr.gif) repeat-x 0 45px;
  padding: 20px 0 30px 0;
}

#home #prawo h2 {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #b20000;
  margin: 30px 0 30px 30px;
}

#home #toplist_woman {
  float: left;
  width: 150px;
  overflow: hidden;
}

#home #toplist_man {
  float: right;
  width: 140px;
  overflow: hidden;
}

#home #prawo ul {
  margin-left: 30px;
}

#home ul li {
  list-style-type: numeric;
  line-height: 22px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ccc;
}

#home ul li span {
  font-weight: bold;
  text-decoration: underline;
  color: #e4334c;
}

#home #toplist_woman ul li span, #home #toplist_woman ul li span a {
  color: #e4334c;
}

#home #toplist_man ul li span, #home #toplist_man ul li span a {
  color: #93b900;
}

#home #prawo .photo {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: 2px solid #e8fdc5;
  padding: 1px;
  margin: 10px 0 0 -50px;
}

#home #prawo .photo span {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;