* {                
  padding: 0;
  margin: 0;
  border: 0;
}

a,
a:hover,
a:visited,
a:active,
cite {
  color: #900;
}

a:hover {
  text-decoration: none;
}

a img {
  text-decoration: none;
  color: #fff;
}

blockquote {
  font-family: Arial;
  font-size: 0.928em; /*13px;*/
  font-style: italic;
  color: #333;  
}

address {
  color: #333;
  font-style: normal;
  text-align: right;
}

address .phone {
  font-size: 30px;
}

body {
  background: #080808 url(/images/css/pattern.gif);
  font-family: "Trebuchet MS", "Arial", "sans-serif";
  font-size: 62.5%; /* 10px base */
  color: #333;
}


#shade {
  background: url(/images/css/overlay.png) left bottom repeat-x;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
}

#container {
  width: 999px;
  margin: 0 auto;
  padding-top: 1px;
}

#header {
  margin-bottom: 20px;
}

#main {
  width: 979px;
  margin: 20px auto;
}

#header a {
  width: 11px;
  height: 10px;
  float: right; 
  margin-right: 25px;
  margin-top: 18px;
}

#white-logo {
  float: left;
  width: 154px;
  height: 65px;
  margin: 10px 0 0 19px;
  background: url(/images/css/logo-white.gif) left top no-repeat;
}

.inner #white-logo {
  float: left;
  margin: 10px 0 0 19px;
  width: 154px;
  height: 65px;
}

#header #search {
  float: right;
  margin-top: 18px;
  margin-left: 5px;
}

#header #search input {
  background: #ccc;
  border: 1px solid #fff;
}

button {
  margin-left: 15px;
  color: #333;
  height: 24px;
  background: transparent;
  cursor: pointer;
}

button span {
  height: 22px;
  line-height: 22px;
  display: block;
}

#header button {
  margin-left: 10px;
  margin-right: 9px;
}

#header button .l {
  background: url(/images/css/button-left.png) left top no-repeat;
  padding-left: 10px;
}

#header button .r {
  background: url(/images/css/button-right.png) right top no-repeat;
  padding-right: 10px;
}

.round-top {
  width: 100%;
  height: 8px;
  background: url(/images/css/main-top.png) left top no-repeat;
}

.round-bottom {
  width: 100%;
  height: 7px;
  background: url(/images/css/main-bottom.png) left top no-repeat;
}
.item-shadow {
  width: 8px;
  height: 35px;
  position: absolute;
  background: url(/images//css/menu-item-shadow.png) left top no-repeat;
  right: -8px;
  top: 0;
}

#main #menu {
  background: #fff url(/images/css/menu-item-bg-last.png) right top no-repeat;
  width: 979px;
  position: absolute;
  z-index: 100;
}

#main #menu li {
  width: 139px;
  float: left;
  height: 35px;
  background: #dadada url(/images/css/menu-item-bg.png) right top no-repeat;
  list-style-type: none;
  text-align: center;
  position: relative;
}

#main #menu li.next {
  background: transparent url(/images/css/menu-item-bg-next.png) left top no-repeat;
}

#main #menu a,
#main #menu a:hover,
#main #menu a:active,
#main #menu a:visited {
  font-size: 1.285em; /*18px;*/
  color: #666;
  text-decoration: none;
  display: block;
}

#main #menu .current a,
#main #menu .current a:hover,
#main #menu .current a:active,
#main #menu .current a:visited {
  color: #900;
}

#main #menu .selected a,
#main #menu .selected a:hover,
#main #menu .selected a:active,
#main #menu .selected a:visited {
  color: #999;
}

#main #menu .selected {
  background: url(/images/css/menu-item-bg-selected.png) right top no-repeat;
}

#main #menu .last {
  clear: none;
}

#main #menu .current {
  background: url(/images/css/menu-item-bg-selected.png) right top no-repeat;
}

/**
 * Second level
 */ 
#menu .l {
  display: none;
  padding-bottom: 10px;
  background: url(/images/css/submenu-shadow-bottom.png) right bottom no-repeat;
  position: absolute;
  top: 35px;
  left: 0;
  width: 230px;
  z-index: 100;
}

