body,table			{font-family: Tahoma; font-size:9pt}

.menu {
    padding-bottom: 5px;
}

.table_contacts {
    width: 50%;
}

.table_center {
    width: 100%;
    
}

.select-css { 
display: block; 
font-size: 16px; 
font-family: sans-serif; 
font-weight: 700; 
color: #444; 
line-height: 1.3; 
max-width: 100%; 
box-sizing: border-box; 
margin: 0; 
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
border-radius: .5em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff; 
background-image: url(''), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%; 
} 
 .select-css::-ms-expand { display: none; } 
 .select-css:hover { border-color: #888; } 
 .select-css:focus { border-color: #aaa; 
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring; 
color: #222;
 outline: none; 
} 
 .select-css option { font-weight:normal; } 
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}



.select-css2 { 
display: block; 
font-size: 16px; 
font-family: sans-serif; 
font-weight: 700; 
color: #444; 
line-height: 1.3; 
max-width: 100%; 
box-sizing: border-box; 
margin: 0; 
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
border-radius: .5em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
background-color: #fff; 
background-image: url(''), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%; 
} 


.select-css2::-ms-expand { display: none; } 
.select-css2:hover { border-color: #888; } 
.select-css2:focus { border-color: #aaa; 
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring; 
    color: #222;
    outline: none; 
} 
.select-css2 option { font-weight:normal; } 
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css2, :root:lang(iw) .select-css2 { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}




.header-width {
    max-height: 150px;
}


select {
	width: 97%;
	margin-left: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: white;
	color: black;

}



.qwe {
	text-align: center;
	align-content: center;
	align-items: center;
	border-bottom: 1px solid black;
	font-weight: 900; 
}

option.qwe {
border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 4px 8px;
margin-bottom: 1px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;        
}


option.qwe {
	background-color: rgb( 95, 147, 236 );
	border: 1px solid rgb( 50, 116, 231 );
}

option.qwe:hover {
background-color: rgb( 142, 178, 241 );
}

.my_table {
	width: 95%;
	position: relative;
	top: 3px;
}



.uk {
	position: relative;
	left: 10px;
}

.uk2 {
	position: relative;
	left: 0px;
}


.uk,.uk2 h4 {
    font-family: sans-serif; 
    font-weight: 900; 
    color: #444;
}


a					{color: black;}
a:hover				{color: white; background-color: #6495ED;}
a.leftlink			{color: black; padding-bottom: 4px; padding-left: 4px; padding-right: 4px;}
a.leftlink_lm		{color: black; padding-bottom: 4px; padding-left: 10px; padding-right: 4px;}

a.leftlink:hover	{color: white; background-color: #6495ED; padding-left: 4px; padding-right: 4px;}

.tabhead			{background-color:steelblue; color:white; font-weight:bold; font-size:7pt; text-align:center;}
.tabhead a			{color: white; font-weight: bold; font-size: 7pt; width:90%}

h1					{font-family: Serif; font-size:16pt; margin-top: 0; margin-right: 25; margin-bottom: 5}
h4					{margin-top: 0px; margin-bottom: 0px;}
ul,ol				{margin-top: 0px;}
.stat				{margin-top:0px; margin-bottom:0px; line-height: 7pt; text-align: justify}

input,select,textarea,checkbox
{
	font-family:Tahoma;
	font-size:9pt;
	margin-top:0px;
	margin-bottom:0px;
}

p	{text-align:justify;}
.text				{text-indent: 32; margin-top: 0; margin-bottom: 10; text-align: justify}

.description {
	text-align: justify;
}

.sh {
	background: #6495ED;
	color: #ffffff;
	font-weight: bold;
/*	border: 1px solid white; */
	margin-top: -7px;
	margin-bottom: -9px;
	margin-left: -7px;
	margin-right: -7px;
	max-height: 10px;
}


.sh22 {
	background: #6495ED;
	color: #ffffff;
	background-image: url(''), linear-gradient(to bottom, #6495ED 0%,#a3c1f5 100%);
	font-weight: bold;
	height: 10px;
	max-height: 18px;
}



li {
	list-style: url('/pic/list-disk-1.png');
	margin-bottom: 3px;
}



/* main form */
#main-div {
	position: relative;
	background-color: #f2f2f2;
	display: block;

}
#main-div h4 {
	margin-bottom: -10px;
}
#from-div {
	text-align: center;
	float: flex;
}

#warning1 {
	display: none;
	margin: 20px;
	margin-left: 50px;
}
#warning2 {
	display: none;
	margin: 20px;
	margin-left: 50px;
}

#wm {
	display: none;
	margin: 20px;
	margin-left: 50px;
}

#fields {
	display: block;
}

#contacts {
	border: 1px solid red;
}

#send {
	background-color: #ffffff;
	display: none;
}

#sys4 {		/* div с курсом справа */
	width: 60px;
}
#sys4 {		/* div для сообщений под курсом */
	width: 100px;
}


#copyright {
	background: #6495ED;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#counter {
	float: right;
	margin-right: 30px;
}


#btn {
	width: 240px;
	height: 20px;
	background-image: url(''), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
}

#btn1 {
	width: 240px;
	height: 60px;
}

#btn2 {
	width: 240px;
	height: 60px;
}
