/* LIGHTBOX */
#wholesalers-lightbox {
	position: absolute:
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#wholesalers-lightbox-background {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .8;
	z-index: 9999;
	height: 100%;
	width: 100%;
}

#wholesalers-lightbox-container {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
}

#wholesalers-lightbox-content {
	position: relative;
	width: 475px;
	margin: 100px auto;
}

/* PAGE */
#wholesalers-page {
	background-color: #E7E4D3;
}

input.reset {
	display: inline-block;
	width: 124px;
	height: 22px;
	text-indent: -9999px;
	background: url(/images/buttons/english/buttonReset.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

input.submit {
	display: inline-block;
	width: 120px;
	height: 22px;
	text-indent: -9999px;
	background: url(/images/buttons/english/buttonSubmit.gif) no-repeat;
	border: 0;
	cursor: pointer;
}