#menu .last .l {
  left: -83px;
}

#menu .l .r {
  background: url(/images/css/submenu-shadow-right.png) right top no-repeat;
  width: 220px;
  padding-right: 10px;
  display: none;
}

#menu ul {
  display: none;
  background: #fff;
  padding: 5px 20px 13px 30px;
  width: 170px;
}

#menu .selected ul,
#menu .selected .r,
#menu .selected .l {
  display: block;
}

#main #menu ul li {
  float: none;
  background: transparent;
  height: auto;
  text-align: left;
  padding: 3px 0;
}

#main #menu .selected li a,
#main #menu .selected li a:hover,
#main #menu .selected li a:visited,
#main #menu .selected li a:active {
  font-size: 0.857em; /*12px; base - 14px */ 
  color: #900;
  text-decoration: underline;
}

#main #menu ul li a:hover,
#main #menu .selected ul li a:hover {
  text-decoration: none;
}

.content {
  background: #fff;
  padding: 35px 25px 10px 25px;
  margin-top: 35px;
}

.inner .content {
  margin-top: 0;
  padding-right: 0;
}

.breadcrumb {
  color: #666;
  font-size: 0.857em; /* 12px; */
  margin: 20px 0;
}

.paging {
  text-align: right;
  font-size: 0.857em; /*12px;*/
  color: #900;
}

/** 
 * Index page splash
 */ 
.splash {
  background: #000;
  color: #fff;
  width: 925px;
  height: 243px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.content .splash img {
  position: absolute;
  z-index: 0;
  border: none;
}

.splash .button {
  font-size: 1.285em; /* 18px; */
  color: #333;
  float: right;
  line-height: 37px;
  width: 170px;
  margin: 19px 15px 0 0;
  clear: right;
  position: relative;
  z-index: 50;
  cursor: pointer;
}

.splash .button span {
  display: block;
}

.splash .button .l {
  background: url(/images/css/big-button-left.png) left top no-repeat;
  padding-left: 60px;
}

.splash .button .r {
  background: url(/images/css/big-button-right.png) right top no-repeat;
  padding-right: 10px;
}

.splash .button .icon {
  position: absolute;
  top: -10px;
  left: 0;
  background-position: left top;
  background-repeat: no-repeat;
  width: 43px;
  height: 49px;
}

.splash .button .download {
  background-image: url(/images/css/icon-download.png);
}

.splash .button .screenshot {
  background-image: url(/images/css/icon-screenshot.png);
}

.splash .button .books {
  background-image: url(/images/css/icon-books.png);
}

.splash .button .shop {
  background-image: url(/images/css/icon-shop.png); 
  top: -15px; 
  left: 5px; 
  height: 64px;
}

.splash a,
.splash a:hover,
.splash a:visited,
.splash a:active {
  color: #333;
  text-decoration: none;
}

/**
 * Right menu
 */
#rightmenu {
  background: url(/images/css/submenu-bg-top.png) left top no-repeat;
  width: 222px;
  position: relative;
  /*right: -25px; */
  top: 0;
  padding: 33px 0 0 0;
  margin-bottom: 20px;
} 

#rightmenu h2 {
  margin: 0;
  margin-left: 25px;
  font-size: 1.5em; /*21px;*/
} 

#rightmenu ul {
  margin: 10px 0 0 0;
  padding: 0 25px 25px 25px;
  border-bottom: 1px solid #d2d2d2;
  background: url(/images/css/submenu-bg-bottom.gif) left bottom repeat-x;
}

#rightmenu li {
  background: none;
  padding: 0;
  margin-bottom: 5px;
}

#rightmenu .current a,
#rightmenu .current a:hover,
#rightmenu .current a:active,
#rightmenu .current a:visited {
  color: #900;
  font-weight: bold;
}

#rightmenu li a,
#rightmenu li a:active,
#rightmenu li a:visited {
  color: #333;
  text-decoration: none;
}

#rightmenu li a:hover {
  color: #999;
}

