@import url("reset.css");
@import url("lightbox.css");

.clear {
    clear: both;
}

#top-man {
    position: absolute;
    width: 50%; /*470+297*/
    height: 92px;
    left: 0px;
    top: 0px;
    background: url("../img/man-top.jpg") 100% 0% no-repeat;
}

#bg-top-x {
    position: absolute;
    left: 0px;
    top: 92px;
    height: 234px;
    width: 100%;
    background: url("../img/bg-top-x.png") repeat-x;
}

body {
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    background: #fff;
}

a {
    text-decoration: none;
    color: #ff871c;
    padding: 0px;
    margin: 0px;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.page {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.page-large {
    width: 100%;
    position: relative;
    padding-bottom: 5px;
    background: #e5e5e5 url("../img/bg-top-x.png") repeat-x;
}

/*******************************************************************************
                                    TOP
*******************************************************************************/

#top {
    height: 92px;
    width: 940px;
}

#top #logo {
    display: block;
    width: 267px;
    height: 92px;
    float: left;
}

#top #menu-add {
    float: left;
    width: 673px;
    height: 56px;
    text-align: right;
    font-size: 11px;
}

.ma-border {
    border-right: 1px solid #cdcdcd;
    padding-right: 3px;
}

#top #menu-add a {
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin-top: 30px;
}

#top #menu-add a:hover {
    text-decoration: underline;
}

#top #menu-add a, #top #facebook-short div {
    color: #585858;
}

#top #facebook-short {
    float: left;
    /*width: 673px;*/
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: right;
    float: right;
}

#top #facebook-short div, #top #facebook-short img {
    float: right;
}

#top #facebook-short img {
    margin-right: 6px;
}

/*******************************************************************************
                               POLE POD TOPEM
*******************************************************************************/

.page-large #pl-wrapper {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.page-large #pl-wrapper #date {
    color: #585858;
    width: 100%;
    height: 40px;
    line-height: 40px;
    clear: left;
}

.page-large #pl-wrapper #date div {
    background: url("../img/arrow-right.png") 0% 50% no-repeat;
    height: 40px;
    width: 14px;
    float: left;
}

.page-large #pl-wrapper #date span {
    display: block;
    float: left;
}

.page-large #pl-wrapper #date img {
    display: block;
    float: right;
    margin-top: 8px;
}

.page-large #pl-wrapper #menu-search {
    height: 83px;
    width: 100%;
    position: relative;
}

.page-large #pl-wrapper #banner-wrapper {
    position: relative;
    text-align: center;
    margin: 0px auto;
    padding-top: 5px;
}

.page-large #pl-wrapper #banner-wrapper a {

}

.page-large #pl-wrapper #banner-wrapper a img {

}

/*******************************************************************************
                                     MENU
*******************************************************************************/
.page-large #pl-wrapper #menu-search #menu-main {
    height: 100%;
    width: 100%;
    clear: both;
}

.page-large #pl-wrapper #menu-search #menu-main {
    font-family: Arial;
    font-size: 12px;
    position: relative;
    z-index: 100;
}

.page-large #pl-wrapper #menu-search #menu-main a#normal {
    color: #fff;
    font: normal 12px Arial;
    line-height: 24px;
}

.page-large #pl-wrapper #menu-search #menu-main a#current-sub {
    text-decoration: underline;
    color: #fff;
    font: normal 12px Arial;
    line-height: 24px;
}

.page-large #pl-wrapper #menu-search #menu-main a#normal:hover {
    text-decoration: underline;
    color: #fff;
    font: normal 12px Arial;
    line-height: 24px;
}

.page-large #pl-wrapper #menu-search #menu-main ul li ul {
    height: 43px;
    margin-left: 7px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
        background: url("../img/menu-top-3.png") 0px 41px no-repeat;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			41px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 		.75em 0em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:			#13a;*/
}
.sf-menu li {
	/*background:		#BDD2FF;*/
}
.sf-menu li li {
	/*background:		#AABDE6;*/
}
.sf-menu li li li {
	/*background:		#9AAEDB;*/
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	/*padding-right: 	2.25em;*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*navbar*/

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	height:			83px;
	position:		relative;
        width:                  100%;
}
.sf-navbar li {
	position:		static;
        /*margin-right:           1px;*********************************************************************/
}

.sf-navbar li.sfNextLi a.top {
    margin-left: -4px;
}

.sf-navbar li a.top span img {
    margin-top: 15px;
}

.sf-navbar li a#m1 {
    display: block;
    background:	url("../img/mi-1-normal.png") no-repeat;
    height: 40px;
    width: 120px;
}
.sf-navbar li a#m2 {
    display: block;
    background:	url("../img/mi-2-normal.png") no-repeat;
    height: 40px;
    width: 120px;
}
.sf-navbar li a#m3 {
    display: block;
    background:	url("../img/mi-3-normal.png") no-repeat;
    height: 40px;
    width: 64px;
}

