#loginWrapper {
	float: right;
	width: 238px;
	height: auto;
}

#loginButton {
	float: right;
}

#loginButton a, .qinput {
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #023E63;
	text-decoration: none;
	margin: 0;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}

.qinput {
	display: inline;
}

#loginButton a:hover {
	text-decoration: underline;
}

#loginButton a.active {
	color: #023E63;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	background-color: #EBEBEB;
	padding-right: 5px;
	padding-left: 5px;
}

/* THIS IS THE HIDDEN FORM */

#loginForm {
	position: fixed;
	width: 200px;
	font-size: 11px;
	color: #666;
	display: none;
	z-index: 999;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 15px;
	background-color: #EBEBEB;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#loginForm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#loginForm ul li {
  margin: 0;
  padding: 0;
}

#loginForm ul li a {
	display: block;
	color: #023E63;
	text-decoration: none;
	padding: 6px 0;
}

#loginForm ul li a:hover {
	color: #0066CC;
	text-decoration: underline;
}

#loginForm form,fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#loginForm label {
  display: block;
  margin: 0 0 5px 0;
}

.loginTextField {
	display: block;
	width: 186px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 6px;
	background: #fff;
	border: 1px solid #09C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.loginButton {
	text-align: right;



/* OLD SETTINGS / Button w/o Image
	color: #fff;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #0066CC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #044660;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #0066CC;
	*/
}

.loginCheckBox {
	vertical-align: middle;
	margin-top: 0px;
}
.loginCheckBoxText {
	margin-top: -22px;
	margin-left: 70px;
}

.loginOtherButtons {
	float: right;
}

.loginOtherButtons a {
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #023E63;
	text-decoration: none;
	margin: 0;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	padding-left: 5px;
}

.loginOtherButtons a:hover {
	text-decoration: underline;
}

.loginDivider {
	float: right;	
	display: block;
	font-size: 11px;
	line-height: 25px;
	color: #023E63;
	text-decoration: none;
	margin: 0;
	cursor: pointer;
	border-radius: 6px;
	outline: none;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	padding-left: 5px;
}

.login-action-set {
	cursor: pointer;
}

.controlset {
  display: block;
  width: inherit;
  white-space: normal;
}

