* {
	maring: 0; padding: 0;
}


body {
	margin: 0; padding: 0;
	font:80%/180% tahoma, arial, "Trebuchet MS", Helvetica, sans-serif;
	background: #c0d18a url('../images/login_back.gif') repeat-y center;
	color:#666;
	font-weight: normal;
}


a {
	text-decoration: underline;
	color: #006633;
	}
a:hover {
	text-decoration: none;
	}
	
form {
	margin: 30px auto;
	width: 300px;
	line-height: 200%;
}
	form p {
		text-align: left;
		font-size: 150%;
		}
	
	form input {
		border: 1px solid #ccc;
	}
	
	form input.btn {
		font-size: 60%;
		padding: 4px 6px;
		cursor: pointer;
		border: 2px outset #999;
		color: #666;
		text-transform: uppercase;
		margin-top: 10px;
		background: #f9f9f9;
	}
		
	form input.big {
		font-size: 130%;
		padding: 4px 10px;
		margin-top: 10px;
	}

h1 {
	margin: 0; padding: 20px 0 15px 0;
	text-align: center;
	font-size: 140%;
	font-weight: normal;
	color: #333;
}

p {
	margin: 0; padding: 5px;
	text-align: center;
	font-size: 100%;
}

.alert {
	background: #fff6bf url('../images/exclamation.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	margin-top: 30px;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	
#container {
	width: 395px;
	margin: 0 auto;
	}	


#admin_header_01 {
	height: 52px;
	background: #D5E2AD url('../images/back.gif') repeat-x;	
}