#mp-subscribe {
	margin:12px 0;
	border:1px solid #b1b0b0;
	background-color: #efefef;
}

	#mp-subscribe .subscribe-header {
		font-size:20px;
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
	}
	
	#mp-subscribe .subscribe-header-middle {
		width:100%;
		height:25px;
		line-height:25px;
		background-color: #21a567;
		color: #fff;
		text-align:center;
	}
	
	#mp-subscribe form input[type="text"] {
		height:25px;
		line-height:25px;
		border:1px solid #1e0e00;
		font-size:9px;
		color: #5e5e5e;
		width:100%;
		padding:0 10px;
	}
	
	#mp-subscribe .inp-wrapper {
		width:100%;
		margin:0;
		padding:12px 7px;
	}
	
	#mp-subscribe .b-wrapper {
		width:100%;
		background:url(images/notice.png) 7px center no-repeat;
		position:relative;
		display:block;
		height:28px;
		overflow:hidden;
		margin:0;
		padding:0;
	}
	
	#mp-subscribe .b-wrapper span {
		margin-left:25px;
		line-height:28px;
		font-size:8px;
		text-transform:uppercase;
	}
	
	#mp-subscribe  #asd_subscribe_submit {
		width:101px;
		height:28px;
		background:url(images/button.png) 0 0 no-repeat;
		text-indent:-9000px;
		border:none;
		float:right;
		margin-right:7px;
	}
	
	#mp-subscribe  #asd_subscribe_res {
		padding:12px 7px 0;
	}