/* 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}); */
#div_mess{
width:550px;
}
#div_mess .content { 
	width:580px;
	height:450px; 
	overflow:auto; 
	padding:0; 
}
.jqmWindow {
    display: none;
    cursor: default;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -330px;    
    /*background-color: #fff;*/
    color: #333;    
    padding: 5px;
	text-align: left;
	/*border:solid 3px #999999 ;*/
	z-index:100;
	
}
.jqmOverlay {background-color: #fff; }

/* 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(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
     _left: expression((window.scrollX) ? window.scrollX : (document.documentElement.scrollLeft < 5200?document.documentElement.scrollLeft:5200) + 455 + "px");
}
.registration_title {background:url(/images/backMenu.jpg) repeat-x; height:30px; text-align:center; color:#FFFFFF; font:16px Trebuchet MS; vertical-align:middle; padding-top:10px; width:100%}
.jqmClose {	
	}
.jqmSave {
    width:90px;
	display:none;
	color:#333333;
	border:0px;
	height:30px;
	margin:0  0px 0px 10px;
	font:16px Trebuchet MS; 
	cursor:pointer;
	position:relative;
	top:43px;
	left:100px;	
	}
.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:415px;}
div.opisanie {font:normal 10px Trebuchet MS; margin-top:-2px}
