body .one .bsa_it_ad {
	background: transparent;
	border: none;
	font-family: inherit;
	padding: 0 15px 0 10px;
	margin: 0;
	text-align: center;
}

body .one .bsa_it_ad:hover img {
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}

body .one .bsa_it_ad .bsa_it_i {
	display: block;
	padding: 0;
	float: none;
	margin: 0 0 5px;
}

body .one .bsa_it_ad .bsa_it_i img {
	padding: 0;
	border: none;
}

body .one .bsa_it_ad .bsa_it_t {
	padding: 6px 0;
}

body .one .bsa_it_ad .bsa_it_d {
	padding: 0;
	font-size: 12px;
	color: #333;
}

body .one .bsa_it_p {
	display: none;
}

body #bsap_aplink, body #bsap_aplink:hover {
	display: block;
	font-size: 10px;
	margin: 12px 15px 0;
	text-align: center;
}

.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, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.ghost-btn {
	font-family: "Helvetica";
	display: inline-block;
	text-decoration: none;
	border: 1px solid #16a085;
	height: 36px;
	line-height: 36px;
	color: #16a085;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	font-size: 1em;
	padding: .5em 1.5em;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background: #ffffff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	zoom: 1;
	-webkit-backface-visibility: hidden;
	position: relative;
}

.ghost-btn:hover {
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
	background-color: #16a085;
	color: #ffffff;
}

.ghost-btn:focus {
	outline: none;
}

#carbonads {
	margin: 5px 0 -8px -9px;
	border: none;
	background: none;
}

#carbonads {
	display: block;
	overflow: hidden;
	padding: 1em;
	font-family: Verdana, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5;
}

#carbonads span {
	display: block;
	overflow: hidden;
}

.carbon-text {
	display: block;
	margin-bottom: 1em;
	text-align: left;
}

.carbon-img {
	display: block;
	margin: 0 auto 1em;
	text-align: center;
}

.carbon-poweredby {
	display: block;
	text-align: right;
	font-size: .8em;
}

.entry-header {
   display: none;
}

table {
   border-collapse: inherit;
}

.site-info {
   display: none;
}

label {
	display: block;
	margin-bottom: .5em;
}