body { margin: 0; font-family: arial, helvetica, sans-serif; font-size: 13px; color: black; background: white; }
a { color: blue; }
a:hover { text-decoration: underline; }
a:active { color: red; }
a:visited { color: #008; }
input {font-size:14px; padding:0px 5px; height:30px; box-shadow: 0px 0px 1px #054075; border:#054075 1px solid; border-radius:3px; webkit-border-radius:3px; moz-border-radius:3px;}
input:focus {box-shadow: 0px 0px 5px #054075;}
button {
	background:url('/images/headerbg.jpg') center center;
	height:35px;
	color:#fff;
	font-weight:bold;
	border:#054075 1px solid; border-radius:3px; webkit-border-radius:3px; moz-border-radius:3px;
}
button:hover {
	background:url('/images/headerbg.jpg') center right;
}
button:active {
	background:url('/images/headerbg.jpg') center right;
}
