/* Comments */
#comments{
	margin: 0 !important;
}
#comments header {
    background-color: #E4E6E9;
    border-radius: 4px 4px 4px 4px;
    color: #2D3C4E;
    line-height: 26px;
    margin: 10px 0 16px 0;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
	clear: both;
}
#comments header h3 {
    float: left;
    font-family: "Segoe WP Semibold","Segoe UI Semibold","Segoe UI Web Semibold",'Segoe UI',Segoe,'Helvetica Neue',Helvetica,Roboto,Arial,FreeSans,sans-serif;
    font-size: 120%;
    font-weight: 600;
    margin: 0 !important;
    min-height: 16px;
}
#comments header .button, .comment-link a {
    background-color: #F0F0F0;
    background-image: -moz-linear-gradient(center top , #FFFFFF 0%, #F0F0F0 100%);
    border: 1px solid #D0D0D0;
    border-radius: 3px 3px 3px 3px;
    color: #666666 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 4px 8px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
#comments header .button {
  float: right;
}
#comments .form-textarea-wrapper textarea {
	max-width: 100%;
	height: 168px;
}
#comments .resizable-textarea .grippie {
	display: none;
}
#comments #edit-author--2 label {
	display: inline;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 600;
}
#comments #edit-author--2 label:after {
	content: ":";
}
.comment-link {
	text-align: center;
}
.comment .indented {
  margin-left: 60px;
}
.comment footer {
	/*background-image: url(images/sprite_grad.png);
    background-position: 0 -250px;*/
	background: #eeeeee;
    color: #999999;
    font-size: 11px;
    line-height: 18px;
    overflow: hidden;
    padding: 8px;
}

.comment-meta {
    float: left;
    font-weight: bold;
    position: relative;
	font-size: 12px;
}
.comment-title .new {
  color: #ff8000;
}
.comment .user-picture {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 24px;
    margin: -2px 12px -2px 0;
    text-align: center;
    width: 24px;
}
.comment .user-picture img {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  padding: 2px;
  width: 22px;
  height: 22px;
}
#comment-form .user-picture img {
  border: 1px solid #CCCCCC;
  padding: 2px;
  width: 50px;
  height: 50px;
}
.comment-buttons {
  float:right;
}
.comment-buttons a{
    border-right: 1px solid #D6D8DD;
    display: inline-block;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 3px;
    margin-right: 4px;
    margin-top: 3px;
    padding-right: 8px;
    text-decoration: none;
}
.comment-buttons .last a {
  border-right: none;
}
.comment-content {
    clear: both;
    font-size: 110%;
    line-height: 150%;
    padding: 8px 8px 16px;
    word-wrap: break-word;
}
.comment ul.links {
  display: block;
  text-align: left;
  padding: 0;
}
.comment ul.links li a {
  text-transform: capitalize;
}
.block #comments input#edit-subject {
	max-width: 400px;
}
#comments > h2.title {
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0 !important;
  min-height: 16px;
  padding: 8px 0;
}
#comment-form {
  background: none repeat scroll 0 0 #EEEEEE;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 1px #AAAAAA inset, 0 1px 0 #FFFFFF;
  padding: 7px;
  position: relative;
  margin: 0;
}
#comment-form #edit-author--2 {
  margin: 0;
}
#comment-form #edit-comment-body label {
  display: none;
}
#comment-form #edit-picture {
  float: left;
  margin: 0;
}
#comment-form .info {
  padding-left: 70px;
}
#comment-form .info .name {
  font-weight: bold;
}

/* submit a question  */
.btn-green{
	background: -moz-linear-gradient(center top , #AFD47B 0px, #AFD47B 1px, #8BC03F 1px, #69A219 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: solid 1px #669933;
    color: #FFFFFF !important;
	border-radius: 3px;
    cursor: pointer;
	font-weight: bold;
    font-size: 12px;
    line-height: 1.35;
    overflow: visible;
    padding: 4px 10px 3px;
    text-decoration: none !important;
    vertical-align: top;
    width: auto;
	margin-bottom: 10px;
}
.comments-box{
	border-top: 1px solid #D6D8DD;
	margin: 15px 0 0 0;
	float: left;
	width: 100%;
	overflow: hidden;
	
}
.comment-left{
	float: left;;
}
.cr470{ width: 470px;}
.cr100{ width: 100%;}
.comment-right{
	width: 470px;
	float: right;
}
.comment-right h5{
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0 !important;
    min-height: 16px;
    padding: 8px 0;
	
}
.question{
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #eeeeee;
	overflow: hidden;
}
.question .question-top{ 
	margin: 0 10px;
	padding:10px 0;
	line-height: 20px;
	position: relative;
}
.question .question-top h6{
	font-size: 16px;
	font-weight: 600;
}
.question .question-top a{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #008000;
	text-decoration: underline;
}
.webinar-statu {
	background: #008000;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    padding: 0 4px;
	margin: 0 5px !important;
}
.question-bot{ 
	margin: 10px;
}
.question-bot textarea{
	width: 100%;
	height: 120px;
	border: solid 1px #ccc;
}
.question-bot span{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 15px 0;

}
.mar-btn{ margin: 5px 10px 5px 0;}
.top-bg{
	background: #edfcdf;
	border-top: solid 1px #ddd;
}
.rtecenter {
    text-align: center;
	margin-top: 10px;
}
