a:link, a:active, a:hover, a:visited, img, input {
	outline: none;
	border: 0px #fff solid;
}
a:active, a {  outline: none !important; }
:focus {  -moz-outline-style: none; }

select {
    cursor:pointer;
}

select option {
    margin-top: 0.1em;
}

.testi_row_item {
	float: left;
}
.testi_row_item img {
	max-width:230px;
	max-height:200px;
	margin-right: 1em;
}
.del_button {
	float: right;
	margin: 1em;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

