﻿.nameDiv, .timeDiv, .commentDiv
{
		float: left;
		border: 1px #909090 solid;
		text-align:left;
}

.nameDiv
{
		width: 320px;
}
.timeDiv
{
		width: 100px;
		text-align:center;
		border-left: none;
}
.commentDiv, .writeDiv
{
		width: 421px;
		border-top: none;
}
.guestEntryDiv
{
		margin: 0 0 0 0;
		width: 423px;
}
.guestSmiley
{
		border-width:0px;
}
.writeDiv
{
		border-bottom: 1px #909090 dotted;
		text-align: left;
}
.guestPopup
{
		width:430px;
		height: 300px;
		position:relative;
		left: -75px;
		z-index: 20;
		background-color: #909090;
}
#newCommentModalDiv
{
    padding: 15px 15px 15px 15px;
    
}
#newCommentClose
{
    float:right;
    cursor:pointer;
}

