#header {
	height: 100px;	        
}

#header .wrapper {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

#header .wrapper #logoblock {
	position: absolute;
	left: 0;
	top: 10px;
}

/*#header .wrapper #fastmenu {
	position: absolute;
	right: 0;
	top: 32px;
	z-index: 1000;
}

#header .wrapper #fastmenu ul {
	list-style: none;
}

#header .wrapper #fastmenu ul li {
	position: relative;
	float: left;
	width: 150px;
}

#header .wrapper #fastmenu ul.menu li.menu a.menu {
	background: #FFF url("/image/arrow_normal.gif") no-repeat right 6px;
}

#header .wrapper #fastmenu ul li a {
	background: #FFF;
	border: 1px solid #E5E5E5;
	display: block;
	color: #555;
	text-decoration: none;
	white-space: nowrap;
	padding: 2px 4px;
	border-radius: 5px
}

#header .wrapper #fastmenu ul li a:hover {
	font-weight: bold;
}

#header .wrapper #fastmenu ul.menu li.menu ul.submenu {
	position: absolute;
	left: 0;
	top: 20px;
	width: 150px;
	display: none;
}

#header .wrapper #fastmenu ul.menu li.menu ul.submenu li.submenu a {
	border-top: none;
}*/
#gwrapper{
        min-width: 1000px;
}
#content .wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#footer .wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#overlaybox,
#progressbox {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}

#overlaybox .bg,
#progressbox .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	cursor: wait;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

#progressbox .led {
	position: absolute;
	top: 360px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 20px;
	background: url('/image/progressbar_normal.gif') repeat-x 0 -20px;
	border: 1px solid #333;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#progressbox .led .full {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: url('/image/progressbar_normal.gif') repeat-x 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#progressbox .led .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
}


/**********************************************************/
/**************** Перетащенное с AIR-а  *******************/
/**********************************************************/

.window {
	position: absolute;
	left: 300px;
	top: 100px;
	background: #fff url('/image/gradient/window_footer.gif') repeat-x left bottom;
	border: 1px solid #CCC;
	display: none;
	z-index: 999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 20px #CCC;
	-moz-box-shadow: 0 0 20px #CCC;
	-webkit-box-shadow: 0 0 20px #CCC;
}

.window .loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("/image/preload/a48.gif") no-repeat center 16px #FFF;
	border-radius: 5px;
	cursor: wait;
	z-index: 9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

.window .header {
	padding: 12px 12px 0;
	background: url('/image/gradient/window_header.gif') repeat-x left top;
	border-radius: 5px 5px 0 0;
	cursor: move;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.window .header .icon {
	float: left;
}

.window .header .icon img {
	width: 21px;
	margin: 0 8px 0 0;
}

.window .header .caption {
	float: left;
	color: #555;
	font-size: 20px;
	font-weight: bold;
}

.window .header .close {
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	background: url('/image/close.png') no-repeat center center;
	cursor: pointer;
	z-index: 99999;
}

.window .header .close:hover {
	background: url('/image/close_hover.png') no-repeat center center;
}

.window .taber {
	height: 36px;
	overflow: hidden;
}

.window .taber .wr {
	float: right;
	height: 100%;
	background: url('/image/gradient/tabg.gif') repeat-x left bottom;
}

.window .taber .wr .tabs {
	float: left;
	padding: 0 16px;
}

.window .taber .wr .tabs .pageTab {
	float: left;
	height: 30px;
	margin-top: 5px;
}

.window .taber .wr .tabs .pageTab a {
	color: #AAA;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0 16px;
	height: 24px;
	margin-top: 6px;
}

.window .taber .wr .tabs .pageTab a:hover {
	color: #777;
}

.window .taber .wr .tabs .pageTab.active {
	background: url("/image/gradient/tab.png") repeat-x;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.window .taber .wr .tabs .pageTab.active a,
.window .taber .wr .tabs .pageTab.active a:hover {
	color: #595959;
	text-shadow: 1px 1px 0 #FFF;
}

.window .taber .wr .soft {
	float: left;
	width: 80px;
	height: 100%;
	background: url('/image/gradient/tabline.png') repeat-y;
}

.window .body {
	position: relative;
	margin: 16px 24px;
	color: #555;
	font-size: 12px;
	min-height: 50px;
	min-width: 400px;
	
}

.window .body > .content {
	overflow: auto;
	height: 100%;
}

.window .body .smooth {
	position: absolute;
	left: 0;
	width: 100%;
	height: 16px;
}

.window .body .smooth.top {
	top: 0;
	background: url('/image/gradient/window_smooth_top.png') repeat-x;
}

.window .body .smooth.bottom {
	bottom: 0;
	background: url('/image/gradient/window_smooth_bottom.png') repeat-x;
}

#page .footer {	    
    border-radius: 0 0 5px 5px;
    bottom: 0;
    height: 24px;
    margin: 10px 12px;
    padding-top: 10px;
    position: absolute;
    width: 94%;
}

#page .footer .toolbar {
	float: right;
}

