/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
	display:none;
    cursor: default;
    position:fixed;
    top: 2%;
    left: 50%;
    margin-left: -300px;    
    background-color: #fff;
    color: #333;    
    padding: 5px;
	text-align: left;
	border:solid 3px #999999 ;
	z-index:1;
    _top: 0;
	
}
.jqmWindow li {list-style-position:outside; margin-left:40px; list-style-image:url(/images/left_punktir.gif); margin-bottom:10px}
.jqmWindow ol li {list-style-image:none}
.jqmWindow ul li ul li {list-style-position:outside; margin-left:40px; list-style-image:url(/images/left_pod_punktir.gif); margin-bottom:10px }
.accountWindow {top:1%}

.jqmOverlay {background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.window_title {color:#3d61ad; font-size:18px}

.jqmWindow p {padding:10px 0px; }
.input_text {border:solid 1px #e6e6e6; width:350px; font-size:18px; margin-top:3px}
.doLogin, .do_register, .save_profile, .form_ok, .save_news, .jqmSave, #add_comment_button, .jqmClose  { 
    background: url(/images/button_bg.gif) no-repeat 0px 2px; border:0; width:100px; height:26px; color:#FFFFFF; cursor:pointer; margin:0  10px 0px 0px;}

.jqmModal_little, .little_save_button {
    width:80px; 
	background:url(/images/but_save_little.gif);	
	color:#ffffff;
	border:0px;
	height:22px;
	margin:10px 0px 0px 382px;
        padding-bottom:3px;
	font:11px Trebuchet MS;
	cursor:pointer;
         }
.jqmModal_little {background:url(/images/but_close_little.gif); margin-left:0px}	
.profileClose {margin-right:10px}
.formAuth {margin-left:10px}
#add_comment_button { margin-left:464px;}
table.users_information td #add_comment_button {margin-left:414px}
div.opisanie {font:normal 10px Trebuchet MS; margin-top:-2px; height:20px; margin-bottom:10px; }
.partners_lozm div {width:33%; height:115px; text-align:center; float:left; padding-top:20px}
.partners_lozm div a {color:#0F76DA}
