body, html  {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

#fileframe {
	height: 0px;
	width: 0px;
	border: 0px none #FFFFFF;
}
#cover {
	height: 100%;
	width: 100%;
	z-index: 999;
	visibility:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	padding: 0px;
}
#cover  img, #loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	right: 50%;
	bottom: 50%;
	margin-top: -50px;
	margin-left: -130px;
}#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#coverbox  {
	background-color: #E2E0F5;
	border: 1px solid #000000;
	height: 80px;
	width: 150px;
	margin-top: -60px;
	margin-left: -150px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 150px;
	text-align: center;
}
#status {
	text-align: center;
}
#uploadform .notice {
	font-size: 11px;
}


#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	display:none;	
}
#uploadArea #uploadform {
	text-align: center;
}

#main_area {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;

}
#loader {
	height: 100%;
	width: 100%;
	z-index: 999;
	visibility:visible;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	padding: 0px;
}
#checkoutframe  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
.stepsbox {
	background-image: url(../images/stepsbg.png);
	background-repeat: no-repeat;
	height: 365px;
	width: 255px;
	font-size: 0px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#adArea {
	margin: 0px;
	padding-top: 7px;
}
.stepsbox   .maintitle  {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	height: 115px;
	padding: 14px;
	line-height: 28px;
}
.stepsbox .step1 {
	background-image: url(../images/step1.png);
	height: 63px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-left: 74px;
	padding-right: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
.stepsbox .step2 {
	background-image: url(../images/step2.png);
	height: 63px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-left: 74px;
	padding-right: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.stepsbox .step3 {
	background-image: url(../images/step3.png);
	height: 63px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-left: 74px;
	padding-right: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.stepsbox .title {
	color: #FFFF00;
	font-weight: bold;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.stepsbox .step {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
}
.stepsbox #hiddentitle {
	display: none;
}

#main_area_home {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
}
#wrapper_home {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#floating_menu {
	background-color: #01244A;
	height: 22px;
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
}
#floating_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#floating_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#googleCheckoutLogo {
	
	float:right;
}

#badge_container {
	float:right;
	margin-top: 7px;
}
#voucherMsg {
	font-size:12px;
}

#voucherMsg #error {
	color:#FF0000;
}
#voucherMsg #good {
	color:#00CC00;
}