p.payment_module a.paystandard {
	background: url(../img/bank-check.png) 15px 12px no-repeat #fbfbfb;
}
p.payment_module a.paystandard:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 15px;
	margin-top: -11px;
	top: 50%;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	color: #777777;
}
p.payment_module a.paystandard:hover {
	background-color: #f6f6f6;
}
p.payment_module a.paystandard span {
	font-weight: bold;
	color: #777777;
}
.marginTop{
	margin-top:20px;
}
.marginBottom{
	margin-bottom:20px;
}

/*******************************************************************************
Nav/header hook
*******************************************************************************/
.wkrestrict-block-top .header_user_info {
	white-space: nowrap;
}
.wkrestrict-block-top {
	float:right;
	padding-right: 10px;
	padding-left: 10px;
}
.wkrestrict-block-top .header_user_info a {
	background: inherit;
	font-weight: 600;
	font-size: 15px;
}
.wkrestrict-block-top .header_user_info i {
	color: #fa5968;
	padding-right: 5px;
}

/* REQUEST BUTTON */
#credits-buy {
	margin-bottom:32px;
	text-align:center;
}
.info-uppercase {
	text-transform: uppercase;
	font-size:15px;
	letter-spacing:1px;
	font-family: "Open Sans";
	font-weight: normal;
}

/*******************************************************************************
REQUEST FORM
*******************************************************************************/
#wkaddcredits .required {
	color:#C00;
	font-size:14px
}
#wkaddcredits {
	background:url(../img/request-credits.png) right center no-repeat;
}
#wkaddcredits .submit {
    margin-top: 10px;
	padding-left: 15px;
    text-align: left;
}
#wkaddcredits .input-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px;
  font-size: 13px;
  line-height: 1.42857;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#wkaddcredits .input-captcha {
    width: 81%;
}
#wkaddcredits .captcha {
    margin-top: 5px;
}
#wkaddcredits #reloadbtn {
	cursor:pointer
}
.input-control {
	display:inline-block
}
.input-after-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d4d4;
  border-radius: 0px;
  display: inline-block
}
.std-uppercase {
	text-transform: uppercase;
	font-size: 12px
}
.std-amount {
	font-weight: bold;
	font-size: 14px;
}