div.code-select {
	display: inline-block;
	float: none !important;
	height: 49px;
	vertical-align: middle;
	position: relative;
	width: 102px;
}
	div.code-select:after {
		content: '\0020';
		clear: both;
		display: block;
		height: 0;
	}

.code-select__title {
	background: url(//c.icq.com/assets/img/voip/sprt.png) no-repeat -110px -632px !important;
	cursor: pointer;
	display: block !important;
	float: none !important;
	font: 18px Arial;
	height: 33px;
	padding-top: 7px;
	position: relative;
}
	/*.code-select__title:after,
	.code-select__title::after {
		background: url(http://c.icq.com/assets/img/arrow_down_black.gif) no-repeat;
		content: '\0020';
		width: 6px;
		position: absolute;
		right: 6px;
		top: 20px;
		height: 6px;
	}*/
	.code-select__title #input1 {
		font-size: 18px;
        cursor: pointer;
		letter-spacing: 1px;
		outline: none;
		padding: 15px 10px 15px 0;
        margin-top: -14px !important;
		margin-right: 5px !important;
		text-align: right !important;
		width: 60px !important;
        
        background: url(http://c.icq.com/assets/img/arrow_down_black.gif) right center no-repeat !important;
	}

	#phone-code-input-wrap #input1 {
        background: url(http://c.icq.com/assets/img/arrow_down_black.gif) right center no-repeat;
        border: none;
		cursor: pointer;
		margin-top: -25px !important;
		padding: 8px 10px 8px;
        
        background-color: red;
	}
	#phone-code-input-wrap .code-select {
		margin-top: 11px;
	}

	.code-select__title .left {
		float: left;
		height: 11px !important;
		margin: 10px 0 0 12px !important;
		width: 16px !important;
	}
	.code-select__title .right {
		background: none !important;
		float: right !important;
		margin-top: 5px !important;
		margin-right: 15px;
		width: auto !important;
	}
.code-select__dropdown {
	background: #fff;
	border: 1px solid #aaa;
	display: block;
	height: 230px !important;
	left: -50px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 4px;
	position: absolute;
	top: 60px !important;
	width: 202px !important;
	z-index: 99;
}
	/*.code-select__dropdown:before,
	.code-select__dropdown::before {
		background: url(http://c.icq.com/assets/img/boxes/selectbox_001_top.png) 0 0 no-repeat;
		content: '\0020';
		height: 16px;
		top: -16px;
		left: -1px;
		position: absolute;
		width: 212px;
	}*/
	.code-select__dropdown a {
		color: #000;
	}

	.code-select__dropdown li {
		cursor: pointer;
		font-size: 11px;
		height: 18px;
		line-height: 18px;
		padding: 0 2px;
		white-space: nowrap;
		width: 100%;
	}
		.code-select__dropdown li:hover {
			background: #FAEFCA;
		}

	.code-select__dropdown .options {
		height: 230px !important;
		margin: 0;
		width: 185px !important;
	}

	.code-select__dropdown li .item1 {
		float: left !important;
		text-align: left !important;
		overflow: hidden;
		width: 135px;
	}
	.code-select__dropdown li .item2 {
		color: #A0A09A;
		float: right !important;
		margin-right: 10px !important;
	}



