
.clip_thumb {
	width:160px; 
	border:1px solid #ccc; 
	float:left; 
	margin:5px 5px; 
	padding: 10px 0; 
	text-align:center; 
	
}
.clip_thumb a:hover {
color: #333;
text-decoration: underline;
background-color: none;
}
.clip_thumb img {
border: 1px solid #FFF;
}
.clip_thumb_title {
	overflow:hidden; 
	white-space: nowrap;
	padding: 3px 0;
}
.clip_thumb_info {
	height: 22px; 
	padding-top: 3px;
}
.cat {
	font-size: 1.3em;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;

}
.cat li { 
float: left;
border-bottom: none;
}

.cat :link, .cat :visited {

}
input {
width: 450px;
}
input[type="radio"] {
width: 20px;
}
input[type="checkbox"] {
width: 20px;
}
textarea {
width: 450px;
}

