.f_req:after  {
	font-size: 13px;
	color: red;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	content: " *";
}

/* element separation */
.sepH_a {margin-bottom:5px!important}
.sepH_b {margin-bottom:10px!important}
.sepH_c {margin-bottom:20px!important}

.sepV_a {margin-right:5px!important}
.sepV_b {margin-right:10px!important}
.sepV_c {margin-right:20px!important}


.btn-list-wrapper {
	margin: 0 auto;
	text-align: center;
}

.btn-list-wrapper > ul {
	font-size: 0;
	padding: 0;
	margin: 0;
}

.btn-list-wrapper > ul > li {
	display: inline-block;
	font-size: 15px;
	padding: 10px 0;
	margin: 0 1%;
	position: relative;
	vertical-align: middle;
	word-spacing: normal;
}

@media (max-width: 768px) {
	.btn-list-wrapper > ul > li {
		width: 100%;
	}
}

.btn-list-wrapper > ul > li .helper-icon {
	left: 0;
	margin-top: -14px;
	position: absolute;
	top: 50%;
}

.ws-wrapper .ws-button-link {
	color: #0463bc;
	display: inline-block;
	position: relative;
    text-transform: capitalize;
    border: 2px solid #0091d4;
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 40px;
    text-align: center;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
	white-space: nowrap;
}
.ws-wrapper .ws-button-link.btn-link-small {
	font-size: 11px;
	padding: 2px 5px;
}
.ws-wrapper .ws-button-link:focus,
.ws-wrapper .ws-button-link:hover {
    text-decoration: none
}
.ws-wrapper .ws-button-link:hover, .ws-wrapper .ws-button-link.ws-btn-active {
    background-color: #0091d4;
    color: #fff!important;
}
.ws-wrapper .ws-button-link.ws-red {
    border: 2px solid #d9534f;
	color: #ac2925!important;
}
.ws-wrapper .ws-button-link.ws-red:hover {
    background-color: #c9302c;
	color: #fff!important;
}

.in-msg-wrap {
	background-color: #fff;
	color: #333;
	border-radius: 8px;
}

.in-msg-wrap a {
	color: #398dd8;
}






.gateways_block {
	margin-top: 10px;
	text-align: left;
}

.gateways_choose_method {
	padding-top: 15px;
}

.gateways_choose_method ul {
	list-style-position: outside;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 20px;
}

.gateways_choose_method ul li.gw_item {
    border: 2px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    line-height: 1;
    padding: 4px 1px 4px 4px;
	
	width: 136px;
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
	
	background-color: #ddd;
}

.gateways_choose_method ul li.gw_item:hover {
	border-color:#0088CC
}

	.gateways_choose_method ul li.gw_item a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.gateways_choose_method ul li.gw_item a:hover {
		text-decoration: none;
	}
	
		.gateways_choose_method ul li.gw_item a img {
			max-height: 35px;
		}

		.gateways_choose_method ul li.gw_item p {
			color: #666;
			font-size: 12px!important;
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			
			margin: 0;
		}
		
		.gateways_choose_method ul li.gw_item p span {
			display: block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		
		
.gateways_choose_method .clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.gateways_choose_method .clearfix {
    display: block;
}


.ws-wrapper.ws-main-index {
	padding: 10px 10px 30px 10px;
}

.ws-wrapper.ws-main-index:after {
	clear: both;
}

.ws-wrapper.ws-main-index h1, .ws-wrapper.ws-main-index h2, .ws-wrapper.ws-main-index h3 {
	margin: 0.5em 0;
}