/* CSS for AjaxLogin extension */
#userloginRound .r_boxContent {
	background-color: #fff;
	color: #000000;
	border: solid 1px #aaaaaa;
}

#userloginRound .boxHeader {
	padding: 3px 5px;
	font-size: 12px;
	background-color: #36C;
	color: white;
}

#userloginRound form {
	padding: 3px;
	font-size: 12px;
}

#userajaxloginform {
	margin: 5px;
}

#wpClose {
	float: right;
	cursor: pointer;
}

#wpClose span {
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
}

#wpLoginattempt {
	margin: 0;
	padding: 0 .25em;
	width: auto;
	overflow: visible;
}

#wpError {
	width: 250px;
	line-height: 1.4em;
}

#ajaxLoginRememberMe {
	padding-bottom: 3px;
}

#wpMailmypassword {
	margin: 3px 0;
	padding: 0 .25em;
	width: auto;
	overflow: visible;
	font-size: 0.9em;
}

.jqmWindow {
	display: none;
	position: fixed;
	top: 30%;
	left: 60%;
	margin-left: -300px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
}

.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(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
