.pdCommentsWrapper {
	padding:0;
	margin-bottom: 10px;
	width: 840px;
	overflow: hidden;
}

.pdImgWrapper {
	padding: 0 0;
	margin: 0 0;
	position: relative;
}

.pdImgWrapper .pdFade{
	background: url(/img/fade.png) repeat;
	position: absolute;
	display: none;
}

.pdImgWrapper .pdSelection{
	position: absolute;
	display: none;
	border: 1px dotted #000;
}

.pdImgWrapper .pdLayover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	background: url(/img/0.gif) repeat;
	z-index: 100;
}

.pdImgWrapper .pdLayers {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 90;
}

.pdImgWrapper .pdLayers>* {
	display: none;
}

div.alert {
	width: 400px;
	margin: 0 0;
}
div.alert p {
	min-height: 32px;
	margin: 10px 0;
	overflow: auto;
}
div.alert.error p {
	padding: 0 10px 0 60px;
	background: url(/img/error.gif) no-repeat 10px center;
}
div.alert.ok p {
	color: #000;
	font-weight: normal;
	padding: 0 10px 0 60px;
	background: url(/img/ok.gif) no-repeat 10px center;
}

a.btn1 {
	display:inline-block;
	background:url(img/btn1-l.png) no-repeat left top;
	color:#004461;
	font-size:13px;
	cursor:pointer;
	text-decoration: none;
}
a.btn1 span {
	display:inline-block;
	position:relative;
	background:url(img/btn1-r.png) no-repeat right top;
	height:23px;
	padding:7px 14px 0 13px;
}
a.btn1 span span {
	display:block;
	position:absolute;
	left:0;
	top:-1px;
	background:none !important;
	color:#fff;
}
a.btn1:hover { background:url(img/btn1-l.png) no-repeat left -31px; }
a.btn1:hover span { background:url(img/btn1-r.png) no-repeat right -31px; }

a.btn2 {
	display:inline-block;
	background:url(img/btn2-l.png) no-repeat left top;
	color:#0392cb;
	font-size:11px !important;
	cursor:pointer;
	text-decoration: none;
}
a.btn2 span {
	display:inline-block;
	position:relative;
	background:url(img/btn2-r.png) no-repeat right top;
	height:15px;
	padding:2px 7px 0 6px;
}
a.btn2 span span {
	display:block;
	position:absolute;
	left:0;
	top:-1px;
	background:none !important;
	color:#fff;
}
a.btn2:hover { background:url(img/btn2-l.png) no-repeat left -17px; }
a.btn2:hover span { background:url(img/btn2-r.png) no-repeat right -17px; }

form.pdAddComment input[type=text] {
	width: 460px;
}
form.pdAddComment textarea {
	width: 460px;
	height: 100px;
}

span.field_wrapper {
	display:inline-block;
	position:relative;
}

span.field_wrapper  i {
	color: #AAA;
	font-style: normal;
	position: absolute;
	left: 3px;
	top: 3px;
	cursor: text;
}

a.pdCommentBtn {
	background: #FFF;
	padding: 3px 4px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	white-space: nowrap;
	z-index: 91;
}

.pdHint {
	background: #FFF;
	padding: 4px 4px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	position: absolute;
	left: 0px;
	top: -25px;
	display: none;
	white-space: nowrap;
}

.pdAddComment td.err { background: #F00; }

.pdAddComment td.err i { color: #F00; }

div.err { color: #F00; }
div.ok { color: #080; }

.pdLayers .pdRect {
	position: absolute;
	border: 1px solid #EEE;
	background: url(/img/wt.png);
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	cursor: pointer;
	z-index: 95;
}

.pdLayers .pdRect.hover {
	background: url(/img/wth.png);
	z-index: 94;
}

div.pdComment {
	background: #ecf7fb;
	padding: 0 0;
	margin: 0 0;
	font-size: 10px;
	color: #666;
}
div[name=to0] {
	margin-top:1px;
}

div.pdRReply div.pdComment {
	margin-top:1px;
}

.pdComment .pdAuthor {
	color: #000;
}

.pdComment .pdDate {
}

.pdComment .pdSubj {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #555;
}

.pdComment .pdHead {
	padding: 3px 4px 1px 4px;
}

.pdComment .pdBody {
	display: block;
	padding: 3px 4px 5px 4px;
	background: #fff;
	font-size: 12px;
	color: #333;
}

.pdDeleted .pdComment .pdHead { display: none; }
.pdDeleted .pdComment .pdButtons { display: none; }
.pdDeleted .pdComment .pdBody { background: #ecf7fb; font-size: 11px;	color: #666; padding-bottom: 3px; }

.pdComment .pdThumb {
	border: 1px solid #778;
	margin: 3px 7px 3px 3px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.pdComment .pdThumb img { position: absolute; }

.pdComment .pdThumb a {
	position: absolute;
	border: 1px solid #EEE;
	display: inline-block;
	background: url(/img/wt.png);
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	cursor: pointer;
	z-index: 95;
}

.pdComment .pdThumb a:hover {
	background: url(/img/wth.png);
}

.pdComment .pdButtons {
	padding: 3px 4px;
}

.pdCl { clear: both; }

.pdPopup {
	width: 310px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 105;
}
.pdPopup div.bg{
	background: url(/img/popup_bg.png) no-repeat;
	min-height: 50px;
	max-height: 430px;
	overflow: hidden;
	padding: 13px 13px 0 23px;
}

#pdPopupComments {
	margin-top: 3px;
}

.pdCommentSmall {
	padding: 3px 2px 1px 2px;
	margin: 2px 0;
	background: #FAFAFF;
	color: #333;
	font: 10px Arial;
}

.pdCommentSmall a {
	font: 10px Arial;
	text-transform: lowercase;
}

.pdCommentSmall .pdDate {
	display: none;
}

.pdCommentSmall .pdAuthor {
	color: #000;
	font-weight: bold;
	display: block;
	height: 16px;
}

.pdCommentSmall .pdBody {
	display: block;
	max-height: 37px;
	position: relative;
	overflow: hidden;
}