body#notify{
	background: #000 url("../images/tybetBg.jpg") no-repeat 50.5% 0 !important;
	color: #000;
	font: normal 70% Tahoma, Verdana, Helvetica, sans-serif; text-align: left;
	padding-bottom: 30px;

}

body.forum{
	background: #000 url("../images/tybetBg.jpg") no-repeat 50.5% 0;
	color: #000;
	font: normal 70% Tahoma, Verdana, Helvetica, sans-serif; text-align: left;
	padding-bottom: 30px;
}
 
/************************************************************************************/
/* 								FORUM	  					        */
/************************************************************************************/

legend{
	display: none;
}


#wrapTop{
	background: transparent url("../images/wrapTopBg.jpg") no-repeat 0 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	width: 820px;
}

.title{
	text-indent: -9999px;
}

#top{
	height: 80px;
	width: 950px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}



#wrapBottom{
	background: transparent url("../images/wrapBottomBg.gif") no-repeat 0 bottom;
	min-height: 500px; height: auto !important; height: 500px;
	width: 820px;
}

#wrapForum{

	min-height: 500px; height: auto !important; height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	width: 820px;
	z-index: 100;
}

#messages{
	font-size: 1.1em;
	height: 50px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;	
}

.messageTitle{
	font-weight: bold;
}

.error{
	color: #FF0000;
}

.warning{
	color: #FF8C00;
}

.info{
	color: #228B22;
}

.error, .warning, .info{
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 20px;
}

#notifyNote{
	border: none;
	float: right;
	height: 79px;
	margin: 25px 72px 0 0;
	width: 107px;
	color: #000;
	background: transparent url(../images/hdNotify.gif) no-repeat 0 0;;
	
}

#commentList{
	background: transparent url("../images/commentListBg.gif") repeat-y 0 0; 
	margin-left: auto;
	margin-right: auto;
	min-height: 500px; height: auto !important; height: 500px;
	padding-bottom: 10px;
	width: 820px; 
}

.nav{
	margin: auto;
	padding: 5px 10px;
	width: 700px;
	height: 50px;
}

#navBottom{
	border-top: dotted 1px #DCDCDC;
	display: block;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
}

#navPages ul{
	display: inline;
	height: 46px;
	margin-left: auto;
	margin-right: auto;

}

#navPages li{
	display: inline;
	
}

#pages{
	clear: both;
	margin-top: 15px;
	position: absolute;
	left: 48%;
}

#pages a:link, #pages a:visited {
    color: #000000;    
}
#pages a:hover, #pages a:active {
    color: #800000;    
}

.page{
	
	height: 50px;
	padding-top: 17px;
	margin: 0 3px;
}

.current{
	font-weight: bold;
	color: #800000;
}

#prevButton {
	
	float: left;
	background: transparent url("../images/prevButton.jpg") no-repeat 0 0;
	border: none;
	padding: 0 !important;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 140px;
	width: 170px;
	color: #fff;
}

#nextButton{
	
	background: transparent url("../images/nextButton.jpg") no-repeat 0 0;
	border: none;
	padding: 0 !important;
	float: right;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	color: #fff;
	width: 170px;
}

#addCommentButton, 
#showAllButton{
	display: block;
	border: none;
	float: left;
	height: 47px;
	width: 185px;
	color: #fff;
}

#addCommentButton{
	background: transparent url("../images/addCommentButton.jpg") no-repeat 0 0;
}

#hgButton,
#backButton{
	background: transparent url("../images/back.png") no-repeat 0 0;
	display: block;
	float: right;
	height: 42px;
	margin-top: 5px;
	width: 127px;
	color: #fff;
}


.showCommentButton{
	background: transparent url("../images/plusCircle.jpg") no-repeat 0 0;
	float: left;
	height: 36px;
	margin-top: 10px;
	width: 38px;
	color: #fff;
}