/**
 * Right promo block
 */
.promo {
  margin: 20px 0;
}
 
.promo .top {
  width: 205px;
  height: 8px;
  background: url(/images/css/right-banner-top.png) left top no-repeat;
} 

.promo .body {
  border-left: 1px solid #5B9400;
  border-right: 1px solid #5B9400; 
  background: #fff url(/images/css/right-banner-bg.png) left bottom repeat-x;
  width: 179px;
  padding: 10px 12px;
}

.promo h2 {
  font-size: 1.285em; /*18px;*/
  color: #333;
  margin: 0;
}

.promo .bottom {
  width: 205px;
  height: 8px;
  background: url(/images/css/right-banner-bottom.png) left bottom no-repeat;
} 

.promo a {
  margin-top: 50px;
}


.award {
  width: 94px;
  height: 115px;
  background: url(/images/css/award.png) left top no-repeat;
  float: right;
  margin-right: 25px;
  text-align: center;
  font-size: 1.285em; /*18px;*/
  padding-top: 5px;
  margin-top: 15px;
  cursor: pointer;
}

.award p {
  color: #fff;
  margin: 0;
  padding: 0;
}

.award .price {
  font-size: 24px;
}

.award .shadowed {
  color: #558204;
  text-align: center;
}

.award .shadow {
  left: 21px;
  top: 6px;
  text-align: center;
}



/**
 * Content items
 */
h1 {
  color: #900;
  font-size: 1.714em; /*24px;*/
  margin: 18px 0;
}

h2 {
  color: #900;
  font-size: 1.285em; /*18px;*/
  margin: 15px 0;
}

h3 {
  font-size: 1em; /*14px;*/
  font-weight: bold;
  color: #900;
  margin: 12px 0;
} 

h4 {
  font-size: 1em; /*14px;*/
  font-style: italic;
  color: #900;
  margin: 12px 0;
  font-weight: normal;
}

p.img {
  text-align: center;
}

.img .descr {
  font-size: 0.857em; /*12px;*/
  font-style: italic;
  color: #666;
  display: block;
}

.content img.border {
  border: 1px solid #ccc;
}

p.alert {
  font-size: 1.284em; /*18px;*/
  padding-left: 33px;
  line-height: 30px;
}

p.error {
  color: #f00;
  background: url(/images/css/alert-error.png) left top no-repeat;
}

p.success {
  color: #6c0;
  background: url(/images/css/alert-success.png) left top no-repeat;
}

p {
  margin: 16px 0;
}
.content p {
	text-align: justify;
}

table {
}

th {
  font-size: 0.928em; /*13px;*/
  font-weight: bold;
  background: #EBEBEB url(/images/css/thead-bg.gif) left bottom repeat-x;
  padding: 5px 11px;
}

th.up {
  text-transform: uppercase;
}

td, table.noborder td table.border td {
  font-size: 0.928em; /*13px;*/
  border-bottom: 1px solid #ccc;
  padding: 3px 11px;
}

td td{
  font-size: 1em; /*13px;*/
}


.dark {
  color: #333;
}

.midcol {
  width: 570px;
}

.smallcol {
  width: 335px;
}

.bigcol {
  width: 700px;
}

.xsmallcol {
  width: 222px;
}

.news {
  margin: 15px 0 12px 0;
}

.news span {
  color: #333;
}

.content img.rss {
  margin-right: 5px;
  border: none;
}

.content ul {
  list-style-type: none;
  margin-right: 30px;
}

.content ul li {
  background: url(/images/css/bullet.gif) left 0.5em no-repeat;
  padding-left: 15px;
  margin-bottom: 10px;
}

.inner .content ol {
  margin-top: 10px;
  margin-left: 35px;
}

.inner .content ul {
  margin-top: 10px;
  margin-left: 20px;
}

.inner .content ul li {
  background-image: url(/images/css/bullet-square.gif);
}

.inner .content ul li,
.inner .content ol li {
  margin-bottom: 10px;

}

blockquote.clients {
  width: 334px;
  margin-top: 18px;
  background: none;
  padding: 0px;
}