.sf-navbar li a#m1:hover {
    display: block;
    background:	url("../img/mi-1-hover.png") no-repeat;
    height: 40px;
    width: 124px;
    margin-right: -4px;
}
.sf-navbar li a#m2:hover {
    display: block;
    background:	url("../img/mi-2-hover.png") no-repeat;
    height: 40px;
    width: 121px;
    margin-right: -4px;
}
.sf-navbar li a#m3:hover {
    display: block;
    background:	url("../img/mi-3-hover.png") no-repeat;
    height: 40px;
    width: 70px;
}
.sf-navbar li.sfHover a#m1 {
    display: block;
    background:	url("../img/mi-1-hover.png") no-repeat;
    height: 40px;
    width: 124px;
    margin-right: -4px;
}
.sf-navbar li.sfHover a#m2 {
    display: block;
    background:	url("../img/mi-2-hover.png") no-repeat;
    height: 40px;
    width: 121px;
    margin-right: -4px;
}
.sf-navbar li.sfHover a#m3 {
    display: block;
    background:	url("../img/mi-3-hover.png") no-repeat;
    height: 40px;
    width: 70px;
}

.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			44em; /*IE6 soils itself without this*/
        width: 100%;
}
.sf-navbar li li {
	position: relative;
        height: 40px;
        padding: 0px 8px;
        line-height: 27px;
        border-right: 1px solid #005ebf;
        margin-top: 2px;
}

.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}

.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {
	background:		#004eb0;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	/*background:		#004eb0;*/
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	/*background:		#D1DFFF;*/
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	/*background:		#E6EEFF;*/
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			41px; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

#current-sub a {
    text-decoration: underline;
}

/*******************************************************************************
                                 WYSZUKIWARKA
*******************************************************************************/
.page-large #pl-wrapper #menu-search #search {
    position: absolute;
    top: 0px;
    left: 629px;
    width: 311px;
    height: 30px;
    z-index: 999;
}

.page-large #pl-wrapper #menu-search #search #s-box {
    width: 206px;
    height: 30px;
    background: url("../img/search-box.png") no-repeat;
    float: left;

}

.page-large #pl-wrapper #menu-search #search #s-box #s-input {
    width: 148px;
    height: 25px;
    line-height: 25px;
    background: #e5e5e5;
    border: none;
    margin: 3px 0px 0px 7px;
    color: #959595;
    font-size: 11px;
    float: left;
}

.page-large #pl-wrapper #menu-search #search #s-box #s-submit {
    width: 45px;
    height: 24px;
    background: url("../img/search-button.png") no-repeat;
    border: none;
    margin: 3px 0px 0px 3px;
    cursor: pointer;
}

.page-large #pl-wrapper #menu-search #search #s-title {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 105px;
}

.page-large #pl-wrapper #menu-search #search #s-title img {
    padding-top: 6px;
}

/*******************************************************************************
                                MIDDLE
*******************************************************************************/

.page #middle {
    padding-top: 10px;
    width: 100%;
    position: relative;
}

.page #separator1 {
    width: 100%;
    height: 1px;
    margin-top: 9px;
    border-bottom: 1px solid #e5e5e5;
}

.page #middle #content, .page #middle #content-sub {
    margin-right: 10px;
    width: 635px;
    overflow: hidden;
}

/*******************************************************************************
                                NAJBLIZSZE TARGI
*******************************************************************************/
.page #middle #next-fair {
    width: 635px;
    height: 54px;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 10px;
    float:left;
    line-height: 45px;
}

.page #middle #next-fair #nf-title {
    display: block;
    float: left;
    margin: 16px 20px 0px 0px;
}

.page #middle #next-fair #nf-start {
    /*margin-top: 5px;*/
    height: 44px;
    width:5px;
    background: url("../img/nf-start.png") no-repeat;
    float: left;
}

.page #middle #next-fair a.nf-city,.page #middle #next-fair a.nf-img, .page #middle #next-fair a.nf-date {
    display: block;
    /*margin-top: 5px;*/
    height: 44px;
    background: #ff8f19;
    float: left;
}

.page #middle #next-fair a img {
    margin-top: 16px;
}

.page #middle #next-fair #nf-stop {
    /*margin-top: 5px;*/
    height: 44px;
    width:5px;
    background: url("../img/nf-stop.png") no-repeat;
    float: left;
}

.page #middle #next-fair a.nf-city {
    padding-left: 13px;
    font: bold 12px/42px Arial;
    color: #ffe7cf;
    width: 60px;
    text-align: center;
}

.page #middle #next-fair a.nf-img {
    padding: 0px 7px;
}

.page #middle #next-fair a.nf-date {
    padding-right: 12px;
    font: normal 11px/43px Arial;
    color: #fff;
}

.page #middle #next-fair .nf-sep {
    width: 1px;
    height: 44px;
    background: #ffab61;
    float: left;
    /*margin-top: 5px;*/
}

/*******************************************************************************
                                PRAWY BOX
*******************************************************************************/
.page #middle #right {
    width: 295px;
    float: right;
}

.rounded-box {
    width: 295px;
}

.rb-top {
    width: 100%;
    height: 10px;
    background: url("../img/rounded-box-top.png") no-repeat;
}

.rb-middle {
    width: 295px;
    background: #f2f2f2;
    min-height: 105px;
    height: auto !important;
    height: 105px;
}

.rb-bottom {
    width: 100%;
    height: 10px;
    background: url("../img/rounded-box-bottom.png") no-repeat;
}

/*******************************************************************************
                                LOGIN STRONA GLOWNA
*******************************************************************************/
#login {
    width: 254px;
    height: 78px;
    margin:0 10px 0 0;
    padding:18px 21px 10px 20px;
    background: url("../img/login-box.png") 11px 0px no-repeat;
}

