/*-----------------------------------------------------------------------------
SF ADD
-----------------------------------------------------------------------------*/
.alert{
  color:#ED1C0D;
}
.success{
  color:#3d8b40;
}
.custom_wrap01{
  text-align:center;
  padding:20px 0 50px 0;
}

table.table {
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  margin: 0 0 20px;
}
table.table th {
	padding: 12px 0 12px 16px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	background: #f9f9f9;
	border-bottom: 1px solid #eaeaea;
}
table.table td {
	padding: 12px 16px;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
a.btn-default,
input.btn-default,
button.btn-default{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #a5a5a5;
  border-radius: 5px;
  border-bottom: 4px solid #5d5d5d;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
a.btn-primary,
input.btn-primary,
button.btn-primary{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #e95587;
  border-radius: 5px;
  border-bottom: 4px solid #b11c4f;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn-default02{
    box-sizing: border-box;
    display: block;
    width: 200px;
    height: 48px;
    margin: 14px auto 0;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    background: #a5a5a5;
    border: none;
    border-bottom: 3px solid #5d5d5d;
    border-radius: 4px;
    cursor: pointer;
    text-align:center;
}

.amazon_txt_thanks{
  margin-top:30px;
  font-size:180%;
  text-align:center;
  font-weight:bold;
}

#content #main a.btn-default{
    color: #FFFFFF;
    text-decoration: none;
}

#content #main a.btn-primary{
    color: #FFFFFF;
    text-decoration: none;
}