#reviews-form {
	clear:both;
	padding-top:15px;
	font:normal 1em Arial; /* 12px */
	color:#828282;	
	}
	
	#reviews-form .contents {
		width:248px;
		}
	
	#reviews-form input, textarea{
		border:1px solid #afadad;
		font:normal 1em Arial; /* 12px */
		color:#828282;
		}
	
	#reviews-form h3 {
		border-bottom:1px solid #bddfe9;
		padding-bottom:7px;				
		margin-bottom:7px;	
		}
				
	#reviews-form .block {
		padding-top:3px;
		}	
		
	#reviews-form .author input{
		width:248px;
		}
		
	#reviews-form .message textarea{
		width:248px;
		height:78px;
		}
	
	#reviews-form .captcha .wrapper{
		width:100px;
		overflow:hidden;
		float:left;
		}
		
		#reviews-form .captcha img{
			width:180px;
			height:40px;				
			}
		
	#reviews-form .captcha input{
		margin-left:2px;
		width:138px;
		} 
		
	#reviews-form .submit{
		clear:both;		
		}
		
		#reviews-form .submit input{
			background-color:#007ca8;
			font:normal 1em Arial; /* 12px */
			color:#ffffff;
			padding:3px 18px 3px 18px;
			border:0;	
			float:right;	
			cursor:pointer;	
			}
		
#reviews-list {
	clear:both;
	padding-top:15px;
	}
	
#reviews-list h3{
	border-bottom:1px solid #bddfe9;
	padding-bottom:7px;				
	margin-bottom:7px;		
	}

#reviews-list .colored{
	background-color:#eaf1f7;	
	}
		
#reviews-list .message {
	padding:10px 0 10px 0;			
	}
	
	#reviews-list .message .info {
		font:bold 0.83333em Arial; /* 10px */
		color:#666666;
		}
	
	#reviews-list .message a{
		font:bold 1em Arial; /* 10px */
		color:#666666;
		}
		
	#reviews-list .message p{
		font:normal 1em Arial; /* 12px */
		color:#828282;		
		margin:5px 0 0 0 ;
		}