@charset "utf-8";
/* CSS Document */


h1.ws-comment-title {
	margin-top: 100px!important;
}

h2#comments-header {
	font-size: 14px!important;
	margin: 100px 0px 10px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

h2.comments-header {
	font-size: 12px!important;
	font-weight: bold;
	margin: 0px!important;
	padding: 0px!important;
}

#ws-comment a {
	color: #333 !important;
	text-decoration: none!important;
}

#ws-comment a:hover {
	color: #000!important;
	text-decoration: underline!important;
}

#ws-comment {
	font-size: 11px;
}

ol#comments {
	margin: 0px!important;
	padding: 0px!important;
	list-style: none;
	font-size: 11px;
}

	ol#comments li {
		margin: 0px;	
		padding: 0px;
		list-style: none;
	}
	
	ol#comments li .ws-comment-meta {
		padding: 10px;
		border: 1px #CCC solid;
		background-image: url(ws-images/comment-quote.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
		ol#comments li .ws-comment-meta .ws-comment-content {
			width: 520px;
			float: left;
		}
		
			ol#comments li .ws-comment-meta .ws-comment-author {
				font-weight: bold;
			}
		
			ol#comments li .ws-comment-meta .ws-comment-content .ws-comment-text {
				text-align: justify;
			}
			
			ol#comments li .ws-comment-meta .ws-comment-content .ws-comment-url {
			}
		
		ol#comments li .ws-comment-meta .ws-comment-avatar {
			float: right;
		}
		
		ol#comments li .ws-comment-meta .ws-comment-avatar img {
			padding: 5px;
			background-color: #FFF;
			border: 1px #999 solid;
		}
		
		
		
		
		
		
		
		
		
		
		
		
	h3#comments {
		padding: 5px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	
		form#commentform {
		}
		
			form#commentform p {
			}
			
			form#commentform input {
			}
			
				form#commentform input#author {
					
					background-color: transparent;
					border: 1px #CCC solid;
					padding: 3px;
					font-family: Arial;
					color: #000;
				}
				
				form#commentform input#email {
					
					background-color: transparent;
					border: 1px #CCC solid;
					padding: 3px;
					font-family: Arial;
					color: #000;
				}
				
				form#commentform input#url {
					
					background-color: transparent;
					border: 1px #CCC solid;
					padding: 3px;
					font-family: Arial;
					color: #000;
				}
				
				form#commentform input#phone {
					
					background-color: transparent;
					border: 1px #CCC solid;
					padding: 3px;
					font-family: Arial;
					color: #000;
				}
				
				form#commentform input#submit {
				}
			
			form#commentform textarea {
				font-family: Arial;
				color: #000;
			}
			
				form#commentform textarea#comment {
					background-color: #FFF;
					border: 1px #CCC solid;
					padding: 3px;
					width: 300px!important;
					height: 100px!important;
					font-size: 12px;
				}
				
			form#commentform label {
			}
			
				form#commentform label small {
					font-size: 12px;
					color: #000;
				}
		