#login img {
    display: block;
    padding-bottom: 12px;
}

#login #login-user {
    background: url("../img/login-input.png") no-repeat;
    width: 115px;
    height: 30px;
    border: none;
    padding: 0px 10px;
    font: normal 11px/30px Arial;
    color: #818181;
    display: block;
    float: left;
}

#login #login-pass {
    border:medium none;
    color:#818181;
    display:block;
    float:left;
    font:11px/28px Arial;
    height:28px;
    margin:1px 0 0 11px;
    width:57px;
}

#login #submit-wrapper {
    width: 116px;
    height: 30px;
    background: url("../img/password-input.png") no-repeat;
    float: left;
    margin-left: 3px;
}

#login #login-submit {
    background:url("../img/login-submit.png") no-repeat scroll 0 0 transparent;
    border:medium none;
    display:block;
    float:left;
    height:24px;
    margin:3px 0 0;
    width:45px;
    cursor: pointer;
}

#login #login-add {
    clear: both;
    height: 30px;
    line-height: 30px;
    /*padding: 0px 0 0 98px;*/
    position: relative;
    width: 268px;
}

#login #login-add a {
    font: normal 11px/30px Arial;
    color: #9c9c9c;
    text-decoration: none;
    display: block;
    float: left;
    height: 30px;
    padding-left: 5px;
}

#login #login-add a#la-first {
    /*border-right: 1px solid #9c9c9c;*/
    background: url("../img/separ-login.png") no-repeat 166px 11px;
    padding: 0px 5px 0px 72px;
    text-align: right;
}

#login #login-add a#la-first {
    width: 90px;
}

#login #logged-user {
    background: url("../img/user-icon.png") no-repeat scroll 0 0 transparent;
    height: 28px;
    line-height: 9px;
    padding-left: 10px;
    color: #6d6c6c;
}

#login #logout-main {
    width: 63px;
    height: 24px;
    float: left;
}

#login #acc-main {
    width: 67px;
    height: 24px;
    float: left;
    margin-left: 3px;
}

/*******************************************************************************
                      BOXY POD LOGOWANIEM STRONA GLOWNA
*******************************************************************************/
.boxes {
    margin-top: 3px;
}

/*******************************************************
          ANKIETA STRONA GLOWNA
*******************************************************/
.boxes #poll {
    width: 253px;
    padding: 13px 0px 0px 22px;
    overflow:hidden;
}

.boxes #poll .options {
    display: block;
    float: left;
    clear: left;
    height: 14px;
}

.boxes #poll .item {
    height: 20px;
}

.boxes #poll span {
    display: block;
    float: left;
    font: normal 12px/14px Arial;
    height: 14px;
    color: #656565;
    margin-left: 6px;
}

.boxes #poll p#question {
    margin: 0px;
    font: bold 12px Arial;
    color: #4d4d4d;
    margin: 19px 0px 14px 0px;
}

.boxes #poll #poll-vote {
    width: 45px;
    height: 24px;
    border: none;
    background:url("../img/poll-vote.png") no-repeat scroll 0 0 transparent;
    display: block;
    clear: left;
    float: left;
    margin-top: 6px;
    cursor: pointer;
}

.boxes #poll a#poll-results {
    width: 83px;
    height: 24px;
    text-decoration: none;
    background:url("../img/poll-see-results.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    margin-left: 2px;
    margin-top: 6px;
}

.boxes #poll table {
    padding-top: 23px;
}

/*******************************************************
          NEWSLETTER STRONA GLOWNA
*******************************************************/
.boxes #newsletter {
    width: 263px;
    height: 81px;
    margin:0 10px 0 0;
    padding:16px 0px 0px 22px;
    background: url("../img/newsletter-bg.png") 11px 16px no-repeat;
}

.boxes #newsletter img {
    display: block;
    padding-top: 14px;
}

.boxes #newsletter #nl-wrapper {
    background: url("../img/newsletter-input.png") no-repeat;
    width: 254px;
    height: 30px;
    line-height: 30px;
    margin-top: 13px;
}

.boxes #newsletter #nl-input {
    border: none;
    border: 0;
    margin:2px 0 0 10px;
    width: 193px;
    height: 25px;
    font: normal 11px/25px Arial;
    color: #858484;
    display: block;
    float: left;
}

.boxes #newsletter #nl-submit {
    border: none;
    background: url("../img/newsletter-add.png") no-repeat;
    width: 38px;
    height: 24px;
    display: block;
    float: right;
    margin: 3px;
    cursor: pointer;
}

/*******************************************************
          PORADNIK STRONA GLOWNA
*******************************************************/
.boxes #guides {
    width: 274px;
    overflow: hidden;
    margin-left: 11px;
}

.boxes #guides img {
    display: block;
    margin-top: 19px;
    margin-left: 10px;
}

.boxes #guides .grb {
    width: 274px;
    margin-top: 20px;
}

.boxes #guides .grb-top {
    width: 100%;
    height: 10px;
    background: url("../img/guides-rb-top.png") no-repeat;
}

.boxes #guides .grb-middle {
    width: 274px;
    background: #fff;
    min-height: 10px;
    height: auto !important;
    height: 10px;
}

.boxes #guides .grb-bottom {
    width: 100%;
    height: 10px;
    background: url("../img/guides-rb-bottom.png") no-repeat;
}

.boxes #guides .grb-middle ul {
    margin: 0px;
    padding: 0px;
}

