.table {
	background-color: #E7E7E7;
	border: 2px solid black;
}
form .span5 {
	vertical-align: middle;
}
#image_overlay {
	cursor: pointer;
	text-align: center;
}
.cat_img_preview {
	border-radius: 5px;
	width:130px;
	height:130px;
}
.cat_img_container {
	border-radius: 5px;
	box-shadow: 1px 1px 4px 1px;
	box-sizing: border-box;
	width:130px;
	height:130px;
	margin: auto;
}
.attr-title {
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	padding-left: 5px;
	margin-left: 2px;
}
.attr-value {
	margin-top: 4px;
}
.attr-value input{
	width: 98%;
}
.attr-value select{
	width: 99%;
}

#item_form .span8{
	border-left: 2px solid black;
	margin-left: 0px;
	padding-left: 2.564102564102564%;
}
#category_form .span4{
	border-right: 2px solid black;
}
@media (max-width: 768px){
	#item_form .span8{
		border-left: none;
		margin-left: inherit;
		padding-left: 0px;
	}
	#category_form .span4{
		border-right: none;
	}
}
.buttons {
	
}

form input, form select {
	width: 150px;
}