/** Gateway styles **/
/*-----------------------------------------------------------------------------------
 All of the CSS for your public-facing functionality should be included in this file.
---------------------------------------------------------------------------------- */
div.wbp-westernbid-redirect-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    font-size: 16px;
}
div.wbp-westernbid-redirect-block > p {
    margin-top: 4%;
    font-size: 20px;
    font-family: 'Sans-serif';
    color: #333;
}
form#wbp-westernbid-form {
	padding: 20px 0px;
	margin-top: -50px;
}
form#wbp-westernbid-form > p > select {
	max-width: 400px;
}
select.westernbid-method-pay {
	padding: 6px 10px;
	font-size: 14px;
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
	box-shadow: unset;
	border: 1px solid #aaa;
}