.boxes #guides .grb-middle ul li {
    font: normal 11px Arial;
    padding: 3px 0px 2px 25px;
    background: url("../img/arrow-guides.png") 12px 8px no-repeat;
    list-style: none;
}

.boxes #guides .grb-middle ul li a {
    color: #3a5596;
}

/*******************************************************************************
                                NEWSY STRONA GLOWNA
*******************************************************************************/
.page #middle #news {
    width: 635px;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    float: left;
}

.page #middle #news .item {
    float: left;
    padding: 9px 0px 11px 0px;
}

.page #middle #news .first {
    width: 318px;
    border-right: 1px solid #e4e4e4;
}

.page #middle #news .second {
    width: 307px;
    padding-left: 9px;
}

.page #middle #news img {
    display: block;
    margin: 20px 0px 12px 0px;
}

.page #middle #news a.title {
    background: url("../img/news-icon.png") 0px 4px no-repeat;
    font: bold 12px Arial;
    padding-left: 12px;
    color: #003e7f;
    display: block;
}

.page #middle #news .cont {
    font: normal 11px Arial;
    color: #4e4e4e;
    display: block;
    padding: 16px 0px;
}

.page #middle #news .date {
    color: #747474;
}

/*******************************************************************************
                                NEWSY LISTOWANIE
*******************************************************************************/
.page #middle #news-list {
    width: 635px;
    overflow: hidden;
}

.page #middle #news-list .item {
    width: 635px;

    padding: 14px 0px 10px 0px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

.page #middle #news-list .item .nli-date {
    width: 34px;
    height: 92px;
    background: url("../img/news-date-bg.png") no-repeat;
    float: left;
}

.page #middle #news-list .item .nli-date .nli-day {
    font: bold 12px Arial;
    color: #000;
    width: 34px;
    padding-top: 31px;
    text-align: center;
}

.page #middle #news-list .item .nli-date .nli-ym {
    font: bold 9px Arial;
    color: #727272;
    width: 34px;
    height: 17px;
    line-height: 17px;
    text-align: center;
}

.page #middle #news-list .item .nli-content {
    width: 591px;
    padding: 5px 0px 0px 10px;
    float: left;
    line-height: 16px;
    font: normal 11px Arial;
    color: #6d6c6c;

}

.page #middle #news-list .item .nli-title {
    width: 591px;
    padding: 15px 0px 0px 10px;
    float: left;
    color: #2b2b2b;
    font: bold 12px Arial;
}

.page #middle #news-list .item .nli-more img {
    padding-top: 5px;
}

.page #middle #news-list .nli-pagination {
    padding-top: 14px;
    text-align: center;
}

.page #middle #news-list .nli-pagination a {
    color: #6D6C6C;
}

/*******************************************************************************
                                NEWSY SZCZEGOLY
*******************************************************************************/
.page #middle #news-details {
    width: 635px;
    overflow: hidden;
}

.page #middle #news-details .nd-img {
    float: left;
    padding: 10px 10px 10px 0px;
}

.page #middle #news-details .nd-date {
    margin-top: 10px;
    height: 16px;
    color: #6d6c6c;
    font: normal 11px Arial;
    line-height: 16px;
}

.page #middle #news-details .nd-date img {
    vertical-align: middle;
    padding-right: 7px;
}

.page #middle #news-details .nd-title {
    margin-top: 6px;
    padding: 12px 0px;
    height: 12px;
    line-height: 35px;
    color: #0043a6;
    font: bold 12px Arial;
}

.page #middle #news-details .nd-content {
    color: #6d6c6c;
    line-height: 22px;
    font: normal 12px Arial;
}

.tagi {
    padding: 10px 0px;
    font: normal 11px Arial;
    color: #6d6c6c;
}

.tagi a {
    color: #6d6c6c;
}

.tagi a:hover {
    text-decoration: underline;
}

.tagi span {
    font-weight: bold;
}

.back {
    float: left;
}

.print {
    float: right;
}
/*******************************************************************************
                                FB STRONA GLOWNA
*******************************************************************************/
.page #middle #facebook-long {
    width: 635px;
    height: 200px;
    float: left;
    margin-top: 36px;
}

/*******************************************************************************
                                PODSTRONY
*******************************************************************************/
.page #middle #page-title {
    overflow: hidden;
    background: url("../img/lines.png") 0px 12px no-repeat;
}

.page #middle #page-title #title-wrapper {
    height: 23px;
    padding-top: 10px;
    background: #fff;
    float: left;
}

.page #middle #breadcrumb {
    border-bottom: 1px solid #E4E4E4;
    font: 11px Arial;
    height: 22px;
    padding-top: 7px;
    width: 100%;
}

.page #middle #breadcrumb img {
    display: block;
    float: left;
    margin-top: 5px;
    padding: 0 6px;
    vertical-align: middle;
}

.page #middle #breadcrumb a {
    color: #6D6C6C;
    display: block;
    float: left;
    text-decoration: none;
}

/*******************************************************************************
                           REKLAMA NA DOLE STRONA GLOWNA
*******************************************************************************/
.page #middle #advert {
    width: 635px;
    float: left;
    padding: 36px 0px 32px 0px;
    text-align:center;
}

/*******************************************************************************
                                STOPKA
*******************************************************************************/
.page #bottom {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.page #bottom #wystawcy {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.page #bottom #wystawcy img {
    margin: 19px 0px 0px 14px;
}

