td,th {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
		}

.error		{	color: #FF6600; font-weight: bold;	}

.textarea {
			padding:1px;
			border-right:1px solid #999999;
			border-bottom:1px solid #999999;
			border-left:1px solid #999999;
			border-top:1px solid #999999;
			background-color: #ffffff;
			font-size: 12px;
			width:140px;
			height : 18px;
		}

.price {
			padding:1px;
			border-right:1px solid #999999;
			border-bottom:1px solid #999999;
			border-left:1px solid #999999;
			border-top:1px solid #999999;
			background-color: #ffffff;
			font-size: 12px;
			width:80px;
			height : 18px;
		}


a:link 		{	color: #99eeff;		}
a:visited 	{	color: #ccffff;		}
a:hover 		{	color: #ccffff;	text-decoration: none;	}
a:active 	{	color: #ccffff;	text-decoration: none;	}


tr.hl
{
	background-color:#666666;
}
tr.hl:hover
{
	background-color:#669933;
}

br.clear {
	clear:both;
}

div.steps {
	width:100px;
	float:left;
}

div.stepcontainer {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-bottom:20px;
}

a img { border:none; }
