#chronoform-feedback
{
    float: left;
    width: 55%;
}


#chronoform-feedback input, #textarea4 {
	background: #e3e4e4;
	border: 0;
	color: #1c1c1c;
	padding-left: 9px;
	font-size: 13px;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 2% 0;
	padding: 7px 10px;
	color:#000;
}
#chronoform-feedback h3 {
	font-size: 24px !important;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	float: none !important;
}
#button5
{
	color:#fff !important;
        text-shadow: 1px 1px 1px #000;
	text-transform:uppercase;
	cursor:pointer;
	font-size:20px  !important;
        width: 46%  !important;
        padding: 10px 30px !important;
        margin-top: 8% !important;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
        background: #496ba8  !important; /* Old browsers */
        background: -moz-linear-gradient(top,  #496ba8 0%, #3d5d93 50%, #3d5d93 51%, #2b4673 100%)  !important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#496ba8), color-stop(50%,#3d5d93), color-stop(51%,#3d5d93), color-stop(100%,#2b4673)) !important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #496ba8 0%,#3d5d93 50%,#3d5d93 51%,#2b4673 100%)  !important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #496ba8 0%,#3d5d93 50%,#3d5d93 51%,#2b4673 100%)  !important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #496ba8 0%,#3d5d93 50%,#3d5d93 51%,#2b4673 100%)  !important; /* IE10+ */
        background: linear-gradient(to bottom,  #496ba8 0%,#3d5d93 50%,#3d5d93 51%,#2b4673 100%)  !important; /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#496ba8', endColorstr='#2b4673',GradientType=0 )  !important; /* IE6-9 */

}
#textarea4
{
	min-height:110px;}
#button5:hover
{
	background: #000 !important; /* Old browsers */
	color:#fff !important;
	}
.chrono_credits
{
    display: none;
}
#chronoform-feedback label
{
    color: #000;
}
.gcore-line-tr
{
    float: left;
    width: 100%;
    padding-bottom: 7px;
}