#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}
#WComment .form .row label {display: block;margin-bottom: 5px}
#WComment .form input, #WComment .form textarea {}
#WComment .form textarea {width: 575px;height: 100px;}
#WComment .form button {font-size: 16px;width: 120px;font-weight: bold;height: 35px;}
#WComment .form button:disabled {color: #AAAAAA}

#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 .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: 50px}
#WComment .item {margin-bottom: 10px}
#WComment .name {
	font-weight: bold;
	font-style: italic;
	float: left
}
#WComment .ico {margin: 0 5px 0 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: 2px;
}
#WComment .comment {
	clear: both;
	padding-top: 2px;
}
#WComment .answer a {
	font-size: 12px;
	font-style: italic;
}

#WComment .socialauth {overflow: hidden;margin-bottom: 15px;padding-bottom: 10px;border-bottom: 1px dotted #CCC;}
#WComment .socialauth .label {font-style:italic;margin-bottom:5px;}
#WComment .socialauth a {display: block;float: left;width: 34px;height: 35px;margin-right: 3px}

#WComment .anonauth {}
#WComment .anonauth .label {font-style:italic;margin-bottom:5px;}

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