@charset "utf-8";
/* Tell Me More Scroll Form Stylesheet */

#tellme-box {
	margin: 0px;
	padding: 7px 0px 0px;
	width: 124px;
	background: url(../images/tellme-top-bg.gif) no-repeat top;
}
#tellme-box .bg-bottom {
	padding: 0px 0px 7px;
	background: url(../images/tellme-bottom-bg.gif) no-repeat bottom;
}
#tellme-box .bg-content {
	padding: 0px 0px 0px 4px;
	background: url(../images/tellme-content-bg.gif) repeat-y;
}
#tellme-box form {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
}
#tellme-box form label {
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: 13px;
	color: #fff;
	display: block;
	width: 110px;
}
#tellme-box form input {
	background: #FFFFFF;
	height: 20px;
	width: 110px;
}
#tellme-box form textarea {
	background: #FFFFFF;
	width: 110px;
}
#tellme-box form .imgbtn input  {
	margin-top:5px;
	height: 20px;
	width: 28px;
}
