* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}


h1 {
	color: #ac1a2f;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 28px;
	line-height: 100%;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: -1px;
}

input.field {
	display: block;
	margin-bottom: 20px;
	margin-top: 3px;
	border: 1px solid #ccc;
	padding: 5px;
	width: 180px;
	line-height: 11px;
}

	#password {
		margin-bottom: 5px;
	}

a {
	font-size: 9px;
	color: #2a7ca6;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}


#container {
	width: 400px;
	margin: 100px auto;
}

	#logo {
		float: left;
		width: 100px;
	}
	
	#login {
		float: right;
		width: 280px;
		padding-top: 38px;
		margin-bottom: 20px;
	}
	
		#login span {
			color: #666;
		}
	
		#rememberme {
			margin-bottom: 20px;
		}
		
			#rememberme td {
				padding-right: 6px;
				font-size: 9px;
				line-height: 9px;
				color: #666;
				vertical-align: middle;
			}
			
			#rememberme input {
				margin-top: -1px;
			}
			
		#submit {
			margin-top: 20px;
		}
		
			#submit td {
				padding-right: 15px;
			}
			
			#submit input {
				margin-top: 1px;
			}
			
		p.error,
		p.success {
			color: #e70000;
			margin-top: -10px;
			margin-bottom: 15px;
		}
		
		p.success {
			color: #0a0;
		}
			
#idbutton {
	padding-top: 10px;
	border: 0;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}
