#category-label {
	margin-bottom: 5px;	
}

#star-category {
	/*font-size: 100px;*/
	float: left;	
	margin-top: 15px;
	width: 200px;
	height: 50px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}
#star-category.error {
	background-image: url('/images/check_category_red.jpg');
}
#star-category.message {
	background-image: url('/images/check_category_green.jpg');
}

#category {
	
	margin-left: -5px;
	margin-bottom: 30px;
}

#category select {
	margin-left: 5px;
	margin-bottom: 5px;
	
	width: 200px;
	
	float: left;	
	cursor: pointer;
}
.label, .left-title3 {
	float: left;
	width: 80px;
	text-align: left;
	margin-right: 7px;
	margin-left: 0;
}

.uploader {
	/*display: none;*/
}

#uploads {
	margin-top: 15px;
}

.loader{
	background: url(/images/harevan-loading.gif);
	height: 40px;
	width: 110px;	
	float: left;
	margin-left: 3px;	
	display: none;
}

.loader span {
	font-size:11px;
	color:#00CC00;	
	margin-top:15px;
}

.thumb-uploaded, .thumb-limbo {
	margin-right: 5px;
	margin-bottom: 5px;
}
.icon-remove {
	width: 10px;
	height: 10px;
	float: right;	
	cursor: pointer;
	display: none;
	background: url(/images/remove_pict.png) no-repeat center;	
	padding-bottom: 5px;
	padding-left: 5px;
}
.radio-default {
	width: 20px;
	height: 20px;
	float: right;	
	display: none;
}

#add-picture {
	margin-top:20px;
	width: 90px;	
}
#add-picture:hover {
	color: #030303;
}
.left-menu {
	/*display:none;*/
}
