.sel_wrap{
display:inline-block;
zoom:1;
*display:inline;
}
.sel_wrap select{
    display:none;
}
.sel_imul{
    width:100%;
}
.sel_imul .sel_selected{
    background:#f8fbe8 url("/gfx/input.png") right top no-repeat;
    padding:0px 6px;
    cursor:pointer;
    position:relative;
    color:#05474c;
    font-size:13px;
}
.sel_imul.act .sel_selected{
    background:#efefef;
}
.sel_selected .sel_arraw{
    height:100%;
    width:20px;
/*    background:url('http://bit.ly/gudLNa') 50% 50% no-repeat;*/
    position:absolute;
    top:0px;
    right:0px;
}


.sel_imul .sel_options{
    background:#fff;
    border:1px solid #dbdbdb;
    border-top:none;
    overflow:auto;
    position:absolute;
    width:298px;
    display:none;
    z-index:10;
}

.sel_options .sel_option{
    padding:3px 4px;
    font-size:13px;
    color:#05474c;
}
.sel_options .sel_option:hover{
    border-color:#dbdbdb;
    cursor:pointer;
}
.sel_options .sel_option.sel_ed{
    background:#dbdbdb;
    border-color:#dbdbdb;
}

/*second variant*/

.sel_imul.act .sel_selected{
    background:#f8fbe8 url("/gfx/input.png") right top no-repeat;
}

.sec .sel_imul .sel_options{
    background-color:#dddec3;
    width:420px;
    border-color:#d8d4ab;
    border-width:0px 1px 1px;
    border-style:solid;

}
.sec.overf .sel_imul .sel_options{
    height:100px;
}

.sec .sel_imul .sel_selected .sel_arraw{
  /*  background-image:url('http://vkontakte.ru/images/darr_dd_out.gif');*/
}

.sec.round .sel_imul .sel_selected{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.sec.round .sel_imul .sel_selected .sel_arraw{
    -webkit-border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    border-radius:0 5px 5px 0;
}
.sec.round .sel_imul .sel_options{
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
}
/*green*/
.paket .green {margin-bottom:20px;}

.sec.green .sel_options .sel_option:hover,
.sec.green .sel_options .sel_option.sel_ed{
    background:#eef0dd;
    color:#007479;
    cursor:pointer;
}
.sec.green .sel_selected {height: 21px}

.country {display:none;}

/************************************** стилизация textarea *********************************/
.cuTextWrap{
	position: relative; /* нужно обязательно для позиционирования границ, за которые будет тянуть пользователь */
}

.cuTextWrap .scroll-pane {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.cuTextWrap textarea{
	width: 100%;
	height: 168px; /* начальная высота textarea */
	display: block;
	overflow:hidden;
	border:none;
	background:none;
}
.cuTextWrap textarea:focus {
outline: 0;
}

/* --- оформление стильной прокрутки  ---*/
.cuTextWrap .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.cuTextWrap .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url('/gfx/textarea_scrolling_horizontal.png') repeat-y;
}
.cuTextWrap .jScrollPaneDrag {
	position: absolute;
	background: url('/gfx/textarea_scrolling_horizontal.png') repeat-y;
	cursor: pointer;
	overflow: hidden;
}
.cuTextWrap .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url('/gfx/textarea_scrolling_horizontal.png') no-repeat;
	height:3px;
}
.cuTextWrap .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url('/gfx/textarea_scrolling_horizontal.png') no-repeat;
	height:3px;
}
* html .cuTextWrap .jScrollPaneDragBottom {
	bottom: -1px;
}
.cuTextWrap a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 17px;
	background: url('/gfx/textarea_scrolling_horizontal.png') left bottom no-repeat;
}

.cuTextWrap a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 17px;
	background: url('/gfx/textarea_scrolling_horizontal.png') no-repeat;
}


/* стили, используемые плагином resize ----------------------------------*/
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.edittxttextareabox .cuTextWrap{
	position: relative;
}
.edittxttextareabox .cuTextWrap .scroll-pane {
	width: 308px;
	height: 172px;
}
/*
.edittxttextareabox .cuTextWrap textarea{
	width: 230px;
	height: 100px;
	color:#64592E;
}
*/

.edittxttextareabox .cuTextWrap .jScrollPaneTrack {
	background:url('/gfx/textarea_scrolling_horizontal.png') -20px 0 repeat-y;
}
.edittxttextareabox .cuTextWrap .jScrollPaneDrag {
	background: url('/gfx/textarea_scrolling_horizontal.png') -39px repeat-y;
}
.edittxttextareabox .cuTextWrap .jScrollPaneDragTop {
	background: url('/gfx/textarea_scrolling_horizontal.png') 0px -18px no-repeat;
}
.edittxttextareabox .cuTextWrap .jScrollPaneDragBottom {
	background: url('/gfx/textarea_scrolling_horizontal.png') 0px -21px no-repeat;
}
/*
     */
/*
*/