.window input[type='button'] {
	padding: 0 20px;
	height: 22px;
	border: 1px solid #CCC;
	background: url('/image/gradient/button.gif') repeat-x;
	font-size: 12px;
	color: #555;
	cursor: pointer;
	text-shadow: 1px 1px 0 #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.window input[type='button']:hover {
	background: url('/image/gradient/button_hover.gif') repeat-x;
	border: 1px solid #AAA;
}

.window input[disabled][type='button'],
.window input[disabled][type='button']:hover {
	border: 1px solid #DDD;
	color: #BBB;
	background: url('/image/gradient/button.gif') repeat-x;
	cursor: default;
}
#windowbox {
	position: absolute;
	left: 0;
	top: 0;
}

#windowbox .overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('/image/gradient/strips.png');
	display: none;
	z-index: 998;
}
#tip {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	display: none;
	cursor: default;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 2px #555;
	-moz-box-shadow: 1px 1px 2px #555;
	-webkit-box-shadow: 1px 1px 2px #555;
}

#tip ul {
	list-style: none outside;
}

#tip ul li {
	padding: 0 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#tip ul li:hover {
	background: #222;
}

#tip a {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
}

#tip a:hover {
	text-decoration: underline;
}

#tip ul li a:hover {
	text-decoration: none;
}

.tip {
	display: none;
}

#winDefPass{
	text-align: center;
}
#winDefPass .controls .field .label {
    float: left;
    font-size: 14px;
    padding: 2px 10px 0 0;
    text-align: right;
    width: 130px;
}

#winDefPass .controls .field input {
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    font-size: 14px;
    height: 21px;
    padding: 0 2px;
    width: 156px;
}

#winDefPass .controls .field {
    height: 21px;
    margin-top: 7px;
	text-align: left;
	padding: 0 40px;
}
#winDefPass .controls .action {
	margin-top: 15px;
}

#winDefPass .controls .error {
    color: #DD0000;
    display: none;
    font-size: 14px;
    margin: 15px;
}

#notifybox {
    background: url("/image/gradient/notify.png") repeat-y scroll left top rgba(0, 0, 0, 0);
    overflow: hidden;
    padding: 15px;
    position: relative;
}

#notifybox .item {
	font-family: Arial, Helvetica, sans-serif;
	/*width: 180px;*/
	min-height: 20px;
	line-height: 1;
	padding: 6px 25px 11px 30px;
	margin-top: 8px;
	/*margin-left: 235px;*/
	border-bottom: 1px solid #8dcff4;
	display: none;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

#notifybox .item:hover {
	opacity: 1;
    -moz-opacity: 1;
	-khtml-opacity: 1;
}

#notifybox .item a {
	font-size: 11px;
	color: #00A8EC;
	margin-right: 5px;
	text-decoration: none;
}

#notifybox .item a:hover {
	border-bottom: 1px dotted #00A8EC;
}

#notifybox .item .title {
	font-size: 18px;
	font-weight: bold;
	color: #044476;
	cursor: pointer;
	float: left;
	/*padding-right: 10px;*/
}

#notifybox .item .desc {
	font-size: 11px;
	color: #044476;
	cursor: pointer;
	display: inline-block;
	padding-top: 7px;
	margin-left: 7px;
	font-weight: bold;
}

