/***************************************************************************
*  @PHP Web Application.
*  @version			1.0.0 
*  @copyright		Copyright (C) 2011 Tran Thanh Sang. All rights reserved.
*  @Released under 	Tran Thanh Sang
*  @Email			sangtialia@gmail.com
*  @Date			Jan 2011
***************************************************************************/
.b-contact-form{
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}
.b-contact-form .title{
	background:#83cf63;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	color:#FFF;
	text-transform:uppercase;
	padding-left:10px;
	font-weight:bold;
}
.b-contact-form a.hotline{
	background:url(../images/phone.png) no-repeat left;
	color:inherit;
	font-weight:inherit;
	padding-left:19px;
	font-size:15px;
}
#stl-bottom .blockcontact .inner{
	color:#53a92a;
	font-size:14px;
	padding:5px 10px;
}
#stl-bottom .blockcontact .inputbox{
	background:#edf5e7;
	width:100%;
	border:none;
	height:30px;
	margin:3px 0;
}
#stl-bottom .blockcontact .button{
	background:#83cf63;
	width:98px;
	height:30px;
	color:#FFF;
	border:none;
}
	
	