/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.entry img, img.thumbnail  { padding: 5px;	border:none; }
.post.home .entry img { border:none; }
img.wp-smiley  { padding: 0; border: none; }

	#gather_testimonial {
		font:inherit;
		}
	#gather_testimonial b {
		color: #cc0000;
		}
	#gather_testimonial  .shortQ label {
    	float: left;
    	padding: 0 20px;
    	text-align: left;
    	width: 120px;
    	cursor: pointer;
   		}
     #gather_testimonial  .longQ label {
    	float: left;
    	padding: 0 20px;
    	text-align: left;
    	width: 500px;
    	cursor: pointer;
   		}
  #gather_testimonial textarea {
		width: 500px;   
		height: 70px;
		padding: 4px; 
		margin-top:5px;
   }
   #gather_testimonial input {
		width: 150px;   
		padding: 4px;
   }
   #gather_testimonial input.submit {
    	margin-left: 10px;  	
   		}
   #gather_testimonial .divider {
   		height: 1px;
   		overflow: hidden;
   		padding-top: 12px;
   		margin-bottom: 12px;
   		border-bottom: 1px solid #e1e1e1;
   		clear: left;
   		}	
	input.error { 
		border: 2px solid #FF0000;
		}	
	label.error {
		background: url("https://www.testimonialdirector.com/_img/icons/delete.png") no-repeat;
		padding-left: 25px;
		margin-left: .3em;
		vertical-align: middle;
		}	
	label.valid {
		background: url("https://www.testimonialdirector.com/_img/icons/accept.png") no-repeat;
		display: table-row;
		width: 16px;
		height: 16px;
		}
