/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
#hold	{
	position:absolute;
	overflow:hidden;
	width:295px;
	height:430px;
	z-index:100;
	left: 439px;
	top: 130px;
	}
#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:295px;
	height:430px;
	clip:rect(0px 295px 430px 0px);
	overflow:hidden;
	z-index:1;
	padding-top: 0px;
	margin-top: 0px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
#scrollbar { 
  position:absolute; left:738px; top:127px; height:433px; 
  font-size:1px; z-index:3;
  }
#track {
	position:absolute;
	left:0px;
	top:16px;
	width:14px;
	height:400px;
	z-index:1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
  }

#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:12px;
	height:20px;
	z-index:1;
	background-color: #B2CCCC;
  } 
#up {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}  
#down {
	position:absolute;
	left:0px;
	bottom:0;
	z-index:3;
	top: 416px;
}  
#contactMain {
	position: absolute;
	left: 11px;
	top: 130px;
	z-index: 102;
	width: 743px;
}
.contactCopy {
	margin-left: 400px;
}
.contactForm {
	margin-left: 200px;
	margin-top: 0px;
}
input {
	height: 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	height: 20px;
}
form {
	margin-top: 0px;
}
