/*modal*/
#modal_content {
	display: none;
	position: fixed;
	left: 50%;
	padding: 15px;
	top:5%;
	-webkit-box-shadow: 0px 0px 8px #111;
	background:#FFF;
	width:400px;
	margin-left:-200px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
}
#modal_content div.modal_close{
	float:right;
	cursor:pointer;
	margin-left:8px;
	font-weight:bold;
}
#modal_content h3{
	font-size:14px;
	margin-top: 0px;
	padding-top:0px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
}
#modal_overlay { 
	background-color: #000; 
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.overlay {
	position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
#modal_content a{
	color:#3A81CE;
	font-weight: normal;
	text-decoration: underline;
}
#modal_content a:HOVER{
	text-decoration: none;
}
/* 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 #modal_content {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.wait{
	background-image: url("loading.gif");
	background-position:center bottom;
	background-repeat: no-repeat;
	padding-bottom: 60px;
	color:#AAAAAA;
	font-size:24px;
}
.wait span{
	font-size:20px;
	line-height: 40px;
}
#map{
	margin-top: 20px;
	width:400px;
	height:300px;
	overflow: hidden;
}
.buts{
	font-size:13px;
	text-align:center
}
.buts strong{
	font-size:15px;
}
#modal_content p{
	FONT: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	text-align: left;
	padding: 0px;
	width: 400px;
}
.frend_modal {
	color: #AAAAAA;
}
pre.frend_modal{
	color: #333333;
}
.rsam{
	position:absolute;
	top:175px;
	left:240px;
	width:7px;
	height:25px;
	background:url("/forum/1april/pix.gif");
	cursor:help;
}