blockquote .bottom {
  height: 26px;
  width: 334px;
  background: url(/images/css/quote-bottom.png) left top no-repeat;
}

blockquote .top {
  height: 12px;
  width: 334px;
  background: url(/images/css/quote-top.png) left top no-repeat;
}

blockquote {
  padding: 10px 15px;
  background: #fff url(/images/css/quote-bg.gif) left bottom repeat-x;
}

blockquote.clients p {
  margin: 0;
  padding: 0 15px;
  border-left: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;    
  background: #fff url(/images/css/quote-bg.gif) left bottom repeat-x;
}

.green-button {
  width: 205px;
  height: 44px;
  width: 205px;
  background: #7BBC0F url(/images/css/green-button.png) left top no-repeat;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 15px 0;
}

.forum {
  text-align: left;
  padding-left: 15px;
  width: 190px;
}

#arrow {
  width: 80px;
  height: 61px;
  position: absolute;
  right: 25px;
  top: 5px;
  background: url(/images/css/arrow.png) left top no-repeat;
}

.green-button a,
.green-button a:hover,
.green-button a:active,
.green-button a:visited {
  color: #fff;
  text-decoration: none;
}

.green-button .shadowed,
.green-button a.shadowed,
.green-button a.shadowed:hover,
.green-button a.shadowed:active,
.green-button a.shadowed:visited {
  color: #558204;
}

.green-button .shadow {
  left: 10px;
  top: 0; 
}

.forum .shadow {
  left: 14px;
}

.yetanotherclass {
  font-size: 0.928em; /*13px;*/
  padding-right: 15px;
}


/**
 * Form
 */
.content input,
.content select,
.content textarea {
  width: 202px;
  background: #ccc;
  padding: 3px 2px;
} 

form td {
  padding: 3px 0;
  border: none;
}

label {
  margin-right: 15px;
}

form button {
  margin-right: 5px;
  margin-left: 0;
}

form .comment {
  margin-right: 100px;
}

legend {
  color: #900;
  margin: 0;
  font-weight: bold;
}

.content button .l {
  background: url(/images/css/button-left-white.png) left top no-repeat;
  padding-left: 10px;
}

.content button .r {
  background: url(/images/css/button-right-white.png) right top no-repeat;
  padding-right: 10px;
}

/**
 * Tabs
 */
.inner .content ul.tabs {
  float: left;
  margin: 0;
}

.tabs li {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.inner .content ul.tabs li {
  margin-bottom: 0;
}

.content ul.tabs li {
  background: url(/images/css/tab-left.png) left top no-repeat;
  padding-left: 16px;
}

.tabs li div {
  background: url(/images/css/tab-right.png) right top no-repeat;
  padding-right: 16px;
} 

.content ul.tabs li.current {
  background: url(/images/css/tab-left-current.png) left top no-repeat;
}

.tabs li.current div {
  background: url(/images/css/tab-right-current.png) right top no-repeat;
}

.tabs a,
.tabs a:hover,
.tabs a:active,
.tabs a:visited {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.tabs .current a,
.tabs .current a:hover,
.tabs .current a:active,
.tabs .current a:visited {
  color: #666;
}

/**
 * Middle footer
 */
#mid-footer {
  padding: 0 10px;
} 

#mid-footer .content {
  margin: 0;
  padding: 0 30px;
  background: #fff url(/images/css/mid-footer-bg.gif) left bottom repeat-x;
  position: relative;
}

#mid-footer .content img {
  border: 0;
}

#mid-footer address {
  margin-top: 50px;
}

#mid-footer .content .left {
  padding-right: 30px;
  background: url(/images/css/mid-footer-line.png) right bottom no-repeat;
}

#mid-footer .content .right {
  padding-left: 30px;
  background: url(/images/css/mid-footer-line.png) left bottom no-repeat;
}

#mid-footer .left h2,
#mid-footer .right h2 {
  font-size: 1.285em; /*18px;*/
  color: #fff;
  width: 174px;
  height: 39px;
  line-height: 39px;
  background: url(/images/css/footer-button.png) left top no-repeat;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
}

