@charset "UTF-8";
/* CSS Document */

label.error {
	display: none !important;
}
input.error, .errorHighlight {
	border: solid 1px #cc0001 !important;
}
.error_bar {
	width: 100%;
	background: #cc0001;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
}
select {
	width: 100%;
	min-height: 29px;
	position: relative;
	cursor: pointer;
	cursor: hand;
}
span.select {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 29px;
	line-height: 29px;
	text-indent: 10px;
	background: #ccc url(../img/select_bg.png) no-repeat;
	background-position: 100%;
	cursor: pointer;
	cursor: hand;
}
.label_box {
	display: none;
	font-family: "Baskerville", NRlands, Gerogia, "times new roman", serif;
	background: #CC0001;
	padding: 5px 10px;
	color: white;
	position: absolute;
	top: -21px;
	font-size: 1.3em;
	left: 30%;
}
#form span.pointer {
	display: block;
	position: absolute;
	bottom: -13px;
	left: 35%;
	background: url(../img/pointer.png) top no-repeat;
	width: 29px;
	height: 14px;
}
#form #city_point span.pointer {
	display: block;
	position: absolute;
	left: 11px;
	bottom: -13px;
	background: url(../img/pointer.png) top no-repeat;
	width: 29px;
	height: 14px;
}
#form #ccv {
	margin-top: -1px;
}
#form #ccv span.pointer {
	display: block;
	position: absolute;
	left: 15px;
	bottom: -13px;
}

.fltleft {
	float: left;
}
.fltright {
	float: right;
}
.check_msg {
	font-size: 0.9em;
	float: left;
	margin-right: 20px;
}
.checkbox {
	float: left;
	width: 10px;
}
.h15 {
	height: 15px;
	width: 1px;
}
.col-1, .col-2 {
	width: 48%;
	float: left;
}
.col-1 {
	margin-right: 20px;
}
/*  Forms */

#form {
	padding: 1px 10px;
	margin: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.fend-input {
	position: relative;
	z-index: 10;
}
input[type="text"] {
	border: none;
	margin-top: 5px;
	background: #ccc;
	padding: 7px 0px 7px 8px;
	width: 97%;
	font-family: "Baskerville", NRlands, Gerogia, "times new roman", serif;
	outline: none;
	font-size: 1em;
}
.ccExpMonth {
	width: 128px;
	float: left;
	margin-right: 6px;
	margin-top: 0;
	margin-bottom: 8px;
}
.ccExpYear {
	width: 128px;
	float: left;
	margin-top: 0;
	margin-bottom: 8px;
}
label {
	letter-spacing: 1px;
}
#sign-it {
	position: relative;
	background: #cc0001;
	border: none;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 60px;
}