div.commentsBox {
	border: 0px;
	padding: 0px;
	width: 100%;
	margin: 0px auto;
	background-color: none;
}
div.commentBoxTopLeft {
	background: url(/core-index/images/guestbook2/top-left-corner.png);
	height: 30px;
	width: 12px;
	float: left;
	border: 1px solid red;
	display: none;
}
div.commentBoxTop {
	margin-top: 5px;
	background: url(/core-index/images/guestbook2/top.png);
	height: 30px;
	width: 100%;
	font-family: "Lucida Grande", Arial;
	font-size: 14px;
}
div.commentBoxTopRight {
	background: url(/core-index/images/guestbook2/top-right-corner.png);
	height: 30px;
	width: 12px;
	float: left;
	display: none;
}
div.commentBoxBody {
	width: 100%;
	font-family: Arial;
	padding-bottom: 5px;
}
div.commentReply {
	background: url(/core-index/images/guestbook2/bg-white.png);
	background-repeat: repeat;
	position: relative;
	z-index: 100;
	min-width: 100%;
}
div.commentReply h3 {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}
form.commentReplyForm {
	width: 95%;
	margin: 0px auto;
}
.commentReplyField {
	width: 95%;
	padding: 1%;
	border: 1px solid #ccc;
}
div.light {
	background: url(/core-index/images/guestbook2/bg-white.png);
}
div.dark {
	background: url(/core-index/images/guestbook2/bg-grey.png);
}
div.commentBoxBottom {
	background: url(/core-index/images/guestbook2/bottom.png);
	height: 31px;
	width: 100%;
	font-family: Arial;
}

#content img.fakeLink {
	float: right;
	margin: 0px;
	margin-right: 10px;
	border: 0px;
	background-color: inherit;
	padding: 0px;
	margin-top: 5px;
}

div.commentInfoHolder {
	padding-top: 5px;
	margin-top: 0px;
}

span.comment_name {
	width: 60%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

span.comment_date {
	width: 40%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}
.comment_body,.commentHolder {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: inherit;
}
.comment_body {
	padding: 10px 10px;
}
img.fakeLink,div.fakeLink {
	cursor: pointer;
}
a.writeCommentImage {
	margin-right: 10px;
}
.commentInfoHolder {
	width: auto;
}
#errorMessageContainer {
	display: none;
	width: 100%;
	color: white;
	text-align: center;
	position: fixed;
	background-color: red;
	top: 0px;
	left: 0px;
	z-index: 1000;
	margin: 0px;
}
#saveMessageContainer {
	display: none;
	width: 100%;
	background-color: green;
	color: white;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	margin: 0px;
}

.redBorder {
	border: 1px solid red;
}
.errorMessage {
	display: none;
	color: red;
	font-weight: normal;
}



/* DIALOG SYSTEM */
span.comment_name,span.comment_date {
	padding-top: 7px;
	margin: 0px;
}



div.indent {
	width: 90%;
}


.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:746px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:1em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/core-index/images/guestbook3/commentarea.png) no-repeat top right;
 _background-image:url(/core-index/images/guestbook3/commentarea.png);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:291px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}
.dialog .ft img.fakeLink {
	padding-top: 20px;
	border: 1px solid red;
}
.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:hidden; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

.dialog .bd{
	padding-top: 30px;
}

