#demo-wrapper {
	overflow: hidden; 
	width:194px;
	height:281px;
	border-width:0;
	position: absolute;
	margin-top:85px;
	margin-left:23px;
}

#demo-inner {
	position: relative;
	width:1000px;
}

.scrolling-content {
	position: absolute;
	width:194px;
	height:281px;

}


#content1 {
	left: 0px; 
	top: 0px;
/*	z-index:8;*/
}

#content2 {
	left: 193px; 
	top: 0px;
}
#content3 {
	left: 386px; 
	top: 0px;
	background-image:url(bg_validate.png);
}
#content4 {
	left: 579px; 
	top: 0px;
	background-image:url(bg_thanks.png);
}

#form_div{
	position:absolute;
	background-image:url(ip_form.gif);
	width:194px;
	height:281px;
	padding:0;
	margin:0;
	text-align:left;
	/*z-index:14;*/
}

#form_div input{
	width:160px;
	height:16px;
	border:0;
	font-weight:bold;
	color:#383120;
	padding:0;
	font-size:13px;
	font-family:arial;
	position:absolute;
	background-color:transparent;
}

#form_div textarea{
	font-family:arial;
	width:160px;
	height:65px;
	max-width:160px;
	max-height:65px;
	border:0;
	font-weight:bold;
	color:#383120;
	padding:0;
	font-size:13px;
	position:absolute;
	background-color:transparent;
	overflow:hidden;
	/*z-index:15;*/
}

.bd{
	border:1px solid red;
}

#ip_from_msg_div{
	margin-top:40px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	line-height:21px;
}