body {
    background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/16/Blue.png"), url("https://secure.activecarrot.com/media/dynamic/static_images/16/Footer.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom left;
	background-size: 100% 35px, 100% 40px;
    font-family: Open Sans, sans-serif;
	color: #727272;
}
#logo {
    background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/16/Ivanhoe Golf Course RGB Logo NB3.png");
	margin-left: 20px;
    margin-top: -20px;
    background-repeat: no-repeat;
}
.alpha60 {
    background: #FFFFFF;
}
form label {
    color: #444444;
}
form .button {
    background: #4d7715;
    border-radius: 0px;
    border: transparent;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
	border-radius: 5px;
}
form .button:hover {
    background: #4d7715; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFFFFF, #4d7715, #4d7715); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #4d7715, #4d7715); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #4d7715, #4d7715); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #4d7715, #4d7715); /* Standard syntax */
    text-decoration: underline;
	border-radius: 5px;
}