.page #bottom #menu-bottom {
    position: relative;
    clear: both;
    padding-top: 19px;
    overflow: hidden;
    text-align: center;
    height: 29px;
    line-height: 29px;
    font: normal 12px Arial;
}

.page #bottom #menu-bottom img {
    display: inline-block;
    vertical-align: middle;
}

.page #bottom #menu-bottom a{
    padding-right: 7px;
    color: #000;
}

.page #bottom #menu-bottom a:hover{
    text-decoration: underline;
}

.page #bottom #menu-bottom .border {
    padding-left: 7px;
}

.page #bottom #copyright {
    margin-top: 26px;
    font: normal 11px Arial;
    color: #7f7f7f;
    padding-bottom: 6px;
    text-align: center;
}

.page #bottom #realization {
    font: normal 11px Arial;
    color: #7f7f7f;
    padding-bottom: 6px;
    text-align: center;
}

.page #bottom #realization a {
    color: #7f7f7f;
}

/*******************************************************************************
                                KONTAKT
*******************************************************************************/
#page-contact {
    font: normal 11px Arial;
    color: #6d6c6c;
}

#page-contact td {
    padding-right: 10px;
}

#page-contact selectaaaaa {
    width: 150px;
    height: 24px;
    line-height: 24px;
    color: #6d6c6c;
    border: 1px solid #d5d5d5;
}

#page-contact select, #page-register select, #page-newsletter-add select {
    width: 150px;
    height: 18px;
    border: 0;
    border: none;
    color: #6d6c6c;
}

#page-contact .input, #page-register .input, #page-newsletter-add .input, #page-newsletter-del .input, #page-login .input {
    width: 265px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #d5d5d5;
    color: #6d6c6c;
}

#page-contact .token {
    width: 168px;
    height: 24px;
    border: 1px solid #d5d5d5;
    color: #6d6c6c;
}

#page-contact .textarea {
    width: 420px;
    height: 150px;
    border: 1px solid #d5d5d5;
    color: #6d6c6c;
}

#page-contact .submit {
    width: 45px;
    height: 24px;
    background: url("../img/send-button.png") no-repeat;
    border: none;
    cursor: pointer;
}

/*******************************************************************************
                                PODSTRONA LOGOWANIA
*******************************************************************************/
#page-login {
    font: normal 11px Arial;
    color: #6d6c6c;
    margin-top: 10px;
}

#page-login .submit {
    background: url("../img/login-submit2.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 66px;
    display: block;
    float: left;
    margin-top: 8px;
}

#page-login .recover-pass-link {
    display: block;
    height: 24px;
    width: 111px;
    float: left;
    margin: 8px 0px 0px 2px;
}

/*******************************************************************************
                                PRZYPOMNIENIE HASŁA
*******************************************************************************/
#page-recover-pass {
    font: normal 11px Arial;
    color: #6d6c6c;
}

#page-recover-pass table {
    margin-top: 10px;
}

#page-recover-pass .input {
    width: 160px;
    height: 22px;
    color: #6d6c6c;
    border: 1px solid #d5d5d5;
}

#page-recover-pass .submit {
    background: url("../img/recover-pass-button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 100px;
}

/*******************************************************************************
                                REJESTRACJA
*******************************************************************************/
#page-register {
    font: normal 11px Arial;
    color: #6d6c6c;
    margin-top: 10px;
}

.subpage .row {
    height: 26px;
    line-height: 26px;
    width: 100%;
    margin-bottom: 4px;
    clear: both;
}

.subpage  .row .label {
    float: left;
    width: 106px;
}

.subpage  .row .label2 {
    float: left;
    width: 450px;
}

.subpage  .row input {
    display: block;
}

.subpage  .row-first {
    margin-top: 9px;
}

.subpage  .submit {
    background: url("../img/register-button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 80px;
}

.subpage .submit-save {
    background: url("../img/save-button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 45px;
}

.subpage  .select {
    width: 150px;
    height: 18px;
    border: 1px solid #d5d5d5;
    padding: 3px;
    float: left;
}

.subpage  .checkbox {
    height: 18px;
    margin: 5px 15px 5px 85px;
    float: left;
}

.subpage  .privacy-text {
    width: 635px;
    height: 40px;
    padding: 3px;
    float: left;
    line-height: 14px;
    color: #8b8b8b;
    font: normal 9px Arial;
}

/*******************************************************************************
                                ANKIETY
*******************************************************************************/
#page-polls, #page-poll {
    font: normal 11px Arial;
    color: #6d6c6c;
}

#page-polls #poll-table {
    margin-top: 10px;
}

#page-polls #poll-table {
    background: #f2f2f2 url("../img/table-bg.png") no-repeat;
    border: none;
    width: 635px;
    overflow: hidden;
}

#page-polls #poll-table .pt-tr {
    position: relative;
    clear: both;
}

#page-polls #poll-table .normal {
    height: 37px;
    line-height: 37px;
}

#page-polls #poll-table .first {
    height: 30px;
    color: #fff;
    font: normal 11px/30px Arial;
}

#page-polls #poll-table .first span {

}

#page-polls #poll-table .last {
    height: 36px;
    line-height: 36px;
}

#page-polls #poll-table .border {
    width: 635px;
    position: relative;
    background: url("../img/tr-border.png") no-repeat 50% 100%;
}

