html, form { margin:0; padding:0; }
body { font-family:arial, helvetica, sans-serif, sans; margin:10px; padding:0; }

#login { width:400px; margin:10% auto; border-radius:3px 3px 0px 0px; box-shadow:1px 0px 1px #444, -1px 0px 1px #444; }

#login_header { height:60px; background-image:url("../images/logo.png"); background-position: 10px center;  background-repeat:no-repeat; border-radius:3px 3px 0px 0px; animation:pulse 20s infinite alternate; -moz-animation:pulse 20s infinite alternate; -webkit-animation:pulse 20s infinite alternate; }

@keyframes pulse {
	from { background-color:#777; }
	to 	 { background-color:#4e9bb6; }
}

@-moz-keyframes pulse {
	from { background-color:#777; }
	to 	 { background-color:#4e9bb6; }
}

@-webkit-keyframes pulse {
	from { background-color:#777; }
	to 	 { background-color:#4e9bb6; }
}

#login_form { width:100%; float:left;
	background-color:#F3F1E5;
	border-bottom:1px solid #444;
}

.login_table { margin:10px 50px; }

.login_textbox { width:200px; margin:2px 0; padding:3px 5px;
	border-radius:6px;
  border-bottom:1px solid #666;
}

.login_button { padding:3px 5px; }
