/* 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 {
    display: none;

    position: absolute;
    top: 0;
    left: 50%;

    margin-left: -350px;
    width:750px;
	
	/*height:650px;*/

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;

}

.jqmGallery {
	
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -350px;
    width:750px;
	height:450px;
    background-color: #000000;
    color: #333;
    border: 1px solid #BAD13F;
    padding: 12px;
}


.jqmFormLink {
    display: none;

    position: absolute;
    top: 5%;
    left: 50%;

    margin-left: -200px;
    width:400px;
	
	/*height:650px;*/

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;

}

.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 */




/* custom */

.jqmLogin {

    display: none;
    
    position: absolute;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
    width: 400px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	
}

.jqmProcessing {

	display: none;
	
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
    width: 400px;
    color:#ffffff;
    background:none; 

	
}


.jqmClose{ 
	background:#FFDD00; 
	border:1px solid #FFDD00; 
	color:#000; 
	clear:right; 
	float:right; 
	padding:0 5px; 
	cursor:pointer; 
}

.jqmClose:hover{ 
	background:#FFF; 
}

#jqmContent{ 
	display: block; 
	clear:both; 
	margin:auto; 
	margin-top:10px; 
	text-align:left;
	
	height:625px;
	overflow:scroll;
	
	
	
}

#loginBlock {

	

}

#loginBlock p {
	font-size:10px;
	margin:0;
	padding:0 !important;
}