#notifybox .item .controls {
	display: none;
}

#notifybox .item .controls .action {
	margin-top: 5px;
}

#notifybox .item.reboot {
	background: url('/image/notify/reboot.png') no-repeat left 2px;
}

#notifybox .item.reset {
	background: url('/image/notify/reset.png') no-repeat left 2px;
}

#notifybox .item.save {
	background: url('/image/notify/save.png') no-repeat left 2px;
}

#notifybox .item.defpass {
	background: url('/image/notify/defpass.png') no-repeat left 2px;
}

#notifybox .item.defpass .error {
	margin-top: 5px;
	color: #f00;	
}

#notifybox .item.SMS {
	background: url('/image/notify/sms.png') no-repeat left 0px;
}

#notifybox .item.ntp {
	background: url('/image/notify/time.png') no-repeat left 2px;
}

#notifybox .item.SIM {
	background: url('/image/notify/simcard.png') no-repeat left 2px;
}

#notifybox .item.welcome {
	background: url('/image/notify/welcome.png') no-repeat left 2px;
}

#notifybox .item.language {
	background: url('/image/notify/lang.png') no-repeat left -2px;
}

#notifybox .item.warning2 {
	background: url('/image/notify/warning.png') no-repeat left 2px;
	border-bottom: 1px solid #f4b757;
}

#notifybox .item.idle {
	background: url('/image/notify/idle.png') no-repeat left 2px;
	border-bottom: 1px solid #f4b757;
}

#notifybox .item.warning2 .title,
#notifybox .item.idle .title {
	color: #ff7400;
}

#notifybox .item.warning2 .desc,
#notifybox .item.idle .desc {
	color: #f4b757;
}

#notifybox .item .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#notifybox .item.loading .overlay {
	display: block;
}

#notifybox .item.loading {
	background: url('/image/preload/c24.gif') no-repeat left 2px;
}

#notifybox .item.defpass .controls .field,
#notifybox .item.SIM .controls .field {
	height: 21px;
	margin-top: 7px;
}

#notifybox .item.defpass .controls input,
#notifybox .item.SIM .controls input {
	border: 1px solid #00A8EC;
	font-size: 14px;
	padding: 0 2px;
	width: 156px;
	height: 21px;
	color: #00A8EC;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#notifybox .item.SIM .controls input {
	width: 106px;
}

#notifybox .item.SIM .controls span {
	color: #ff7400;
}

#notifybox .item.SIM .controls span.left {
	font-size: 18px;
	font-weight: bold;
}

#notifybox .item.SIM .controls span.total {
	font-size: 12px;
}

#notifybox .item.ntp .controls .datetime {
	margin-top: 7px;
	color: #ff7400;
	text-align: center;
}

#notifybox .item.ntp .controls .datetime .time {
	font-size: 18px;
}

#notifybox .item.ntp .controls .datetime .date {
	font-size: 10px;
}
#overlaybox {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

#overlaybox .bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: wait;
	background: url("/image/gradient/strips.png");
}

#overlaybox .loading {
	position: relative;
	margin: 200px auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 200px;
	border-radius: 25px;
    /*padding: 15px;*/
	background-color: rgba(255, 255, 255, 0.8); 

}

#overlaybox .loading .timer {
	font-size: 16px;
	color: #000;
}

#overlaybox .loading img {
	margin-bottom: 4px;
}

#overlayboxIP {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	display: none;
}

#overlayboxIP .loading {
	position: relative;
	margin: 200px auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 500px;
	border-radius: 25px;
    /*padding: 15px;*/
	background-color: rgba(255, 255, 255, 0.8); 
}
#overlayboxIP .loading a{
	text-decoration: none;
	color: #000;
}

#overlayboxIP .loading a:hover{
	text-decoration: none;
	color: red;
}


#searchbar {
	/*width: 900px;*/
	margin: 10px;
	position: relative;
	/*display: none;*/
}

#searchbar .field {
	height: 37px;
	float: left;
	position: relative;
}

#searchbar .field input {
	width: 618px;
	height: 35px;
	font-size: 18px;
	color: #000;
	padding: 0 40px 0 10px;
	border: 1px solid #c1c1c1;
	background: url('/image/gradient/input_big.png') repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#searchbar .field input:focus {
	border: 1px solid #a1a1a1;
}

