a {
	cursor: pointer;
}

p, ul, ol {
	margin: 0 0 10px;
}

.error, .formerror, .close, .alert {
	color: #c00;
}

.ok {
	color: #0c0;
}

.optional {
	color: #00c;
}

.credit-card-icon {
	font-size: 30px;
}

.lead {
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.4;
}

.small, small {
	  font-size: 85%;
}

b, strong {
	font-weight: 700;
}

i, cite, em, var, address, dfn {
  font-style: italic;
}

.textright{
	text-align: right;
}

.textcenter{
	text-align: center;
}

.negative{
	color: #d00;
}

.clear {
	clear: both;
	height: 0;}

.group:after, .grid-row:after {
  content: "";
  display: table;
  clear: both;
}

.pad-bottom {
	padding-bottom: 15px;
}

.pad-top {
	padding-top: 15px;
}

.live {
	display: none;
}

#bodyoverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: rgba(255,255,255,.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF)";
    z-index: 10000;
    display: none;
}

	#bodyoverlay i{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		color: #000;
		z-index: 10001;
	}