body {
	background: #000000;
	
	padding: 125px 0 0 0;
}


h1 {
	padding: 0;
	margin: 0;
	
	height: 30px;
}

a {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
}
a:link {
	color: #89acc9;
	text-decoration: none;
}
a:visited {
	color: #d0dee9;
	text-decoration: none;
}
a:hover {
	color: #89acc9;
	text-decoration: none;
	
	border-bottom: 1px dotted #cfcfcf;
}


div.error {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #FF0000;
	
	padding: 0 0 10px 0;
}


div#login {
	background: #FFFFFF;
	
	padding: 20px;
	margin: 0 auto;
	
	width: 265px;
}
div#header {
	background: url(../wp-content/themes/longfellow_v1/images/bg_footer_popup.jpg);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	
	margin: 0 auto;
	
	width: 305px;
	height: 55px;	
}

div#troubleLink {
	padding: 7px 0 0 10px;
	float: left;
}

div#form {
	background-image: url(../wp-content/themes/longfellow_v1/images/bg_h2.gif);
	background-repeat: repeat-x;
	
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

/*
	form styles
*/
label, input {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

fieldset {	
	border: none;
	
	margin: 0;
	padding: 0;
}
fieldset div {
	padding: 0 0 10px 0;
}

label {
	font-size: 10px;
	color: #707070;
}

input.textfield {
	background: #ebebeb;
	
	border: 1px solid #d7d7d7;
	
	font-size: 14px;
	color: #707070;
	
	padding: 2px;
	
	width: 200px;
}
input.textfield:focus {
	background: #f9f9f9;
}


input.button {
	background: #ebebeb;
	
	font-size: 12px;
	color: #707070;
	text-transform: uppercase;
	
	border: 1px solid #d7d7d7;
	
	padding: 5px 10px 5px 10px;
	
	width: 100px;
	height: 30px;
	
	float: left;
}
input.button:focus {
	background: #f9f9f9;

	color: #707070;
}


br.clear { 
	clear: both;
	line-height: 1px;
}