#page-polls #poll-table .pt-tr .pt-td {
    float: left;
    padding-left: 10px;
}

#page-polls #poll-table .pt-tr .pt-td strong a {
    color: #6D6C6C;
}

#page-polls #poll-table .pt-tr .pt-td1 {
    width: 291px;
    background: transparent url("../img/td-border.png") no-repeat right;
}

#page-polls #poll-table .pt-tr .pt-td2 {
    width: 144px;
    background: transparent url("../img/td-border.png") no-repeat right;
}

#page-polls #poll-table .pt-tr .pt-td3 {
    width: 90px;
    background: transparent url("../img/td-border.png") no-repeat right;
}

#page-polls #poll-table .pt-tr .pt-td4 {
    width: 70px;
}

#page-polls #poll-table .first .pt-td {
    background: none;
}

/*************************
      WYNIKI ANKIETY
*************************/
#page-poll {
    margin-top: 10px;
}

#page-poll .pp-chart {
    font: normal 11px Arial;
    background: #f2f2f2 url("../img/warsztaty-details-bg.png") no-repeat;
    overflow: hidden;
    color: #6d6c6c;
}

#page-poll .ppc-head {
    color: #fff;
    height: 37px;
    line-height: 29px;
    margin-left: 10px;
    font-weight: bold;
}

#page-poll .ppc-answer {
    color: #6D6C6C;
    display: block;
    line-height: 24px;
    margin-left: 10px;
    height: 24px;
}

#page-poll a.all-polls {
    display: block;
    float: right;
    margin: 7px 10px 0 0;
}

#page-poll .summary {
    height: 42px;
    line-height: 40px;
    float: left;
}

#page-poll .chart-line-bg {
    width: 614px;
    border-left: 1px solid #ca6811;
    height: 5px;
    position: relative;
    z-index: 1;
    background: url("../img/chart-line-bg.png") repeat-x;
    margin-left: 10px;
}

#page-poll .chart-line {
    height: 5px;
    z-index: 9999;
    background: url("../img/chart-line.png") repeat-x;
}

/*************************
      ANKIETA W BOXIE
*************************/
#poll-box {
    font-size: 11px;
    color: #6D6C6C;
}

#poll-box #pb-title {
    color: #6D6C6C;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

#poll-box .pb-answer {
    height: 18px;
}

#poll-box .pb-chart-line-bg {
    background: url("../img/chart-line-bg.png") repeat-x scroll 0 0 transparent;
    border-left: 1px solid #CA6811;
    height: 5px;
    margin-bottom: 8px;
    position: relative;
    width: 253px;
    z-index: 1;
}

#poll-box .pb-chart-line {
    height: 5px;
    z-index: 9999;
    background: url("../img/chart-line.png") repeat-x;
}

#poll-box #pb-summary {
    float: left;
    height: 26px;
    line-height: 26px;
}

#poll-box a {
    float: right;
    display: block;
}

.poll-error {
    font-weight: bold;
    color: #f48624;
    font-size: 12px;
    margin-top: 10px;
}

/*******************************************************************************
                              NEWSLETTER PODSTRONA
*******************************************************************************/
#page-newsletter-add, #page-newsletter-del, .page #middle #page-search, #page-galleries, #page-warsztaty {
    font: normal 11px Arial;
    color: #6d6c6c;
    margin-top: 10px;
}

#page-newsletter-add .submit {
    background: url("../img/newsletter-add-button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 72px;
    float: left;
}

#page-newsletter-add .del-submit {
    cursor: pointer;
    line-height: 24px;
    margin-left: 9px;
    text-decoration: underline;
    width: 120px;
}

#page-newsletter-del .submit {
    background: url("../img/newsletter-del-button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 72px;
}

/*******************************************************************************
                              SZUKAJ PODSTRONA
*******************************************************************************/
.page #middle #page-search {
    width: 635px;
    overflow: hidden;
}

.page #middle #page-search .item {
    width: 635px;
    padding: 14px 0px 10px 0px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

.page #middle #page-search .item .nli-content {
    width: 591px;
    padding: 5px 0px 0px 0px;
    float: left;
    line-height: 16px;
    font: normal 11px Arial;
    color: #6d6c6c;
}

.page #middle #page-search .item .nli-title {
    width: 591px;
    float: left;
    color: #2b2b2b;
    font: bold 12px Arial;
}

.page #middle #page-search .item .nli-more {
    text-decoration: underline;
    display: block;
    margin-top: 2px;

}

.page #middle #page-search .item .nli-more img {
    padding-top: 5px;
}

.page #middle #page-search .nli-pagination {
    padding-top: 14px;
    text-align: center;
}

.page #middle #page-search .nli-pagination a {
    color: #6D6C6C;
}

.page #middle #page-search .submit {
    background: url("../img/ok-button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 29px;
    line-height: 24px;
}

.page #middle #page-search .input {
    width: 160px;
    height: 22px;
    color: #6d6c6c;
    border: 1px solid #d5d5d5;
}

.page #middle #page-search form {
    text-align: center;
    color: #6d6c6c;
    margin-top: 10px;
}

.szukaj-fraza {
    background: url("../img/lupa.png") no-repeat scroll 0 11px transparent;
    float: left;
    font: 12px/36px Arial;
    height: 36px;
    padding-left: 23px;
}

.szukaj-fraza span {
    font-style: italic;
}

