h3.section {
	margin-top: 1em;
}

#horizontal_slide {
	/*background: #ffffff;*/
	color: #8A7575;
	/*padding: 10px;*/
	/*border: 5px solid #F3F1F1;*/
	font-weight: normal;
	width: 200px;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#vertical_slide {
	/*background: #ffffff;*/
	color: #8A7575;
	padding: 10px;
	/*border: 5px solid #cc0000;*/
	font-weight: bold;
	width: 200px;

}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
	position: fixed;
}

.slidingform{
	position: fixed;
	top: 170px;
	left: 0px;
	/*border: 1px solid red;*/
	z-index: 1000;
	/*width: 200px;
	background-color: #FF0000;*/
	background-image: url(feedback_slider.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.buttonclick{
	z-index: 100;
}	

.slidercontent{
	width: 220px;
	/*text-align: center;*/
	margin-right: 20px;
	padding: 5px;
	/*background-color: #ffffff;*/
	/*border: 1px solid blue;*/
	background-image: url(sliderbg.png);
	background-repeat: no-repeat;
	z-index: 50000;
	height: 350px;
}

.sliderFormPosition{
	position: relative;
	float: left;
	/*border: 1px solid red;*/
	width: 142px;
	left: 34px;
	margin: 0px;
	padding: 0px;
}

input{
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

textarea{
background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}