#searchbar .field .hint {
	position: absolute;
	top: 11px;
	left: 15px;
	font-size: 14px;
	color: #cdcdcd;
	cursor: text;
}

#searchbar .field.focus .hint {
	color: #e6e6e6;
}

#searchbar .field .icon {
	position: absolute;
	width: 16px;
	height: 22px;
	top: 8px;
	right: 15px;
	background: url('/image/search.png') no-repeat center center;
}
#searchbox {
	border: 1px solid #C1C1C1;
        border-radius: 5px 5px 5px 5px;
        margin: 0 10px 12px;
        display: none;
}

#searchbox .caption {
	border-bottom: 1px solid #C1C1C1;
        padding: 10px;
}

#searchbox .caption .str {
	float: left;
	font-size: 21px;
        color: #006693;
}

#searchbox .caption .str span.copy {
	font-style: italic;
}

#searchbox .caption .match {
	float: right;
	font-size: 10px;
	color: #AAA;
	margin-top: 8px;
}

#searchbox .result {
	overflow: auto;
        padding: 10px 25px;
        max-height: 180px;
}

#searchbox .result .block .icon {
	float: left;
	width: 48px;
	height: 48px;
	text-align: center;
}

#searchbox .result .block .group {
	float: left;
}

#searchbox .result .block .group .title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 4px 0;
}

#searchbox .result .block .group .title span.count {
	color: #CCC;
	font-size: 10px;
	font-weight: normal;
}

#searchbox .result .block .group ul {
	list-style: none outside;
}

#searchbox .result .block .group ul li {
	margin-bottom: 8px;
}

#searchbox .result .block .group ul li a {
	border-bottom: 1px dotted #777;
	color: #777;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#searchbox .result .block .group ul li a:hover {
	color: #ff7400;
	border-bottom: 1px dotted #ff7400;
}

#searchbox .result .block .group ul li span {
	color: #777;
	font-size: 12px;
}

#searchbox .result .block .group ul li span.mark {
	background: none repeat scroll 0 0 #8DCFF4;
	color: #FFF;
	padding: 0 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#searchbox .result .separator {
	clear: both;
	height: 16px;
}

.modeswitcher {
    border: 1px solid #999;
    border-radius: 25px;
    overflow: hidden;
    padding: 3px 5px;
    position: relative;
    width: 80px;	
	cursor: pointer;
    text-align: center;    
	background: rgb(240,249,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMGY5ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZmMGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%, rgba(214,240,253,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(240,249,255,1)), color-stop(100%,rgba(214,240,253,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%,rgba(214,240,253,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%,rgba(214,240,253,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(240,249,255,1) 0%,rgba(214,240,253,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(240,249,255,1) 0%,rgba(214,240,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#d6f0fd',GradientType=1 );

}
.modeswitcher span{
	font-size: 12px;
	color: #333;
	/*font-weight: bold;*/
}
.modeswitcher #off{
	display: none;
	margin-right: 15px;
}
.modeswitcher #on{
	display: block;
	margin-left: 15px;
}

.modeswitcher #slideMS {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #999;
    border-radius: 25px 25px 25px 25px;
    height: 16px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 16px;
    z-index: 10;
}

.modeswitcher.active{
	background: rgb(248,255,232);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmOGZmZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYWJkNDZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(248,255,232,1) 0%, rgba(171,212,110,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(248,255,232,1)), color-stop(100%,rgba(171,212,110,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(248,255,232,1) 0%,rgba(171,212,110,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(248,255,232,1) 0%,rgba(171,212,110,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(248,255,232,1) 0%,rgba(171,212,110,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(248,255,232,1) 0%,rgba(171,212,110,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#abd46e',GradientType=1 );
}
.modeswitcher.active #off{
	display: block;
}
.modeswitcher.active #on{
	display: none;
}
.modeswitcher.active #slideMS {
	left: auto;
    right: 1px;
}
/*#slider {
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 25px 25px 25px 25px;
    height: 18px;
    margin: 1px;
    width: 18px;
    z-index: 10;
}*/

