/* Catch a falling Price */
#catchFrame {
	background: url(../images/catch.png) no-repeat;
	height:309px;
	width:475px;
	position:absolute;
	visibility:hidden;
	left: 50%;
    margin-left: -237px;
	top:100px; 
	font-family:Arial, Helvetica, sans-serif;
	}
#catchFrame img {border:0
	}
#catchFrame .left {
	float:left
	}
#catchFrame .right {
	float:right
	}
.clearBoth {
	clear:both
	}
#catchFrame h3 {
	background-color:#FFFFFF;
	margin: 0 25px;
	padding: 0 0 0 6px;
	line-height:18px;
	height:18px;
	font-size:13px;
	text-align:left;
	overflow:hidden;
	}
#catchFrame h3 span {
	color:#cb9400;
	}
#catchTop {
	height:120px;
	}
#catchTop img {
	margin: 12px
	}
#catchRight {
	margin:12px 25px 0 0;
	width: 290px
	}
#catchRight p {
	font-size:9px;
	font-weight:bold;
	margin:0 0 5px 0;
	text-align:left;
	}
#catchLeft {
	margin:12px 0 0  25px;
	width: 111px;
	height:150px;
	background:url(../images/imgBgCatch.gif) no-repeat top;
	}
#catchLeft img {
	margin: 6px;
	display:block;
	}
#catchAudioControls {
	margin-top:12px;
	width:110px;
	height:15px;
	overflow:hidden;
	border:1px #777777 solid;
	}

#catchFrame label {
	margin:5px 0;
	line-height:22px;
	font-size:17px;
	font-weight:bold;
	}
#catchFrame input.catchInput {
	border: #999999 solid 1px;
	margin:5px 0;
	height:22px;
	width:169px;
	font-size:16px;
	color: grey;
	}
#catchButton {
	margin:7px 0;
	}
#catchMailinglist {
	padding-top:7px;
	width:170px;
	font-size:9px;
	text-align:left;
	color:#9d9f00;
	font-weight:normal;
	float:left;
	}