.szukaj-ilosc {
    float: right;
    font: 12px/36px Arial;
    height: 36px;
}

.szukaj-ilosc span {
    margin: 0px;
    padding: 0px;
}

/*******************************************************************************
                              GALERIA PODSTRONA
*******************************************************************************/
#page-galleries {
    position: relative;
    width: 100%;
}

.g-item-wrapper {
    float: left;
    position: relative;
    width: 120px;
    margin-top: 10px;
}

.g-item {
    background-color: #f2f2f2;
    height: 120px;
    position: relative;
    width: 120px;
}

.g-item:hover {
    background-color: #0043a6;
}

.g-item2 {
    float: left;
    margin-top: 10px;
    background-color: #f2f2f2;
    height: 120px;
    position: relative;
    width: 120px;
}

.g-item2:hover {
    background-color: #0043a6;
}

.g-margin {
    margin-left: 5px;
}

.g-item .gi-middle, .g-item2 .gi-middle {
    display: table;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
}

.g-item .gi-middle a, .g-item2 .gi-middle a {
    display: table-cell;
    vertical-align: middle;
}

.gi-name {
    padding-top: 5px;
    text-align: center;
    width: 120px;
    display: block;
}

/*******************************************************************************
                                    WARSZTATY
*******************************************************************************/
#page-warsztaty, #page-warsztaty-details {
    font: normal 11px Arial;
    color: #6d6c6c;
}

#page-warsztaty a {
    color: #6d6c6c;
}

#page-warsztaty .w-title {
    color: #0043A6;
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px;
}

#page-warsztaty .w-date {
    color: #6d6c6c;
    background: url("../img/calendar.png") no-repeat;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
}

#page-warsztaty .w-desc {
    padding: 5px 0 20px;
}

#page-warsztaty .warsztaty-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}

#page-warsztaty .wi-theme {
    color: #000;
    height: 24px;
    line-height: 24px;
    display: block;
}

#page-warsztaty .wi-theme span {
    font-size: 12px;
    font-weight: bold;
}

#page-warsztaty .wi-desc {
    color: #6D6C6C;
    display: block;
    line-height: 14px;
    padding: 10px 0;
}

#page-warsztaty .warsztaty-item div {
    display: block;
    height: 24px;
    width: 629px;
    padding: 3px;
    background: #f2f2f2;
}

#page-warsztaty .warsztaty-item .submit-save, #page-warsztaty-details .submit-save {
    display: block;
    height: 24px;
    width: 83px;
    border: none;
    background: url("../img/warsztaty-button.png") no-repeat;
    cursor: pointer;
}

#page-warsztaty .warsztaty-item .submit-cancel, #page-warsztaty-details .submit-cancel {
    display: block;
    height: 24px;
    width: 70px;
    background: url("../img/warsztaty-button2.png") no-repeat;
    border: none;
    cursor: pointer;
}

#page-warsztaty .warsztaty-item .submit-save, #page-warsztaty-details .sc-float {
    float: left;
}

#page-warsztaty .warsztaty-item .submit-cancel, #page-warsztaty-details .sc-float {
    float: left;
}

#page-warsztaty .warsztaty-item div form div {
    float: left;
    width: 200px;
    height: 18px;
    line-height: 18px;
    padding-left: 9px;
}

#page-warsztaty .warsztaty-item div div {
    height: 18px;
    line-height: 18px;
}

#page-warsztaty .warsztaty-item div div a {
    font-weight: bold;
}

#page-warsztaty-details {

}

#page-warsztaty-details .wi-address {
    font: normal 11px Arial;
    background: #f2f2f2 url("../img/warsztaty-details-bg.png") no-repeat;
    overflow: hidden;
    color: #6d6c6c;
    padding: 5px 0px 0px 0px;
    height: 176px;
}

#page-warsztaty-details .wia-head {
    color: #fff;
    height: 33px;
    line-height: 22px;
    margin-left: 10px;
    font-weight: bold;
}

#page-warsztaty-details .wia-address-cont {
    color: #6D6C6C;
    display: block;
    font-size: 12px;
    line-height: 39px;
    margin-left: 10px;
    margin-top: -10px;
}

#page-warsztaty-details .wia-address-cont span {
    color: #000;
}

#page-warsztaty-details .wi-title {
    color: #0043a6;
    font: bold 12px Arial;
    display: block;
    padding: 9px 0px 11px;
    float: left;
}

#page-warsztaty-details .wi-theme {
    color: #000;
    font: normal 12px Arial;
    display: block;
    padding: 5px 0px;
}

#page-warsztaty-details .wi-theme span {
    font-weight: bold;
}

#page-warsztaty-details .wi-content {
    font: normal 12px Arial;
    display: block;
    padding: 0 0 22px;
    clear: both
}

#page-warsztaty-details .wi-buttons {
    float: right;
    text-align: right;
    margin-top: 12px;
}

#page-warsztaty-details .wi-buttons a {
    text-decoration: underline;
    line-height: 21px;
}

#page-warsztaty-details .submit-save {
    margin-left: 38px;
}

/*******************************************************************************
                                    BOX INFORMACYJNY
*******************************************************************************/
.info-box {
    width: 100%;
    background: #e2e9f2 url("../img/info-icon.png") 10px 10px no-repeat;
    color: #000;
    font: normal 12px Arial;
    padding: 11px 37px 13px 37px;
    width: 561px;
}

