#WComment { padding-top: 20px; }
#WComment .form { border: 1px dotted #CCC; border-radius: 6px; padding: 6px 12px; position: relative; margin: 10px 0}
#WComment .form .row {margin-bottom: 15px; margin-left: 0;}
#WComment .form .row label {display: block;margin-bottom: 5px;font-size: 12px}
#WComment .form .row label span.required { color: red; }
#WComment .form input {
    padding: 0.25em;
    margin-bottom: 0.1em;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    width: 200px;
}
#WComment #Comments_captcha {
    width: 140px;
}
#WComment .form textarea {
    padding: 0.25em;
    margin-bottom: 0.1em;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    width: 98%;
}
#WComment .form textarea {height: 100px;}
#WComment .form button {
    font-size: 14px;
    width: 120px;
    font-weight: bold;
    background-color: #EEEEEE;
    height: 30px;
    border: 1px solid #CCCCCC;
}
#WComment .form input[name=agree] {
    width: 20px;
    margin-top: 0;
}

#WComment div.captcha-cell img {
    border: 1px dashed #CCCCCC;
}

#WComment .stars {}
#WComment .stars .star {width: 16px;height: 16px;margin: 0 3px 0;background: url("star.png") -16px 0 no-repeat;float: left;cursor: pointer}
#WComment .stars .star.active {background: url("star.png") 0 0 no-repeat}
#WComment .stars .star-small {width: 9px;height: 9px;margin: 0 2px 0;background: url("star-small.png") -9px 0 no-repeat;float: left;cursor: pointer}
#WComment .stars .star-small.active {background: url("star-small.png") 0 0 no-repeat}

#WComment h3 {
	color: #333;
}

#WComment div.no-results {
    background-color: #FEFFDE;
    border: 1px solid #F6F7B6;
    margin-top: 20px;
    padding: 15px;
}

#WComment .errorSummary
{
    border: 2px solid #C00;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    background: #FEE;
    font-size: 0.9em;
}

#WComment .successSummary {
	border: 1px dotted #CCC;
	padding: 7px;
	background: #E3FBEB;
	font-size: 0.9em;
}

#WComment .form .errorMessage
{
    color: red;
    font-size: 0.9em;
}

#WComment .form .errorSummary p
{
    margin: 0;
    padding: 5px;
}

#WComment .form .errorSummary ul
{
    margin: 0;
    padding: 0 0 0 20px;
}

#WComment .items {margin-bottom: 20px}
#WComment .items .items {margin-left: 30px}
#WComment .item {margin-bottom: 10px}
#WComment .item.declined-comment { color: #CCCCCC; }
#WComment .item.selected-comment > .item-data {
    border: 1px dashed #CCCCCC;
    padding: 7px;
    background-color: #FAFAFA;
    margin-bottom: 5px;
}

#WComment .name {
	font-weight: bold;
	font-style: italic;
	float: left
}
#WComment .ico {margin: 0;width: 16px}
#WComment .rating {
	float: left;
	padding-left: 10px;
    padding-top: 5px;
}
#WComment .time {
	float: left;
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    padding-top: 0px;
}
#WComment .comment-controls {
    float: left;
    padding-left: 10px;
    font-size: 12px;
}
#WComment .comment-addinfo {
    clear: both;
    font-size: 0.85em;
    font-style: italic;
}
#WComment .comment {
	clear: both;
	padding-top: 2px;
}
#WComment .answer a {
	font-size: 12px;
	font-style: italic;
}

#WComment .answer-info {
    display: none;
    font-size: 0.85em;
}

#WComment .answer-info .user-name {
    font-weight: bold;
}

#WComment .answer-info a {
    color: #dd1144;
    margin-left: 5px;
}

#WComment .socialauth {overflow: hidden;margin-bottom: 15px;padding-bottom: 10px;border-bottom: 1px dotted #CCC;}
#WComment .socialauth .label {
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
    color: #777777;
    background-color: #FFFFFF;
    text-shadow: none;
    font-size: 13px;
    padding-left: 0;
}
#WComment .socialauth a {display: block;float: left;width: 34px;height: 35px;margin-right: 3px;opacity: 0.65}
#WComment .socialauth a:hover {opacity: 1.0}

#WComment .anonauth {
    margin-bottom: 15px;
    border-bottom: 1px dotted #CCC;
}
#WComment .anonauth .label {
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
    color: #777777;
    background-color: #FFFFFF;
    text-shadow: none;
    font-size: 13px;
    padding-left: 0;
}

#WComment .authinfo {text-align: right;margin: 0 5px 0 0; }
#WComment .error-field input,
#WComment .error-field textarea{border-color: red !important;}

#WComment a.refresh-captcha {
    font-style: italic;
    font-size: 0.85em;
    text-decoration: underline;
    margin-left: 10px;
}

#WComment a.profile {
    font-weight: bold;
    font-style: normal;
}

#WComment a.logout {
    margin-left: 5px;
    text-decoration: underline;
    font-style: normal;
}

#WComment .adt-desc {
    font-style: italic;
    font-size: 0.85em;
    line-height: 14px;
    color: #999999;
}