#content {
	position: absolute;
      left: 50px;
      top: 173px;
      width: 400px;
      height: 410px;
      padding: 3px 3px 3px 3px;
      font-size: 12px;
      line-height: 16px;
}

#content-background {
	position: absolute;
      left: 0px;
      top: 0px;
      width: 400px;
      height: 410px;
     	z-index: 3;
}

#left-text {
      position: absolute;
      left: 7px;
      top: 15px;
      width: 400px;
      font-size: 11px;
	z-index: 5;
}

#right-image {
	position: absolute;
      left: 500px;
      top: 150px;
      width: 410px;
	z-index: 5;
}

#price-spot-background {
	position: absolute;
	left: 505px;
      top: 165px;
	z-index: 6;
}

#price-spot-info {
	position: absolute;
	left: 510px;
      top: 185px;
      width: 90px;
      height: 90px;
	z-index: 6;
      text-align: center;
      font-size: 10px;
      font-weight: bold;
      line-height: 20px;
}

SPAN.price-spot-amount {
      font-size: 16px;
      line-height: 16px;
      font-weight: normal;
}

p {
	margin-top:0px;
	margin-bottom:9px;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

input {
    font-size:10px;
}

select {
    font-size:10px;	
}
