div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
#part_2 {
	display: none;
}
div#nyroModalLoading {
	border: 0px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(images/ajaxLoader.gif) no-repeat;
	background-position: center;
	-moz-border-radius-topleft: 8px;  
	-moz-border-radius-topright: 8px;  
	-moz-border-radius-bottomright: 8px;  
	-moz-border-radius-bottomleft: 8px;  
	-webkit-border-top-left-radius: 8px;  
	-webkit-border-top-right-radius: 8px;  
	-webkit-border-bottom-left-radius: 8px;  
	-webkit-border-bottom-right-radius: 8px;  
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 1px solid #777;
	-moz-border-radius-topleft: 8px;  
	-moz-border-radius-topright: 8px;  
	-moz-border-radius-bottomright: 8px;  
	-moz-border-radius-bottomleft: 8px;  
	-webkit-border-top-left-radius: 8px;  
	-webkit-border-top-right-radius: 8px;  
	-webkit-border-bottom-left-radius: 8px;  
	-webkit-border-bottom-right-radius: 8px;  
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#closeBut {
	position: absolute;
	display: block;
	top: 8px;
	right: 8px;
	width: 19px;
	height: 19px;
	text-indent: -9999em;
	background: url(images/close.png) no-repeat;
	outline: 0;
	border:0;
	z-index: 900;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: hidden;
}
div.wrapper div#nyroModalContent {
	padding: 5px 0 0 15px;
	font-family: Arial;
}
#wing {
	width: 790px;
	height: 350px;
	background: #fff;
	overflow: fixed;
	top: 22%;
	left: 22%;
	font-family: Arial, Tahoma;
	text-align: left;
	line-height: 26px;
	margin-top: 15px;
}
#wing input, select {font-size: 16px; font-family: Arial; color: #000; min-height: 24px; min-width: 50px;}
#wing a {
	color: #000;
}
#wing b {
	font-size: 12pt;
	color: #2c56f2;
	font-weight: bold;
}
.click {
	text-transform: uppercase;
	cursor: pointer;
	height: 24px;
	font-size: 14px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#wing .text {
	padding: 5px;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	padding-top: 45px;
}
#wing .stoim {
	font-size: 14px;
	color: #333;
	margin-left: 18px;
}
#wing .stoim font {
	font-size: 15px;
	color: #2c56f2;
	font-weight: bold;
}
#wing span {
	font-size: 14px;
	color: red;
	font-weight: bold;
}
#message a, #message_2 a {
	color: red;
	text-decoration: underline;
}
#message, #message_2 {
	color: red;
	font-size: 16pt;
	margin: 5px 0 5px 0;
	text-align: center;
}
.speed {
	width: 100%;
	font-size: 12pt;
	color: #000;
	border-bottom: 1px dotted #888;
	position: absolute;
	top: 5px;
	left: 0;
	text-align: center;
}
#wing .speed  b {
	color: red;
}
.speed .av {
	font-weight: bold;
	color: green;
	font-size: 15px;
}
.hrefs {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.hrefs a {
	text-decoration: underline;
}
.kos {
	font-size: 14px;
	color: #333;
	text-align: center;
}

