.box-modal {
	position: relative;
	width: 500px;
	padding: 30px;
	background: #fff;
	color: #3c3c3c;
	box-shadow: 0 0 0 2px rgba(153, 153, 153, .3);
	border-radius: 3px;
}
.box-modal_close {
	background: url("/static/img/bids/close2x@.png");
	background-position:left;
	background-color:transparent;
	background-size: cover;
	background-repeat: no-repeat;
	height: 18px;
	position: absolute;
	right: 27px;
	top: 23px;
	width: 18px;
	cursor: pointer;
	z-index: 101;
}

.buttonBlue_submit {
	background-color: #23B6F9;
	border: 1px solid #23B6F9;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin: 0 5px;
	padding: 0 30px;
	transition: all 0.5s ease 0s;
}
.buttonBlue_submit:hover,
.buttonBlue_submit:focus {
	background-color: #0D96E2;
	border: 1px solid #0D96E2;
	color: #fff;
}

.buttons span {
	border: 1px solid #23B6F9;
	border-radius: 3px;
	color: #23B6F9;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin: 0 5px;
	padding: 0 47px;
	transition: all 0.5s ease 0s;
}

.buttons span:hover,
.buttons span:focus {
	background-color: #0D96E2;
	border: 1px solid #0D96E2;
	color: #ffffff !important;
	text-decoration: none;
}