body {font-family: Tahoma, Arial, sans-serif; color: #3a3a3a;}
a {color: #008000;}
a:hover {color: #003000;}
a.small {font-size: 0.8em; color: #3a3a3a; font-weight: bold;}
a.small:hover {text-decoration: none;}
h1.logo {margin: 0;}
h1.logo a {
	font-size: 35px;
	color: #37AC24;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(25,25,25,0.5);
}
h1.logo a:hover {text-decoration: underline;}
form.s {margin: 2em auto; width: 500px; text-align: center;}
form.s .text {
	width: 500px; 
	padding: 3px 5px; 
	font-size: 1.2em; 
	margin: 1em 0; 
	border: 1px solid #33aa33;
	border-bottom: 1px solid #37AC24; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-box-shadow: 0 1px 3px rgba(25,25,25,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(25,25,25,0.5);
}
form.s .text:hover {background: #eeffee;}
form.s .text:focus {border-bottom: 1px solid #666; background: #eeffee;}
form.s .submit {
    background: #23A40E url(button.png) repeat-x; 
    display: inline-block; 
    padding: 5px 10px 6px; 
    color: #fff; 
    text-decoration: none;
	border: none;
    border-bottom: 1px solid #666;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 1em;
    outline: none;
    -moz-box-shadow: 0 1px 3px rgba(75,75,75,0.75);
    -webkit-box-shadow: 0 1px 3px rgba(75,75,75,0.75);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form.s .submit:hover {background-color: #36F614; color: #030;}
form.s .submit:active {background-color: #20910B;}

#wrapper {margin: 1em auto; width: 980px;}

