﻿/* Note there are 2 versions of this, because for some odd reason on Check.aspx, the size is applying
to the img, not to the img plus padding */

.iFrame_Back_Button{
	position:fixed;
	width:70px;
	height:59px;
	bottom:14px;
	left:0px;
	border-radius:2px;
	text-align:center;
	background-color: #f9f9f9;
	padding: 5px 10px 5px 15px;
	box-shadow: 0px 0px 7px #999;
}     

.iFrame_Back_Button2{
	position:fixed;
	width:45px;
	height:49px;
	bottom:14px;
	left:0px;
	border-radius:2px;
	text-align:center;
	background-color: #f9f9f9;
	padding: 5px 10px 5px 15px;
	box-shadow: 0px 0px 7px #999;
}     