div.axelScrollContent {
        position: relative;
        width: 400px;
        height: 390px;
        padding: 0px 10px 10px 0px;
        overflow: scroll;
        overflow-x: hidden;
        border-bottom: solid 1px #ccc;
        background-color: transparent;
        z-index: 10;

}

p.what_is_fuugo_scroll {
/*height:60px;
overflow:scroll;
overflow-x:hidden;
width:650px;
z-index:100;*/
}

p.what_can_fuugo_do_scroll {
position:relative;
height:450px;
overflow:scroll;
overflow-x:hidden;
width:20px;
z-index:10009;
}

p.products_scroll {
position:relative;
height:410px;
overflow:scroll;
overflow-x:hidden;
width:350px;
z-index:10000;
}

div.where_does_fuugo_work_scroll {
margin-top:-10px;
padding-top:0;
/*position:relative;
height:170px;
width:350px;
overflow:scroll;
overflow-x:hidden;
z-index:10000;*/
}

#axelBetaTestForm {
/*	position: absolute;
	left: -5px;
	top: 190px;*/
	width: 320px;
}

#axelBetaTestForm label {
	width:100%;
	display: block;
	padding: 5px 0px;
}

#axelBetaTestForm label span {
	display: block;
	color: #000;
	font-weight: bold;
	float: left;
	width: 400px;
	text-align: left;
	padding: 5px 20px 0px 7px;
}

#axelBetaTestForm .input_text {
	padding: 2px;
	margin-left: 7px;
	width: 300px;
	background:#fff;
	border: 1px double #000;
}

#axelBetaTestForm .message{
	padding: 2px;
	margin-left: 7px;
	width: 300px;
	height:50px;
	background: #fff;
	border: 1px double #000;
	overflow: hidden;
}

#axelBetaTestForm .button
{
	display: block;
	padding: 8px 7px;
	background: #fff;
	border: 0px;
	position: relative;
	top: 13px;
	left: 7px;
	width: 100px;
	border: 1px double #000;
}