.info-box p {
    padding: 0px;
    margin: 0px;
}

.info-box-add {
    margin: 9px 0px 9px;
}

/*******************************************************************************
                                    WYSTAWCY
*******************************************************************************/
#page-wystawcy {
    color: #6d6c6c;
}

#page-wystawcy #wystawcy-head {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 12px 0px 4px 0px;
    font: normal 12px Arial;
    color: #6d6c6c;
}

#page-wystawcy #wystawcy-head span {
    font-weight: bold;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 3px;
}

#page-wystawcy #wystawcy-head a {
    color: #6d6c6c;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0px 7px;
}

#page-wystawcy #wystawcy-head a.wh-selected {
    background: #0047aa;
    color: #fff;
}

#page-wystawcy #wystawcy-head a:hover {
    background: #0047aa;
    color: #fff;
}

#page-wystawcy .wystawcy-item {
    width: 100%;
    padding: 10px 0px 21px 0px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

#page-wystawcy .wi-title {
    color: #000;
    font: bold 12px Arial;
    display: block;
    float: left;
    padding: 9px 0px;
}

#page-wystawcy .wi-content {
    color: #6c6c6c;
    font: normal 11px Arial;
    display: block;
    clear: left;
}

#page-wystawcy .wi-more {
    width: 45px;
    height: 24px;
    display: block;
    float: right;
}

#page-wystawcy .wi-img, #page-wystawcy-details .wi-img {
    float: left;
    width: 100px;
}

#page-wystawcy .wi-rest, #page-wystawcy-details .wi-rest {
    float: left;
    padding-left: 20px;
    width: 515px;
}

#page-wystawcy-details {
    margin-top: 10px;
}

#page-wystawcy-details .wi-title {
    color: #000;
    font: bold 12px Arial;
    padding: 6px 0px 4px;
    height: 12px;
    width: 100%;
}

#page-wystawcy-details .wi-content {
    font: normal 11px Arial;
    color: #6d6c6c;
    margin-top: 15px;
}

#page-wystawcy-details .wi-www{
    padding: 10px 0px;
}

#page-wystawcy-details .wi-www a {
    color: #004cae;
}

#page-wystawcy-details .wi-address {
    font: normal 11px Arial;
    background: #f2f2f2 url("../img/wystawcy-address-bg.png") no-repeat;
    overflow: hidden;
    color: #6d6c6c;
    padding: 5px 0px 3px 0px;
    margin-top: 10px;
}

#page-wystawcy-details .wia-head {
    color: #fff;
    height: 33px;
    line-height: 22px;
    margin-left: 10px;
    font-weight: bold;
}

#page-wystawcy-details .wia-address-cont, #page-wystawcy-details .wia-email{
    display: block;
    font-size: 12px;
    line-height: 29px;
    margin-left: 10px;
    margin-top: -5px;
}

/*******************************************************************************
                                    PATRONI
*******************************************************************************/
#page-patrons {

}

#page-patrons table  {
    width: 635px;
    display: table;
}

#page-patrons td {
    width: 635px;
    vertical-align: middle;
    padding: 10px 0px;
    border-bottom: 1px solid #E4E4E4;
}

#page-patrons table img  {
    float: left;
    margin-right: 18px;
}

#page-patrons table p a  {
    font: normal 12px Arial;
    color: #000;
}

#page-error {
    font: normal 12px Arial;
    color: #6D6C6C;
    margin-top: 10px;
}

#page-content {
    margin-top: 10px;
    color: #6d6c6c;
    font-size: 12px;
}

#page-content a {
    color: #ff871c;
}

.subpages-header-txt {
    margin-top: 7px;
}

/*******************************************************************************
                                KOMENTARZE
*******************************************************************************/
#comments {
    border-top: 1px solid #E4E4E4;
    padding-top: 10px;
    width: 635px;
    overflow: hidden;
}

#comments #c-head {
    height: 26px;
    width: 100%;
    overflow: hidden;
}

#comments #c-head .sifr {
    float: left;
    margin-top: 3px;
}

#comments #c-head a {
    float: right;
    display: block;
}

#comments .item {
    width: 100%;
    color: #6D6C6C;
    margin-top: 10px;
}

#comments .author {
    font: bold 12px/20px Arial;
    float: left;
    height: 20px;
}

#comments .date {
    font: normal 12px/20px Arial;
    float: right;
    height: 20px;
}

#comments .content {
    font: normal 12px Arial;
    clear: both;
    width: 100%;
}

#comment-form {
    font: normal normal normal 11px/24px Arial;
    color: #818181;
}

#comment-form .token {
    width: 168px;
    height: 24px;
    border: 1px solid #d5d5d5;
    color: #6d6c6c;
    padding: 0px 10px;
    font: normal normal normal 11px/24px Arial;
    color: #818181;
}

#comment-form .textarea {
    width: 420px;
    height: 150px;
    border: 1px solid #d5d5d5;
    color: #6d6c6c;
    padding: 0px 10px;
    font: normal normal normal 11px/24px Arial;
    color: #818181;
}

#comment-form .submit {
    background: url("../img/send-button.png") no-repeat;
    border: none;
    cursor: pointer;
    height: 24px;
    width: 45px;
}

.add-comment {
    font: normal normal normal 12px/24px Arial;
    color: #818181;
    margin-top: 20px;
}
