hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#ListDiv {
	text-align: center;
}
#ListDiv .thumbnail {
	margin-top: 10px;
	padding: 0 12px;
	border: 1px solid #aaa;

	display: block;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
#ListDiv .partner_text {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	height: 165px;
}
#ListDiv .partner_text .left {
	text-align: left;
}
#ListDiv .partner_text .right {
	text-align: right;
}
#ListDiv .partner_text img {
	height: 30px;
	max-width: 110%;
}
#ListDiv .yellowBtn {
	white-space: normal;
	padding: 3px 12px;
	width: 100%;
	font-weight: bold;
	margin: 0;
	color: #fff;
	background-color: #f0ad4e;
	border: 1px solid #eea236;
	text-decoration: none;

	display: inline-block;
	line-height: 1.42857143;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
}