 .orderbuttontable
  	{
	background-color: 4040FF;
	background-image: none;
	border-style: solid;
      	border-color: ffff00;
	border-top-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-right-width: 1;
	padding-left: 3;
      	padding-right: 3;
	padding-top: 2;
      	padding-bottom: 2;
	width:90px;
	height:16px;
	position:relative;
	top:0px;
	left:0px;
      	}

 .orderbuttontext
  	{
	font-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 12;
	text-decoration: none;
	color: ffffff;
	font-family: Helvetica, Arial, Verdana;
	font-variant: small-caps;
	position:relative;
	top:0px;
	left:0px;
      	}
 .orderbuttontext:hover
  	{
	font-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 14;
	text-decoration: none;
	color: ffff00;
	font-family: Helvetica, Arial, Verdana;
	font-variant: small-caps;
	position:relative;
	top:1px;
	left:0px;
      	}