#mid-footer h2 a,
#mid-footer h2 a:hover,
#mid-footer h2 a:active,
#mid-footer h2 a:visited {
  color: #fff;
  text-decoration: none;
}

#mid-footer .left h2 {
  left: -10px;
}

#mid-footer .right h2 {
  right: -10px;
}

#mid-footer .content .mid {
  padding-left: 35px;
  padding-right: 0;
  width: 210px;
}

#mid-footer .content .mid a {

}

#mid-footer .content .nobg {
  background: none;
}

#mid-footer p {
  margin: 0 0 20px 0;
  /*padding-left: 45px;*/
  background-position: left top;
  background-repeat: no-repeat;
}

#mid-footer h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

#mid-footer h3 a,
#mid-footer h3 a:hover,
#mid-footer h3 a:active,
#mid-footer h3 a:visited {
  text-decoration: none;
}

#mid-footer p.watch img {
  margin: 0 10px 0 8px;
}

#mid-footer p.download .left {
  background: none;
  padding: 3px 5px 0 0 ;
}

#mid-footer p.watch .left {
  background: none;
  padding: 7px 5px 0 0 ;
}

/**
 * Footer
 */ 
#footer {
  margin-top: 20px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 0.857em; /*12px;*/
  text-align: center; 
}

#footer a,
#footer a:hover,
#footer a:visited,
#footer a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

/**
 * View image
 */
#fog {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  display: none;
  z-index: 150;
}
 
#view {
  position: fixed;
  top: 10px;
  width: 902px;
  display: none;
  z-index: 150;
}  

#view .top {
  width: 902px;
  height: 8px;
  background: url(/images/css/view-top_1.png) left top no-repeat;
  overflow: hidden;
}

#view .bottom {
  width: 902px;
  height: 8px;
  background: url(/images/css/view-bottom_1.png) left top no-repeat;
  overflow: hidden;
}

#view .body {
  background: #c4c4c5;
  width: 870px;
  padding: 1px 16px;
  position: relative;
}

#view .body .close {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}

#view .body .img {
  width: 870px;
  margin: 15px auto 0 auto;
  text-align: center;
}

#view .body .img img {
  width: 870px;
}

#view .body p {
  margin: 10px 0;
}

#view .heading {
  font-weight: bold;
}

#view .body .paging {
  font-size: 1.3em;
}

#view .body .paging .current {
  font-size: 1.0769em; /* 14px; base 10px*/
  font-weight: bold;
}

#view .yetanotherclass {
  font-size: 1.4em;
}

/**
 * Sliding headings
 */
.slide_heading {
  font-size: 1.142em; /*16px;*/
  font-weight: bold;
  float: left;
  padding-right: 20px;
  cursor: pointer;
  margin: 5px 0;
} 

.slide_heading {
  color: #900;
  background: url(/images/css/icon-minus.gif) right center no-repeat;
}

.slide_heading.closed {
  color: #666;
  background: url(/images/css/icon-plus.gif) right center no-repeat;
}

.slide_heading span {
  border-bottom: 1px dotted #900;
}

.slide_heading.closed span {
  border-bottom: none;
}
/**
 * Utility
 */
.left {
  float: left;
} 

.right {
  float: right;
}
 
.last {
  clear: both;
  height: 0;
}

.cleft {
  clear: left;
  height: 0;
  overflow: hidden;
}

.cright {
  clear: right;
  height: 0;
}

.small {
  font-size: 0.857em; /*12px;*/
}

.comment {
  color: #666;
}

.paddedimg {
  margin-right: 10px;
}

.smallpad {
  margin-top: 15px;
  margin-bottom: 15px;
}

.dropshadow {
  position: relative;
}

.shadow {
  color: #fff;
  position: absolute;
}

.nomargin {
  margin: 0;
}

.name {
  color: #900;
  font-weight: bold;
}

.content_closed {
  display: none;
}

.content_open {
  display: block;
}

a.no-underline,
a.no-underline:active,
a.no-underline:visited {
  text-decoration: none;
}