.navComment label{
	background: transparent url("../images/showReplies.png") no-repeat 0 0;
	color: #696969;
	display: block;
	float: left;
	height: 35px;
	margin-top: 10px;
	margin-left: 10px;
	width: 100px;
}

.navComment label a{
	display: block;
	color: #fff;
}

.navComment{
	width: 100%
}

.replyButton{
	background: transparent url("../images/replyButton.jpg") no-repeat 0 0;
	float: right;
	height: 32px;
	margin-right: 15px;
	margin-top: 5px;
	width: 104px;
	color: #fff;
}



.commentInfo, .replyInfo{
	display: block;
	height: 30px;
	width: 100%;
}

.moderatorNavComment{
	color: #A9A9A9;
	clear: both;
	display: block;
	float: right;
	
	padding: 5px;
	text-align: right;
	
}

.moderatorNavComment ul{
	display: block;
	height: 30px;
	width: 200px;
}

.moderatorNavComment ul li{
	width: 200px;
	display: block;
}

.nick_date{
	display: block;
	height: 20px;
	width: 100%;
}

.nick{
	float: left;
	width: 200px;
}

.date {
	color: #A9A9A9;
	display: block;
	float: right;
	height: 20px;
	padding: 5px;
	text-align: right;
	width: 200px;
}

.comment{
	border: solid 1px #DCDCDC;
	margin: 10px auto 5px;
	padding: 5px 10px;
	width: 700px;
}

.commentText, .date, .replyText{
	font-weight: normal;
}

.commentText p, .replyText p{
	clear: right;
	font-size: 1.1em;
}

/************************************************************************************/
/* 							ODPOWIEDZ	  					        */
/************************************************************************************/

.replies{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.reply{
	border: solid 1px #DCDCDC;
	margin-top: 10px;
	padding: 5px 10px;
	width: 90%;
}

.replyWrap{
	margin: 15px 15px 10px 45px;
}

.replyHeader{
	background: transparent url("../images/replyHeader.png") no-repeat 0 0;
	height: 30px;
	margin-left: 150px;
	text-indent: -9999px;
	width: 156px;
}

.addReplyFormWrap{
	display: block;
	margin-top: 10px;
	padding-bottom: 80px;
	width: 800px;
}

#addCommentFormWrap{
	display: block;
	margin-top: 10px;
	padding-bottom: 50px;
	width: 800px;
}

.addReplyFormWrap{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.addReplyForm
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	width: 450px;
}

.nickLabel{
	background: transparent url("../images/nickLabel.png") no-repeat 0 0;
	display: block;
	float: left;
	height: 24px;
	margin-top: 10px;
	text-indent: -9999px;
	width: 115px;
}

.nickInput{
	background: transparent url("../images/inputNickBg.png") no-repeat 0 0;
	border: none;
	display: block;
	float: right;
	font-family: verdana, helvetica, sans-serif;
	font-size: 15px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 15px;
	height: 20px;
	width: 230px;
}


.replyTextarea,
#commentText{
	background: transparent url("../images/inputTextareaBg.jpg") no-repeat 0 0;
	border: none;
	display: block;
	float: right;
	height: 184px;
	width: 445px;
}

#msgText textarea,
.replyTextarea textarea,
#commentText textarea{
	border: none !important; border: #fff;
	float: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 15px;
	height: 142px;
	margin-left: 8px;
	margin-top: 10px;
	overflow: auto;
	padding: 10px 5px 10px 10px;
	width: 405px;
}

.addReply, .cancelReply,
#addComment, #cancelComment{
	display: block;
	float: right;
	color: #fff;
}

#addCommentHeader{
	background: transparent url("../images/addCommentHeader.png") no-repeat 0 0;
	height: 25px;
	margin-left: 80px;
	margin-top: 20px;
	text-indent: -9999px;
	width: 228px;
}


#addCommentForm{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

#addCommentForm fieldset{
	margin-bottom: 10px;
}

