.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Radio buttons */
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	overflow:hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/* Checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:11px !important;
	height:12px;
	margin:2px 0 0 !important;
	overflow:hidden;
	background: url(/images/fh/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position:0 -12px;}
/* Selects */
.selectArea {
	position:relative;
	height:21px;
	float:left;
	color:#000;
	font-size:12px;
	line-height:21px;
}
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width:9px;
	height:100%;
	background: url(/images/fh/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background: url(/images/fh/select-button.gif) no-repeat 100% 0;
}
.selectArea .center {
	height:21px;
	line-height:21px;
	display:block;
	padding:0 26px 0 9px;
	background: url(/images/fh/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/* Selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	width:179px !important;
	position:absolute;
	background-color:#FFF;
	border:1px solid;
	border-color:#CDCDCD #7F7F7F #7F7F7F #CDCDCD;
	display:block;
	z-index:30;
	font-size:12px;
	line-height:14px;
	margin:4px 0 0;
}
.drop-dif {
	background:#FFF;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible ul {
	margin:0;
	padding:6px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding:2px 4px;
	text-align : left;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}
.contactView input[type=text]{
	width: 145px;	
}
#pickupSVRForm .contactView input[type=text].M {
    width: 85px;
}

.contactView select{
	width: 148px;
	*height: 20px;
}
	.contactView input[type=text].M {
		width: 87px;	
	}
	.contactView input[type=text].S {
		width: 50px;	
	}