/*olga*/
.wishform {
	width: 175px; 
	color: #777777;
}

.wishform1 {
	width: 175px; 
	color: #000000;
}

#wishform  {
	padding-right: 20px;
}

.content select.nav {
	width: 50px;
}

p.grayright{
	color: #4f4f4f;
	text-align: right;
}

p.redright{
	color: #900;
	text-align: right;
}

table.noborder td, table.noborder th{
	border: 0px;
}

table.nopadding td, table.nopadding th{
	padding: 0px;
}

.form_frame {
	width:500px; 
	height:280px;
}

/* module forms */
td.form_column
{
	padding-left: 10px; 
	padding-right: 10px;	
}
input.fullwidth
{
	width: 100%;
}
textarea.fullwidth
{
	width: 100%;
}

img.inborder
{
    border: 1px solid #AAAAAA;
}

input.underimg
{
	width: 203px;
}


.gallery a.img 
{
	float: left;
	margin-left: 50px;
	margin-bottom: 25px; 
	text-align: left;
  	text-decoration: none;
}

.gallery a.img img
{
	margin-top: 7px; 
}

.gallery a.img span
{
  	text-decoration: underline;
}
.gallery a.img:hover span
{
  	text-decoration: none;
}

#downloadform1{position:relative;height:505px;width:700px;}
#downloadform1 div#leftformback{position:absolute;left:0;width:10px;height:502px;background: url(/images/download/lform.png) no-repeat 0 0;}
#downloadform1 div#midformback{position:absolute;left:10px;width:681px;height:502px;background: url(/images/download/mform.png) repeat-x 0 0;}
#downloadform1 div#rightformback{position:absolute;left:691px;width:9px;height:502px;background: url(/images/download/rform.png) no-repeat 0 0;}

div.center{text-align:center;position: relative;}
#downloadform_short{position:relative;height:345px;width:550px;text-align:left;}
#downloadform_short div#leftformback{position:absolute;left:0;width:10px;height:343px;background: url(/images/download/lform_short.png) no-repeat 0 0;}
#downloadform_short div#midformback{position:absolute;left:10px;width:531px;height:343px;background: url(/images/download/mform_short.png) repeat-x 0 0;}
#downloadform_short div#rightformback{position:absolute;left:541px;width:9px;height:343px;background: url(/images/download/rform_short.png) no-repeat 0 0;}

#downloadform_short #meetform table td input.form{width:350px}
/*#downloadform_short #downloadversion td {border:1px solid red}*/

#meetform{
	position:absolute;
	top:15px;
	left:20px;
	width:95%;
	/*height:500px;*/
}

span.note{
	font-size:60%;
}

span.note2{
	display:block;
	font-size:80%;
	color:#777777;
	padding-left:20px;
	text-indent:0px;
}

table#downloadversion span.notex{
	position:relative;
	margin-top:-45px;
	display:block;
	font-size: 8pt;
	color: #666666;
	margin-left:155px;
}

form#meetform table{
	width:100%;
	margin-bottom:15px;
}

#meetform input.form{
	border:1px solid grey;
	height:16px;
}

#meetform select.form{
	border:1px solid grey;
	height:24px;
	width:208px;
}

#meetform textarea#cdesc{
	border:1px solid grey;
	height:110px;
	width:230px;
	overflow:hidden;
}

#meetform table#downloadversion{
	width:100%;
	height:39px;
	position:relative;
	top:-10px;
	left:0px;
}
#meetform table#downloadversion img{
	margin-left:30px;
	width:116px;
	height:41px;
}
#meetform table#downloadsource input{
/*	position:absolute;*/
	background: transparent;
	float:left;
	width:20px;
}

#meetform table#downloadversion input{
	background: transparent;
	position:absolute;
	margin-top:15px;
	width:20px;
}

#meetform table#downloadsource label{
	display:block;
	height:30px;
	margin-left:20px;
}

#meetform table#downloadsource{
	margin-top:-10px;
}

#meetform h2{
	margin-top:5px;
}

