aside#dotproperty-subscribe{
	padding:10px 15px;
	background:url(/img/BG_Subscribe_2.png) top right no-repeat;
	max-width:300px;
}
aside#dotproperty-subscribe .block-title{
	margin-bottom:26px;
}
aside#dotproperty-subscribe .block-title span{
	background-color:transparent!important;
	font-size:18px;
	font-weight:normal;
}
aside#dotproperty-subscribe #email-input input{
	width:100%;
	height:34px;
	padding:6px 12px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	transition:border-color ease-in-out .15s , box-shadow ease;
}
aside#dotproperty-subscribe #email-input{
	margin-bottom:20px;
}
aside#dotproperty-subscribe .btn{
	background-color:#4571bb;
	border:none;
	border-radius:4px;
	padding:6px 12px;
	color: #fff;
	width: 100%;
	margin-top: .5em;
	min-height:40px;
	cursor:pointer;
}
aside#dotproperty-subscribe .validate-error{
	position: absolute;
	width: 100%;
	left: 28px;
	margin-top: 34px;
	color: #f00;
	font-size: 12px;
}
