* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}

/* This is the Holly Hack \*/
* html .wrap { height: 1% }
/* For Win IE's eyes only */

body {
	border: none;
	background: #f9fcfe;
	margin: 0;
	padding: 0;
}

body {
	font: 10pt "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

form, label input {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

label {
	cursor: pointer;
}

li, dd {
	margin-bottom: 6px;
}

p, li, dl, dd, dt {
	line-height: 140%;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

.checkbox {
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	height: 2px;
}

.hidden {
	display: none;
}

.submit input, .submit input:focus, .button, .button:focus {
	background: url( /media/auth/imgs/fade-butt.png );
}

* html .button {
	padding: 0;
}

.submit {
	text-align: right;
}

* html .wrap h2 {
	margin-top: 1em;
}

textarea.all-options, input.all-options {
	width: 250px;
}

input.disabled, textarea.disabled {
	background: #ccc;
}

#login {
	position: relative;
	background: url('/media/auth/imgs/login-bkg-tile.gif') no-repeat top center;
	color: #fff;
	margin: 5em auto 1em;
	padding: 20px 0 0;
	width: 425px;
}

#login form {
	background: url('/media/auth/imgs/login-bkg-bottom.gif') no-repeat bottom center;
	padding: 0 50px 25px;
	min-height: 200px;
	height: auto !important; /* min-height fast hack */
	height: 200px;
}

#login p {
	font-size: 10pt;
}

#login input {
	padding: 4px;
}

#login .input {
	font-size: 1.8em;
	margin-top: 3px;
	width: 97%;
}

#login p label {
	font-size: 11px;
}

#login #submit {
	margin: 0;
	font-size: 11pt;
}

#login a {
    color: #fff;
    border: none;
}

#login #pwtext {
    text-align:center;
    color: #fff
}

#login div.warning-box {
    background-color: white;
    background-image: none;
    padding-top: 20px;
    width: 400px;
    margin: auto;
}

#login .warning {
    background: #dd6666;
    background-image: none;
    padding: 10px;
    border: 2px solid #ff6666;
    color: #660000;
    margin-block-end: 0px;
}

#securityIcon {
  visibility: hidden;
  display: none;
}

#logo {
	margin: auto;
	background: url('/media/auth/imgs/logo.png') no-repeat bottom center;
	width: 300px;
	height: 70px;
}

* html #template div {
	margin-right: 0;
}
