.CommentForm {
	display: inline;
	float: left;
	margin-left: 75px;
}

.CommentForm{
	position: relative;
	background: url("img/Create_form_bg.png");
	background-repeat: no-repeat;
	width: 503px;
}

#feedbackFormDiv {
	position: relative;
	top:-19px;
	background: url("img/Create_form_bg.png");
	background-repeat: no-repeat;
	
}


.cmtLink {
	text-align: center;
}

#CreateVibeForm textarea {
	position:absolute;
	border:0px;
	top:17px;
	left:15px;
	width:468px;
	height:47px;
	padding: 3px;
	overflow:auto;
}

#CreateVibeForm {
	position:relative;
	float:right;
}

#CreateVibeForm .date {
  color:#ffffff;
  text-align:left;
  width:40px;
  font-size:14px;
  position:absolute;
  right:107px;
  top:78px;
}

#stickyVibeCheckbox {
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	margin-left: 13px;
	margin-top: 78px;	
}

.SendNewVibe, #CreateVibeForm .loader { 
	position:absolute;
	margin-left: 0px;
	clear: none;
}

.LeftCol .SendNewVibe, .LeftCol #CreateVibeForm .loader {
	right:16px;
	top:78px;

}

.SendVibe, .CreateCommentForm .loader {
margin-left: 14px;
float: left;
clear: left;
}

#feedbackFormDiv .SendNewVibe {
	top:80px;
right:60px;
}

#CreateVibeElement {
	margin-bottom:30px;
	margin-top:12px;
}

#CommentForm textarea,.CreateCommentInput, #feedbackFormDiv textarea {
	/*position:absolute;
	top:18px;*/
	margin-left: 14px;
	float: left;
	margin-top: 5px;
	width: 400px;
	height: 61px;
	color: #333333;
	overflow: auto;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px inset #f9f9f9;
}


.close_new_Vibe_bot, .close_new_Vibe  {
	position:absolute;
	right:0px;
	top:18px;
	width:15px;
	margin:0px;
	padding:0px;
}

.close_new_Vibe_bot img {
	float:right;
}


.formGradient {
	background: url("img/create_new_Vibe_gradient_bg.png");
	background-repeat: repeat-x;
	/*	position:absolute;*/
	float: left;
	margin-top: 19px;
	width: 100%;
	border-left: #e6e6e6;
	border-right: #e6e6e6;
}

.CreateCommentForm {
	height: 130px;
}

.hidden {
	display: none;
}



.CommentList {
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 6px;
	/*position:absolute;
	bottom:0px;*/
	float: left;
	left: 0px;
	width: 503px;
}

.CommentList p {
	border-bottom: 1px dotted #cccccc;
	padding-top: 8px;
	font-size: 13px;
	padding-bottom: 8px;
	margin: 0px;
}

.CommentList .CommenterNick {
	font-weight: bold;
	color: #669999;
}

.CommentList .CommenterNick a {
	font-weight: bold;
	color: #669999;
	text-decoration: none;
}

.vibeMessageFormMessages {

	position:absolute;
	right:120px;
	bottom:10px;
	margin-left: 14px;
	color: #ff0000;
	font-size: 12px;
}

#textAreaLenght {
	padding-top:3px;

}

#createVibePhoto {
	background:url('img/createVibePhoto.png');
}

.comment {
width:120px;
display:inline;
}

.details .comment a {
	text-decoration:underline;
}