html, body{
	height:100%;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0;
  color:#333333;
}

#container {
/*  background-color: #fff; */
	width: 760px;
	font-size: 13px;
	line-height:1.5em;
	padding: 0;
	height:auto !important;
	margin:0 auto -160px;
	min-height:100%;
	position:relative;
}
#header {
  background:white;
  padding:5px 5px 0;
  text-align: right;
  text-decoration:none;
  height:30px;
  border-bottom:1px solid #CCCCCC;
}
p{
	/*font-size:1.1em;*/
}
a, a:visited{
	text-decoration:none;
/*	color:#333333; */
}
a:hover{
	text-decoration:underline;
}
#navLinks li{
	display:inline;
	font-size:16px;
	padding:2px 10px;
	border-left:1px solid #4bab46;
}
#navLinks li a, a:hover{
	color:#ff9800;
}
#navLinks{
	margin:0;
	padding-top:3px;
}
#footer a, #footer a:visited, #footer a:hover{
	color:white;
	padding:0 10px;
}
#footer{
	background: url(/img/footer.jpg) no-repeat scroll center bottom;
	margin:0 auto;
	position:relative;
	width:760px;
}
#footer, .push{
	height:160px;
}
#footer div{
	color:#FFFFFF;
	font-size:1.1em;
	left:0;
	margin-bottom:0;
	padding:0;
	position:absolute;
	text-align:center;
	width:760px;
	bottom:10px;
}
#content{
	min-height:400px;
	background:white;
	padding-top:5px;
	margin-top:10px;
	padding-bottom:5px;
}
#left_column {
	width:560px;
	margin: 0;
	background-color: #fff;
	position: relative;
	float: left;
	padding-right: 15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}
#right_column {
	background-color: #fff;
	width: 162px;
	margin: 0;
	float: right;
	padding: 4px;
	position: relative;
}
.message {
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	color: #666666;
}
#right_column_text {
	font-size: 10px;
	background-color: #ebebeb;
}
fieldset{
	border: 1px solid #000000;
	display:block;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:10px;
	padding: 0.35em 0.625em 0.75em;
}
legend{
	border: medium none;
	padding-left:2px;
	font-size:20px;
}
fieldset div.input{
	clear:left;
}
.error-message{
	color: #D8000C;
	background-color: #FFBABA;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
}
input[type=text]{
	/*text-transform:uppercase;*/
}
input[type=text], input[type=password], textarea{
	font-size:14px;
	font-weight:normal;
	margin-bottom:3px;
	padding:3px;
	width:250px;
	border:2px solid #4bab46;
	float:left;
}
.submit{
	width:auto;
}
.infoBox{
	border: 1px solid #000000;
	display:block;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:10px;
	padding: 0.35em 0.625em 0.75em;
}
label{
	margin-right:5px;
	top:5px;
	float:left;
	width:155px;
	text-align:right;
	position:relative;
}
form.wider label{
	width:190px;
	white-space:nowrap;
}
.aboveLabel input{
	margin-left:100px;
	padding:10px;
	margin-top:10px;
}
.aboveLabel label{
	margin-left:100px;
	float:none;
	font-size:20px;
}
.codeForm label{
	width:55px;
	float:none;
}
.codeForm input{
	width:100px;
}
.codeForm .submit{
	margin-left:5px;
	margin-top:0;
}
.inputDescription{
	font-style:italic;
	margin-left:120px;
	font-size:10px;
	margin-bottom:4px;
}
.paymentInformation{
	font-weight:bold;
	float:left;
	margin-top:4px;
}
.codesTable{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin: 5px;
	width: 530px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
.codesTable th {
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
.codesTable tbody {
	background: #e8edff;
}
.codesTable td {
	padding: 10px;
	color: #669;
	border-top: 1px dashed #fff;
}
.codesTable tbody tr:hover td {
	color: #339;
	background: #d0dafd;
}
.submit{
	margin-left:160px;
	margin-top:15px;
}
form.wider .submit{
	margin-left:195px;
}
#disclaimer,.disclaimer{
	font-size:10px;
	width:500px;
	margin-top:15px;
	margin-left:50px;
	color:gray;
}
#innerRight{
	float:left;
	width:330px;
}
#innerLeft{
	float:left;
	width:200px;
}
img{
	border:none;
}
.link-button{
	color:white;
	background:#4bab46;
	border:2px solid #ff9800;
	padding:5px 20px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	float:left;
	margin-left:3px;
	min-width:150px;
}
.matt-button{
	color:white;
	background:#5E97D3;
	border:4px solid silver;
	padding:5px 20px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	float:left;
	margin-left:3px;
}
.matt-button-disabled{
	background:#CCCCCC;
}
.matt-button-disabled:hover{
	background:black;
	text-decoration: underline;
}
.priceWithFees{
	margin-left:165px;
}
#customClaimCodeText{
	margin-left:160px;
}
#customClaimCode{
	display:none;
}
.cashgreen{
	color:#4bab46;
}
.cashorange{
	color:#ff9800;
}
.checkbox input{
	float:left;
	margin-left:160px;
}
form.wider .checkbox input{
	margin-left:195px;
}
.checkbox label{
	float:left;
	font-size:10px;
	text-align:left;
	width:370px;
}
.tooltip{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	background:#CCCCCC;
	color:black;
	padding:5px;
}
/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:2px solid #4bab46;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#4bab46;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	min-width:150px;
	text-align:center;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button:hover, .buttons a:hover{
    border:1px solid #4bab46;
	padding:6px 11px 7px 8px;
    color:#ff9800;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
.partnerDescription{
	margin-left:10px;
	color:#CCCCCC;
	margin-bottom:20px;
}
.buttons a.partnerSubmitButton{
	float:right;
	margin-right:20px;
	margin-top:5px;
}
.redeemAmount{
	float:left;
	margin-top:5px;
	margin-left:15px;
	font-weight:bold;
	font-size:18px;
	color:#4bab46;
}
#claimsteps li{
	background-image-position:top left;
	background-repeat:no-repeat;
	padding-top:25px;
	font-size:15px;
	margin-bottom:20px;
	list-style:none;
	color:#d2d2d2;
}
#claimsteps li span{
	white-space:nowrap;
}
#claimsteps .step1{
	background-image:url(/img/step1_grey.gif);
}
#claimsteps .step2{
	background-image:url(/img/step2_grey.gif);
}
#claimsteps .step3{
	background-image:url(/img/step3_grey.gif);
}
#claimsteps.step1 .step1{
	background-image:url(/img/step1.gif);
	color:#000000;
}
#claimsteps.step2 .step2{
	background-image:url(/img/step2.gif);
	color:#000000;
}
#claimsteps.step3 .step3{
	background-image:url(/img/step3.gif);
	color:#000000;
}
.spinner{
	padding:10px;
	background:url(/img/ajax-loader.gif) no-repeat center center;
    background-color:#ffffff;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index:99999;
}
.partnerContainer{
	border: 1px solid #D5D5D5;
}
.partnerContainerHeader{
	background:#D5D5D5;
	font-size:18px;
	padding-left:10px;
}
.partnerContainerBody{
	padding:5px
}