/************************************************************************************/
/* 						POWIADOM ZNAJOMEGO  					        */
/************************************************************************************/

#notify #wrapTop{
	margin-top: 1px;
}

#wrapNotify{
	min-height: 500px; height: auto !important; height: 500px;
	margin-left: auto;
	margin-right: auto;
	
	width: 820px;
	padding-bottom: 70px;
}


#notifyTitle{
	background: transparent url("../images/notifyTitle.png") no-repeat 0 3px;
	height: 70px;
	margin-bottom: 100px;
	margin-top: 0px;
	margin-left: -20px;
	width: 553px;
	
}
#formWrapper{
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width:700px;
}


#notifyForm{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.notifyButton{
	float: right;
}

.notifyFormWrap{
	width: 820px !important;
	padding-top: 0 !important;
}

.notifyFormWrap fieldset{
	
}

.notifyFormWrap label{
	display:block;
	float:left;
	font-weight:bold;
	height: 62px;
	margin-right: 15px;
	
	text-indent: -9999px;
	width:210px;
}

.notifyFormWrap input{
	border: none;
	display: block;
	float:right;
	font-family: verdana, helvetica, sans-serif;
	font-size: 15px;
	height: 20px;
	margin: 3px auto;
	padding: 15px 15px 15px 15px;
	width: 410px;
}


.form{
	background: transparent url("../images/inputTextBg.jpg") no-repeat 0 0;
	clear: right;
}

#addressForm{
	margin-bottom: 15px;
}

#myEmailLabel{
	background: transparent url("../images/myEmailLabel.jpg") no-repeat 0 0;
}

#friendEmailLabel{
	background: transparent url("../images/friendEmailLabel.jpg") no-repeat 0 0;
}

.validate{
	clear: both;
	color: #FF0000;
	display: block;
	font-size: 1.3em;
	font-weight: bold !important;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
	height: 15px;
}

.sentOK{
	background: transparent url(../images/sentOk.gif) no-repeat 0 0;
	clear: both;
	color: #008000;
	display: block;
	font-size: 1.5em;
	font-weight: normal !important;
	height: 35px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	width: 362px;
}

#msgTextLabel{
	background: transparent url("../images/msgTextLabel.jpg") no-repeat 0 0;
	float: left;
	height: 32px;
	width: 210px;
}

#msgText{
	background: transparent url("../images/inputTextareaBg.jpg") no-repeat 99% 0;
	border: none;
	float: right;
	height: 184px;
	margin-bottom: 8px;
	width: 700px;
}
#msgText textarea{
	border: none !important;
	height: 142px;
	margin-left: 40px;
	margin-top: 10px;
	overflow: auto;
	padding: 10px 5px 10px 10px;
	width: 405px;
}

#titleForm {
	background-color: transparent;
	border-top: solid 1px #DCDCDC;
	border-bottom: solid 1px #DCDCDC;
	margin: 5px 0;
}

#msgForm{
	padding-bottom: 30px;
}

.button{
	background-image: none;
	border: none;
	padding: 0 !important;
}

.addField{
	
}

#buttonWrap{
	height: 48px;
}

#nextAddress,
#cancel,
#send{
	display: block;
	float: right;
}

#nextAddress{
	background: transparent url(../images/addAddressButton.jpg) no-repeat 0 0;
	clear: both;
	height: 48px;
	text-indent: -9999px;
	width: 227px;
}

#addresses{
	font-size: 1.3em;
	font-weight: 100;
	margin: 20px;
	padding-right: 40px;
	text-align: right;
}

#cancel, #send{
	height: 47px;
	margin: 0;
	width: 132px;
}
#send{
	margin-right: 30px;
}
#notify h2{
	width: 860px; height: 134px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
	background: transparent url(../images/hdPowiadomZnajomych.gif) no-repeat 0 55px;	
}
.forum #top h2{
	height: 69px;
	background: transparent url(../images/hdKomentarze.gif) no-repeat 60px 0;
}
