/*
Description:  Comments Style
*/
/*
* {
  margin: 0px;
  padding: 0px;
  border: none;
}*/

#comment-preview-div {
  display: none;
}

#comments-bubble {
	width :626px;
	margin: 0 auto;
	padding: 20px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #737373;
}
#comments-form-bubble {
	width :626px;
	margin: 0 auto;
	padding: 20px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #737373;
}

 /*#comments-form-bubble * {
 margin: 1px;
 /* padding: 0px;*/
 /**border: none;
}**/

#comments-bubble p {
	margin: 0;
	padding: 7px 0;
}


#comments-bubble h1 {
 font-size: 30px;
 margin-bottom: 20px;
 font-family:
}

#comments-bubble h2 {
 font-size: 20px;
}

#comments-bubble h3 {
 font-size: 16px;
}
#comments-bubble h1, #comments-bubble h2, #comments-bubble h3 {
	font-weight: bold;
	color: #000;
}
#comments-bubble a:link, a:visited {
 text-decoration: none;
 color: #2e47c5;
}
#comments-bubble a:hover, a.selected {
	text-decoration: underline;
}
#comments-bubble hr {
	background: #526573;
	border-top: 1px solid #0d161b;
	margin: 5px 0; padding: 0;
}
.comment {
}
.comment-top {
	background: #f5f5f5 url(images/comments_top.gif) repeat-x;
	height: 7px;
}
.comment-inner {
	padding: 20px 20px 0px 20px;
	line-height: 18px;
	/*height: 1%;*/
	/*height: 20%;*/
	/*overflow: hidden;*/
	overflow:hidden;
	background: #f5f5f5;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
	background:url(images/avatar_bg.gif) no-repeat;
	padding: 6px;
}
.comment-text {
	float: left;
	width: 495px;
}
.quote {
	text-align: right;
	clear: both;
	margin-bottom: 0px;
}
.quote .admin-tools {
	margin: 0px 10px 0px 0px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
.comment-bottom {
	background: #f5f5f5 url(images/comments_bottom.gif) no-repeat;
	padding-left: 120px;
	color: #444141;
	font-style: italic;
	margin-bottom: 20px;
}
.cbinner {
	padding-top: 23px;
}
.author {
	font-style: normal;
	text-transform: uppercase;
}
.author a {
	border-bottom: 1px dotted #2e47c5;
}
.time {
	color: #737373;
	text-transform: uppercase;
	font-style: normal;
}
blockquote {
	background: #fcfcf2 url(images/quote_bg.gif) no-repeat;
	padding: 15px 10px 15px 35px;
	font-style:italic;
	margin-bottom: 0px;
}
.avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
	background:url(images/avatar_bg.gif) no-repeat;
	padding: 6px;
}
.comment-admin {
}
.comment-admin .comment-top {
	background: #d9f5f8 url(images/admin-comments_top.gif) repeat-x;
	height: 7px;
}
.comment-admin .comment-inner {
	padding: 20px 20px 0px 20px;
	line-height: 18px;
	/*height: 1%;*/
	overflow: hidden;
	background: #d9f5f8;
	border-left: 1px solid #b6dbdf;
	border-right: 1px solid #b6dbdf;
}

.comment-admin .comment-bottom {
	background: #d9f5f8 url(images/admin-comments_bottom.gif) no-repeat;
	padding-left: 120px;
	color: #444141;
	font-style: italic;
	margin-bottom: 20px;
}

.comment-admin blockquote {
	background: #e0f6f8 url(images/admin-quote_bg.gif) no-repeat;
	padding: 15px 10px 15px 35px;
	font-style:italic;
	margin-bottom: 0px;
}
blockquote .author {
	font-style: normal;
	color: #515254;
}
blockquote .author a, blockquote .author a:visited {
	color: #515254;
	border: none;
}
.cf-top {
	background: #f5f5f5 url(images/comments_top.gif) repeat-x;
	height: 7px;
}
.comment-form {
	padding: 0px 20px 0px 20px;
	background: #f5f5f5 url(images/cf-bottom.gif) repeat-x bottom left;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	line-height:normal;
	/*my amendment*/
}

.comment-form p{
padding: 0px 20px 0px 20px;
}
.comment-form h4{
	font-size: 2em; 
	/*margin: .67em 0*/
}

.cf-bottom {
	background: #f5f5f5 url(images/cf-bottom.gif) repeat-x bottom left;
	height: 8px;
}
.comment-form input {
	border: 1px solid #d6d6d6;
	padding: 5px;
	width: 230px;
}

.comment-form img {
  padding: 0px;

}
.comment-form textarea {
	border: 1px solid #d6d6d6;
	}
.line {
	border-bottom: 1px solid #d7d7d7;
	height: 1px;
	/*margin: 5px 0;*/
}
.captcha {
	/*padding: 15px 0;*/
}
.comment-form input.captchatext {
	width: 130px;
}
.confirmation {
	float: right;
	padding: 15px 0;
}
.comment-form  input.notifications {
	width: auto;
}
.comment-form input.submit {
	border: none;
	width: auto;
}
.powered {
	text-align: right;
}


.preview {
}
.preview-top {
	background: #f4f1ac url(images/ptl.gif) no-repeat;
	height: 20px;
}
.preview-inner {
	padding: 10px 20px;
	line-height: 18px;
	/*height: 1%;*/
	overflow: hidden;
	background: #f4f1ac;
	border-left: 1px solid #dedfb6;
	border-right: 1px solid #dedfb6;
}
.preview-text {
	float: left;
	width: 495px;
}
.preview-bottom {
	background: #f4f1ac url(images/pb_bg.gif) repeat-x bottom;
	height: 7px;
}
