
#auction fieldset
{
  margin:0px auto 0px auto; /*make the feildset sit in the middle of the table*/
  width: 500px;  /*make it smaller so it isnt too near the edges*/
  text-align: left;  /*align the input boxes in the fieldset*/
  border-width:2px;
}

#auction label.textLabel
{
  width: 200px;
  float: left;
  text-align:right;  
}

#auction label.winLabel
{
	width:480px;
  float:left;
  color:green;
  text-align:center;
}

#auction label.loseLabel
{
  width:480px;
  float:left;
  color:red;
  text-align:center;
}

#auction label.bidLink
{
  width:480px;
  float:left;
  text-align:center;
}

#auction label.submitButton
{
 	width:480px;
  float:left;
  text-align:center;
}

#pagenums
{
 	color:green;
 	font-size:14px;
 	font-weight:bold;
}

#pagenums a
{
 	color:blue;
 	font-size:14px;
 	font-weight:bold;
}


