.block_content{
	clear:both;
}
.block_content .inputNew{
    background: none repeat scroll 0 0 #fff;
    border-color: #ccc;
    color: #666;
    font-style: italic;
    height: 50px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.block_content .button.button-small{
    background: none repeat scroll 0 0 #ef4036;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
	border-color: #ef4036;
    padding: 7px 18px;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.block_content .button.button-small:hover{
	background-color:#f5ee31;
	border-color:#f5ee31;
	color:#ef4036;
}
.block_content .button.button-small span{
    background: none;
    border:none;
    padding: 5px 10px;
    text-shadow: 0 0 0;
	
    font-size: 14px;
	font-weight:normal;
}