#contact_form
{
	position : relative;
	z-index : 1000;
	margin-left : 25px;
	margin-bottom : 20px;
}

#contact_form label
{
	display : block;
	width : 90px;
	height : 30px;
	float : left;
}

.entry
{
	vertical-align : center;
}


.line-fix
{
	clear : both;
}

.required
{
	color : #ff0000;
}

.err
{
	width : 300px;
	color : #ff0000;
	font-weight : bold;
	display : none;
}

#subtotal 
{
  float: right;
  padding: 0 70px 15px 10px;
  font-size: 16px;
  font-style: bold;
  
}

