﻿@charset "utf-8";
/* 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 (via jqModal.js). */
	
.jqmWindow {
	position: absolute;
	top: 160px;
	left: 30%;
	width:477px;
	z-index:9999;
	display: none;
	line-height: 2em;
    /*width: 600px;    
    background-color: #EEE;
    color: #333;
    padding: 12px;*/
}
.jqm_c {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}

.jqm_center {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}


.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */

.jqmWindow .other_fans_group{
	float:none;
	margin: auto;
}.jqm_left {
	text-align: left;
}
.jqm_c2 {
	padding-left: 30px;
}
.jqm_body {
	height: 240px;
	width: 650px;
}
.jqm_body_c {
	padding: 15px 25px 0 25px;*padding: 25px 25px 0 25px;
}
.jqm_body_h {
	height: 217px;
	overflow: auto;
	color: #ca1974;
	line-height:16px;
}
