.comment-all {
	margin-top: 20px;
	margin-bottom: 10px;
}
.comment-all-count {
	float: left;
	font-size: 16px;
	border-bottom: 3px solid #c33;
}
.comment-all-ulogin {
	float: right;
}

.comment-all-ulogin-description {
	float: right;
	padding-right: 10px;
}

.comment-reply {
    margin-left: 15px;
    margin-top: 3px;
    padding: 3px;
}

.comment-reply-photo-box{
    height: 36px;
    width: 36px;
    position: relative;
}
.comment-reply-photo{
    position: absolute;
}
.comment-reply-photo-box img {
    width: 36px;
}

.comment-reply-box{
    margin-left: 45px;
    padding-right: 29px;
    position: relative;
}
.comment-input-box {
	font-size: 14px;
}
.comment-input-box a {
	color: #0b5e81;
}
.comment-input-box {
    padding-bottom: 5px;
    display: block;
}
.comment-input-box input, .comment-input-box textarea{
    width: 100%;
    display: block;
    padding: 6px 4px;
    font-family: arial,"lucida grande",tahoma,verdana,sans-serif;
    font-size: 14px;
	border: 1px solid #c1c1c1;
}

.comment-input-box input[type='checkbox'] {
	display: inline-block;
	width: auto;
}

.comment-submit-box {
    text-align: right;
}

.comment-submit-box input[type=submit] {
    background: #c33 none repeat scroll 0 0;
    color: #fff;
    margin: 9px 0 0;
    padding: 0 10px;
    text-align: center;
	border: none;
	font-size: 14px;
	line-height: 27px;
	cursor: pointer;
}

.comment-submit-box input[type=submit]:hover {
    background: #d14747 none repeat scroll 0 0;
}


.comment-message {
    border-top: 1px solid #ededed;
    padding-bottom: 18px;
    padding-top: 18px;
    position: relative;
}

.comment-message-photo {
    position: absolute;
}

.comment-message-photo img {
    width: 36px;
}

.comment-message-box {
	margin-left: 45px;
}

.comment-message-toggleLink a.toggleLink {
	cursor: pointer;
	color: #c33;
	text-decoration: none;
}

.comment-message-toggleLink a.toggleLink:hover {
	text-decoration: underline;
}
ul.comment-actions {
    list-style: none;
    margin: 0;
}
ul.comment-actions li{
    display: inline-block;
}
ul.comment-actions li a{
    padding-right: 5px;
}

.comment-info {
    background: #f2dede;
    border-color: #eed3d7;
    border-radius: 4px;
    margin-top: 5px;
    padding: 5px 8px;
    font-size: 12px;
    font-color: #b94a48 !important;
}
.comment-name {
	font-weight: bold;
}

.comment-date {
	color: #888888;
	font-size: 12px;
}

.comment-content {
	padding: 5px 0;
}