h1 {
	background: url(../images/titles/title_donate_slammed.png) no-repeat;
}

* html h1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/titles/title_donate_slammed.png');
}

h3 {
	color: #ff977f;
}

#tabs_wrap {
	width: 900px;
}

#donate_nav_wrap {
	overflow: hidden;
/*	margin-bottom: -1px;*/
}

* html #donate_nav_wrap {
	zoom: 1;
}

#donate_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

#donate_nav li {
	float: left;
	background: #0c1d3e url(../images/menu_bg.gif) repeat-x;
	border: 1px solid #4b6ea4;
	border-bottom: none;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin-right: -5px;
	position: relative;
	z-index: 0;
}

#donate_nav li a {
	display: block;
	padding: 2px 10px;
	color: #B5C0CF;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

#donate_nav li.current {
	border: 1px solid #74a007;
	border-bottom: none;
	background: #596f22 url(../images/menu_donate_bg.gif) repeat-x;
	z-index: 1;
}

#donate_nav li.current a {
	color: #fff;
}

.donate {
	width: auto;
	margin: 0;
}

* html .donate {	
	background: #0c1d3e;
}

.donate form {
	margin-top: 10px;
}

.donate_submit {
/*	margin: 0 0 5px 140px;*/
	margin-bottom: 5px;
}

.donate_submit img {
	position: absolute;
	margin-top: 1px;
}

.donate_submit input {
	margin-left: 80px;
}
