/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin: 0 15px 0 0;
	padding:4px;
	float: left;
	overflow: hidden;
	border:1px solid #bbb;
	background:#fff;
}
.chk-area span {
	display: block;
	height:15px;
	width:15px;
}
.chk-checked span {
	background-color:#bbb;
}
/* custom select styles */
.select-area {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 50px;
	color:#bbb;
	font:24px/48px 'Patua One', cursive;
}
.select-area .select-opener {
	background: url(../images/bul-02.gif) no-repeat;
	position: absolute;
	z-index: 3;
	top: 50%;
	margin:-6px 0 0;
	right: 15px;
	width: 20px;
	height: 12px;
}
.select-area .left {
	background: url(../images/bg-select.gif) no-repeat;
	position: absolute;
	width: 10px;
	height: 31px;
	z-index: 1;
	top: 0;
	left: 0;
	display:none;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	cursor: default;
	display: block;
	padding: 0 38px 0 20px;
	z-index: 2;
	background:#fff;
	border:1px solid #bbb;
}
.select-area .center img {
	margin: 5px 5px 0 0;
	position: relative;
	float: left;
}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	background: #fff;
	position: absolute;
}
.select-options .drop-holder {
	border: 2px solid #bbb;
	border-width: 0 1px 1px;
	height: 1%;
}
.select-options-flipped .drop-holder {
	border-width: 1px 1px 0;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size:24px;
	line-height:48px;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #bbb;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 0 20px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #666;
	color: #fff;
}
.select-options ul a:hover {
	text-decoration: none;
}
.select-options ul a:focus {
	outline: none;
}
.select-options .optgroup strong{
	cursor: default;
	display: block;
	width: 100%;
}
.select-options .optgroup strong em {
	display: block;
	padding: 5px;
	height: 1%;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}

/* ELOQUA ADDITIONS */

._100 {clear: both; margin-bottom: 10px;}
label.label {font-weight: bold;}
.landing-page aside label {margin-right: 5px;}