/* CSS for AjaxLogin extension */
#userloginRound {
	/* for the Gamepress skin */
	text-shadow: none;
}

#userloginRound .r_boxContent {
	background-color: #fff;
	color: #000;
	border: solid 1px #aaa;
}

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

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

#userajaxloginform {
	margin: 5px;
}

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

#wpClose span {
	color: #FFF;
	/* was originally 2em, which looked fugly on Vector at least --ashley, 7 November 2013 */
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
}

/* Don't underline the X on any skin -- the important is just for good measure */
div#wpClose a {
	text-decoration: none !important;
}

#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 #000;
}

.jqmOverlay {
	background-color: #000;
}

/* Fixed positioning 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');
}

/** Skin-specific fixes */
body.skin-gamepress a#wpAjaxRegister {
	color: #000;
}

body.skin-quartz div#userloginRound {
	width: auto;
}
