

div.ds-container{

}

div.ds-container input.ds-input.loading {
	background-color: #eee;
}

ul.ds-list {
	position: absolute;
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-family: "Lucida Grande", arial, sans-serif;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	z-index: 2;
	box-shadow: 0 2px 12px #222;
	-webkit-box-shadow: 0 2px 12px #222;
	-moz-box-shadow: 0 2px 12px #222;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  float:left;
}
li.ds-result-item, li.ds-message {
	margin: 0 0 0 0;
	padding: 5px 12px;
	background-color: transparent;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

li:first-child.ds-result-item {
	margin: 0;
}

li.ds-message {
	margin: 0;
	cursor: default;
}

li.ds-result-item:hover {
	background-color: #3668d9;
	border-color: #3342e8;
	color: #fff;
	text-shadow: 0 1px 2px #122042;
}

li.ds-result-item em { 
	font-style: normal; 
	background: #444;  
	padding: 0 2px;
	color: #fff;
}

li.ds-result-item:hover em { 
	background: #253f7a;  
	color: #fff;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	div.ds-container input {
font-size: 14px;
width: 500px;
height: 37px
	}
}

/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	ul.ds-list {
		border: 1px solid #888;
	}
}

/* IE Hacks  */
ul.ds-list {
	border: 1px solid #888\9;
}

.searchFlag{
  padding-right:10px;
}

.postit-actions{
  height:50px;
}

.mt-20{
margin: 20px 0;
}

.mt20-200{
margin: 20px 0 0 200px;
}

.subdescr{
color:#aaa;
font-size:13px;
}

.shortcode-for-style{
margin: 8px 0 8px 19px;
}
