/* CSS Document */


	
.fieldHolder
{
	width: 350px;
	height: 100px;
	float: right
}

.textInput2
{
	width: 120px;
	height: 20px;
	background: url('tfbg2.gif')  repeat;
	border: none;
	color: #000000;
	margin-top: 6px;
	margin-left: 5px;
	border: 1px solid #BABABA;
	font-size: 1.2em;
}

.button
{

  width: 71px;
  height: 26px;
  border: 0px none;
  background: url('login.jpg') no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0

}