
.CommentBoxButtonReplace{
position:relative;
top:7px;
}


.Bookmarks{
float:right;
padding:0 10px 0 0;
}

.Bookmarks a{
padding:0 3px;
position:relative;
top:2px;
}


/*------------------------------------- DRROPDOWN STRUCTURE BEGIN --------------------------*/
.CommentSpace{
	height:30px;
	background:#000;
}

.CommentActions{
float:left;
}
/*------------------------------------- DRROPDOWN STRUCTURE END ----------------------------*/

/*------------------------------------- DRROPDOWNS BUTTONS BEGIN ---------------------------*/
.CommentMargins{
	margin:0 10px;
}

.ShowComments, .ShowCommentForm, .SendToFriend{
	float:left;
	padding:0 10px 0 25px;
	display:block;
height:30px;
line-height:30px;

}

.ShowComments{
	margin:0 0 0 10px;
	background: url(/darkroom/blog/images/comments.png) left no-repeat;
}

.ShowCommentForm{
	padding:0 10px 0 20px;
	margin:0 0 0 15px;
	background: url(/darkroom/blog/images/add_comment.png) left no-repeat;
}

.SendToFriend{
	padding:0 10px 0 27px;
	margin:0 0 0 15px;
background: url(/darkroom/blog/images/mail.png) left no-repeat;
}

.ShowComments a, .ShowCommentForm a, .ShowTrackbacks a, .SendToFriend a{
	cursor:pointer;
}

.ShowComments a:link, .ShowComments a:hover, .ShowComments a:visited,
.ShowCommentForm a:link, .ShowCommentForm a:hover, .ShowCommentForm a:visited,
.ShowTrackbacks a:link, .ShowTrackbacks a:hover, .ShowTrackbacks a:visited,
.SendToFriend a:link, .SendToFriend a:hover, .SendToFriend a:visited{	
}
/*------------------------------------- DRROPDOWNS BUTTONS END ------------------------------*/

/*------------------------------------- DRROPDOWNS BEGIN ------------------------------------*/
.CommentsWrapper, 
.CommentFormWrapper, 
.TrackbacksWrapper{
	display:none;
	clear:both;
	height:125px;
padding:10px 0 0 0; 
overflow:auto;
	border:1px solid #d5d5d5;
}

.CommentWrapper{
	display:block;
}
/*------------------------------------- DRROPDOWNS END --------------------------------------*/

/*------------------------------------- COMMENT DETAIL BEGIN --------------------------------*/
.CommentsContainer{

}

.CommentInner{
	margin:0 0 6px 0;
}

.CommentAuthor{
}

.CommentDate{
}

.CommentBody, .CommentBody p{
	display:inline;
}
/*------------------------------------- COMMENT DETAIL END ----------------------------------*/

/*------------------------------------- COMMENT FORM BEGIN ----------------------------------*/

.CommentForm {
	position: relative;
	margin:  15px 0 0 0;
	clear:both;
	height:120px;
	overflow:auto;
}


/*SET WIDTHS*/
	.CommentForm .CommenterGreeting{
	margin:0 0 8px 3px;
	display:block;
	height:18px;
}

.CommentForm .CommentFormInputWrapper{
	width:40%;
}

.CommentForm .CommentFormTextArea{
	width:57.5%;
	margin:0 0 0 10%;
}

.CommentFormInputWrapper input,
.CommentFormInputWrapper .InputSpacer, 
.CommentForm fieldset .CommentFormTextArea textarea{
	width:100%;
}


/*SET HEIGHTS*/
.CommentFormInputWrapper input,
.CommentFormInputWrapper label{
	height:18px;
	line-height:18px;
}

.CommentForm textarea {
	height: 62px;
}


/*SHOULDN'T NEED TO CHANGE*/
.CommentForm fieldset .UserInformation div.CommentFormInput, 
.CommentForm fieldset .CommentFormTextArea {
	position: relative;
	margin: 0 0 0 0;
}

.CommentFormInputWrapper label {
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0 0 0 4px;
}

.CommentFormInputWrapper input,
.CommentFormInputWrapper textarea {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: none;
	opacity: .7;
	filter: alpha(opacity=70);
	color: #666;
	font-size: 11px;
	border: 1px #000 solid;
}

.CommentFormInputWrapper .InputSpacer{
	display:none;
}

.CommentFormInput{
	height:22px;
}

.CommentFormInput input{
	height:18px;
}

.SubmitWrapper{
	float: left;
}

.CommentForm .SubmitWrapper div {
}

.SubmitWrapper input {
	margin:5px 0 0 0;
}

.SubmitWrapper input:hover {
	cursor:pointer;
}

.CommentMemory{
	float:left;
}

.CommentMemory label {
	margin:3px 0 0 10px;
}

.CommentMemory input {
	margin:10px 0 0 0;
}

/*POSITION THE TEXTBOX*/
.CommentForm fieldset .CommentFormTextArea {
	position: absolute;
	top: 0px;
	left: 41.8%;
}


/*MISC. CHANGES*/
.CommentForm fieldset {
	border-style:none;
	padding:0 0 0 0;
}

.CommentForm input:focus,
.CommentForm textarea:focus,
.CommentForm .Focused {
	border-color: #888;
	opacity: 1;
	filter: alpha(opacity=100);
}

.CommentForm .Valid {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*------------------------------------- COMMENT FORM END -----------------------------------*/


/*------------------------------------- TRACKBACKS BEGIN -----------------------------------*/
.Trackbacks{
}

.TrackbacksInfo{
	font-size:10px;
}

.TrackbacksContent{
}
/*------------------------------------- TRACKBACKS END -------------------------------------*/

