body {
	padding: 0px;
	margin: 0px;
	background-color: #f3f6e1;
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(images/background.png);
}

#backdrop {
	background-image: url(images/bulb.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: auto;
}

#loginform {
	color: #302917;
	font-size: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: auto;
	padding-top: 100px;
	width: 373px;
}

#innerBody {
	padding-top: 20px;
	margin: auto;
	width: 250px;
	padding-bottom: 30px;
}

.smalltext {
	font-size: 14px;
}

.textbox {
	background-color: #e8e8d1;
	color: #988808;
	border-bottom-color: #302917;
	border-left-style: none;
	border-bottom-style: dashed;
	border-right-style: none;
	border-top-style: none;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 250px;
	font-size: 18px;
}

.nospace {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}


input {
	margin: 0;
	padding: 5px;
	height: 20px;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.error {
		color: #a51c05;
		font-size: 14px;
		width: 100%;
		text-align: center;
}

#powered {
		position: absolute;
		left: 5px;
		top: 5px;
		font-size: 11px;
		color: #E3DA9A;
}

a {
	color: #E3DA9A;
	text-decoration: none;
}
