body
{
    margin: 0px;
    padding: 0px;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    color: black;
}

body img
{
  margin: 0px;
}

label img
{
	vertical-align: bottom;
  margin: 0px;
  padding: 0px;
}

.defaultBanner
{
	width: 327px;
	margin: 0px;
	padding: 0px;
  display: table-cell;
  vertical-align:middle;
}

.footerImages
{
  clear:both;
  text-align: center;
  display:block;
  margin: auto;
}

.footerImages img
{
  vertical-align: middle;
  margin: 8px 0px 0px 0px;
}

.footerText
{
  border-top: 1px solid #46403B;
  padding: 10px 0px 0px 0px;
  margin: 5px 0px 0px 0px;
  font-size: 11px;
}

.footerText a
{
    font-size: 8pt;
    color: #000000;
    text-decoration: underline
}

.companyLogo
{
  text-align: right;
}

.mainContent
{
    clear: both;
    padding: 0px;
    margin: 0 auto;
    width: 654px;
    float: center;
}

h1
{
  clear: both;
  text-align:center;
  vertical-align:middle;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 12pt;
  color: #000000;
  font-family: helvetica, arial, sans-serif;
  margin: 15px 0px 6px 0px;
}

h2
{
    background-color: #EEEDEC;
    font-weight: bold;
    font-size: 12pt;
    color: #46403B;
    font-family: helvetica, arial, sans-serif;
    padding:3px;
    margin:8px 0px 3px 0px;
    clear: both;
}

.table
{
    border: none;
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
}

.table div
{
    padding: 2px 0px;
}

.table div input
{
    width: 177px;
    margin: 0px 3px;
    display: inline;
    zoom: 1;
    *display:inline;
    vertical-align: top;
}

.table div label
{
    display: inline-block;
    zoom: 1;
    *display:inline;
    width: 177px;
    padding: 3px 3px 3px 9px;
    margin: 0px 0px 0px 2px;
    text-align: left;
    vertical-align: top;
}

.table div label.required
{
    background: url(/en/payway/images/ss_greenasterisk_8x8.png) left center no-repeat;
}

.table div span
{
    display: inline-block;
    zoom: 1;
    *display:inline;
    padding: 3px 3px 3px 0px;
    text-align: left;
    width: 445px;
}

.table div div span
{
	padding: 0px;
}

.table div input.expiry
{
    width: 40px;
}

.table div div.radioButtons
{
    width: 68%;
    display: inline-block;
    zoom: 1;
    *display:inline;
    padding: 0px;
    margin: 0px;
}

.table div div.radioButtons label
{
    display: inline;
    width: auto;
    text-align: left;
    font-weight: normal;
    background: none;
}

#payPalRow
{
	margin: 6px 0px 10px 0px;
}

.table div div.radioButtons input
{
    width: auto;
}

.table .buttonRow 
{
	  text-align: right;
    margin-bottom: 8px;
}

.table .buttonRow span.left
{
    float: left;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.table .buttonRow span.left input, .table .buttonRow span.left a
{
    color: #46403b;
    background: #c7c7c7;
    background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#c2c2c2)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e4e4e4,  #c2c2c2); /* for firefox 3.6+ */ 
}

.table .buttonRow input, .buttonRow a
{
	  width: auto;
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 0px 0px 0px;
    line-height: 18px;
    display: inline-block;
    zoom: 1;
    *display:inline;

    box-shadow: 1px 1px 0px #888;
}

.centered
{
    margin: 0px 0px 0px 197px;
}

.captcha .centered
{
    margin: 0px; /* Already centered */
}

div.fieldError
{
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    color: #c03030;
    padding: 0px;
}

div.addressArea
{
  display: inline-block;
  zoom: 1;
  *display:inline;
  padding: 0px;
  margin: 0px;
}

div.captcha
{
  display:inline-block;
}

div.captcha input
{
	margin: 0px;
}

table
{
	border-spacing: 0px;
	text-align: left;
	width:98%;
	clear:both;
	margin: 15px 0px 15px 8px;
	padding: 0px 3px 0px 3px;
	text-align: right;
}

table tr .text
{
	text-align: left;
}

table tr.tableHeader th
{
	padding: 0px 0px 0px 0px;
}

table tr.total td
{
  padding: 0px 0px 6px 0px;
	font-weight: bold;
}

table tr.rule, table tr.rule td
{
	height: 1;
	padding: 0px;
	margin: 0px;
}

hr
{
	height: 1px;
	width: 100%;
  color: #000000;
  background-color: #000000;
  border: 0px;
}

.table div.helpText
{
	display: inline-block;
	zoom: 1;
	*display:inline;
	width: 250px;
	vertical-align: bottom;
  padding: 0px 0px 0px 3px;
}

.table div.helpText a
{
	vertical-align: bottom;
}
