/**
* @ Author : Sang Tran Thanh
* @ Email  : sangtialia@gmail.com
* @ version $Revision: 1.0 $
*/
div.b-regform{
	margin-bottom:15px;
}
div.b-regform *{
	box-sizing:border-box;
}
div.b-regform .callnow{
	margin-top:5px;
	margin-bottom:20px;
	border:1px solid #dd4b39;
	padding:2px;
	width:100%;
}
div.b-regform .callnow a{
	background:#f2f2f2 url(images/call.png) no-repeat left;
	padding:0 0 0 50px;
	font-size:15px;
	text-decoration:none;
	height:32px;
	line-height:32px;
	display:block;
	color:#999;
}
div.b-regform .callnow a:hover{
	background-color:#000;
}
div.b-regform .callnow a span{
	font-size:20px;
	color:#dd4b39;
}

div.b-regform .t{
	font-weight:normal;
	font-size:16px;
	margin-bottom:10px;
	margin-top:25px;
}
div.b-regform .callme *{
	box-sizing:border-box;
}
div.b-regform .callme h4{
	font-weight:bold;
	font-size:14px;
	margin:15px 0;
}
div.b-regform .callme .box{
	border:1px solid #959595;
	padding:1px;
	height:34px;
}
div.b-regform .callme .box .inputbox{
	border:none;
	background:none;
	width:82%;
	float:left;
	height:30px;
	font-size:13px;
}
div.b-regform .callme .box .hint{
	font-size:11px;
}
div.b-regform .callme .box .button2{
	border:none;
	background:none;
	width:18%;
	float:right;
	background:#ed1c24 url(images/bt2.png) no-repeat center;
	height:30px;
}

div.b-regform .bnote{
	margin-top:10px;
	font-size:12px;
}

div.b-regform .title, div.b-regform .b-title{
	color:#ed1c24;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0;
	margin-left:20px;
}
div.b-regform div.inner{
	padding:15px;
	border:1px solid #CCC;
	box-shadow:0px 0px 3px #999;
	-moz-box-shadow : 0px 0px 3px #999; 
	-webkit-box-shadow: 0px 0px 3px #999;
	background:#FFF !important;
}
