.holder INPUT  {
	width: 70px !important;
}

.holder LABEL {
	font-size: 14px;
	width: 40px;
}

.holder .inptext {width: 40px !important;}




/* eof my new stuff */

.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea{
	height:27px;
	position: relative;
	background: url(../images/select1.gif) no-repeat;
	float: right;
}
.form-box2 .selectArea{
	background:url(../images/inptext-left.png) no-repeat;
	float:none;
}
.selectArea a.selectButton {
	display:block;
	width:27px;
	height:27px;
	background: url(../images/select1-btn.gif) no-repeat;
	position: absolute;
	top:0;
	right:0;
}
.form-box2 .selectArea a.selectButton {background:url(../images/select1-btn2.gif)}
.selectArea .center{
	display:block;
	height:27px;
	line-height:27px;
	margin: 0 24px 0 10px;
	overflow: hidden;
	font-size:12px;
	color:#878787;
}
.form-box2 .selectArea .center{color:#333;}
.form-box2 .city .selectArea .center{font-size:12px;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	z-index: 30;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	list-style: none;
	border-bottom: 1px solid #a2a2a2;
	border-top: 1px solid #a2a2a2;
}
.optionsDivVisible ul li {
	height:1%;
	background:#fff;
	vertical-align:top;
	border-right:1px solid #a2a2a2;
	border-left:1px solid #a2a2a2;
}
.optionsDivVisible a {
	color:#878787;
	text-decoration: none;
	padding: 0 5px;
	display: block;
	height: 1%;
	font-size:12px;
	line-height:17px;
	text-decoration: none;
}
.optionsDivVisible a:hover {
	background-color: #d2d9de;
	text-decoration: none;
}
/*CUSTOM CHECKBOXES*/
.checkboxArea, .checkboxAreaChecked {
	width:17px;
	height:17px;
	background: url(../images/check.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
	padding:0;
	cursor:pointer;
	margin:0 4px 0 0;
}
.checkboxAreaChecked {background:url(../images/check.gif) no-repeat 0 100%;}
/*CUSTOM RADIO BUTTONS*/
.radioArea, .radioAreaChecked {
	width:14px;
	height:14px;
	background:url(../images/radio.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	padding:0;
	margin:0 4px 0 0;
	float:left;
	overflow:hidden;
	cursor:pointer;
}
.radioAreaChecked {background:url(../images/radio.gif) no-repeat 0 -14px;}
