/**
* @ Author : Sang Tran Thanh
* @ Email  : sangtialia@gmail.com
* @ version $Revision: 1.0 $
*/
.b-newsletter{
}
.b-newsletter .title{
	height:50px;
	line-height:50px;
	vertical-align:middle;
	color:#FFF;
	float:left;
	width:340px;
	font-size:16px;
	text-transform:uppercase;
}
.b-newsletter .button{
	float:right;
	height:42px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-right:-1px;
	background:#f6b801;
	border-color:#ff3333;
	text-transform:uppercase;
	font-weight:normal;
	font-size:13px;
}
.b-newsletter .box{
	background:#FFF;
	width:345px;
	height:46px;
	padding:2px;
	color:#FFF;
	border-radius:5px;
	float:left;
}
.b-newsletter .inputbox{
	width:230px;
	height:38px;
	border:none !important; border:0 !important; 
	background:#FFF;
	color:#333;
	margin-left:5px;
	float:left;
}