#meetform span#downloadbuttonlight{
	position:absolute;
	top:0px;
	left:45px;
	font-size:160%;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
}

#meetform span#downloadbuttonshaddow{
	position:relative;
	top:0px;
	left:46px;
	font-size:160%;
	font-weight:bold;
	color:#676767;
	cursor:pointer;
}

#meetform input#downsubmit{
	position:relative;
	left:200px;
	top:-30px;
	width:180px;
	height:40px;
	cursor:pointer;
	/*background: url(/images/download/downbut.png) no-repeat 0 0;*/
	background: url(/images/download/downloadbutton.png) no-repeat 0 0;
	/*background: url(/images/dawnload.JPG) no-repeat 0 0;*/
}

#downloadform_short #meetform input#downsubmit{
	left:150px;
	top:-25px;
}



div#submitbuttonblock{
	cursor:pointer;
	position:relative;
	top:5px;
	left:208px;
	display:block;
	height:30px;
	width:170px;
	background:#0b0;
}

#downloadform_short div#submitbuttonblock{
	left:158px;
	top:10px;
}

span#goup{
	position:relative;
	top:-20px;
	left:0;
	color:#900;
}

div#popwin1 {
	width:575px;
	height:200px;
	position:absolute;
	top:65px;
	left:150px;
	display:none;
}

div#popwin2 {
	width:575px;
	height:200px;
	position:absolute;
	top:-5px;
	left:15px;
	display:none;
}

div#popwin3 {
	width:575px;
	height:200px;
	position:absolute;
	top:65px;
	left:45px;
	display:none;
}

div.popwintop{
	width:575px;
	height:6px;
	background: url(/images/download/popwintop.png) no-repeat 0 0;
}

div.popwinmid{
	width:575px;
	height:175px;
	background: url(/images/download/popwinmid.png) repeat-y 0 0;
}

div.popwinmidbig{
	width:575px;
	height:245px;
	background: url(/images/download/popwinmid.png) repeat-y 0 0;
}

div#popwinbot1{
	width:575px;
	height:24px;
	background: url(/images/download/popwinbot.png) no-repeat 0 0;
}

div#popwinbot2{
	width:575px;
	height:24px;
	background: url(/images/download/popwinbot2.png) no-repeat 0 0;
}

div#popwinbot3{
	width:575px;
	height:24px;
	background: url(/images/download/popwinbot3.png) no-repeat 0 0;
}

div.popwintext{
	position:relative;
	top:-200px;
	left:15px;
}

div#popwin2 div.popwintext{
	position:relative;
	top:-270px;
	left:15px;
}

span.h2big{
	color:#900;
	font-size:180%;
	font-weight:bold;
}

div#text_place{
	text-align:center;
	position:absolute;
	top:150px;
	width:100%;
}

div#downloadform_short div#text_place{
	top:55px;
}

div#text_place img#ics{
	width:115px;
	height:40px;
	margin:30px 0;
}

div.ramka{
	padding-top:2px;
	width:24px;
	float:left;
	height:30px;
	background: url(/images/download/ramka.png) no-repeat 0 0;
}

span.light {
	font-size:160%;
	color:#ffffff;
	margin-left:-13px;
}

span.shaddow {
	font-size:160%;
	color:#676767;
	margin-left:7px;
}

span.listitem{
	font-size:140%;
	margin-left:20px;
	color: #900;
}

div#instr p{
	margin-left:60px;
}

.aarrow{
	margin-left:50px;
}

span.info{
	display:block;
	font-style:italic;
	position:relative;
	left:60px;
	top:-50px;
	margin-bottom:-50px;
	text-align:justify;
	text-indent:0px;
	width:640px;
}

img.infoimg {
	position:relative;
	top:0px;
	left:0px;
}

div#kalkulator input {
	width:50px;
	text-align:right;
}

input#inter_lost {
	color:red;
}

div#kalkulator table td{
	text-align:left;
	border:1px outset black;
}

div#kalkulator table{
	border:1px outset #999999;
	
}

div#kalkulator{
	text-align:center;
}

span#alert_note {
	display:none;
	color:red;
}