.my-wrapper-class .highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
    min-width: 300%;
    min-height: 300%;
	background: gray;
}

.rate_topic, .comments_block {
    width:200px;
    height:60px;
    font-size: 11px;
    clear:both;
    overflow:auto;
    padding:2px;
}

.rate_topic_warn {
    width:200px;
    height:60px;
    font-size: 24px;
    font-weight: bold;
    clear:both;
    color: red;
    overflow:auto;
    padding:2px;
}

/*start multiple select*/

.ui-multiselect, .ui-multiselect span { color: #000 !important; }
.ui-multiselect-single .ui-multiselect-checkboxes input[type="radio"] {
    position: static !important;
    top: auto !important;
    left:-9999px;
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
}

/*end multiselect*/

.block_news {
    margin-top:100px;
	padding: 20px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
