
.form-style-2{
    max-width: 500px;
    padding: 0px 12px 10px 20px;
    font: 18px 'Josefin Slab', Arial, sans-serif;
	margin-left:5%;
	text-align:left;
	color:#000;
}
.form-style-2-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style-2 label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
    width: 30%;
    
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style-2 span.required{
    color:red;
}
.form-style-2 .tel-number-field{
    width: 48%;
    text-align: center;
}
.form-style-2 input.input-field{
    width: 48%;
    
}

.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
 .form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
    border: 1px solid #D64926;
}
.form-style-2 .textarea-field{
    height:100px;
    width: 55%;
}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
}
.submitbutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% 'Josefin Slab', Arial, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.submitbutton:hover {
	text-decoration: none;
}
.submitbutton:active {
	position: relative;
	top: 1px;
}
.green {
	color: #fef4e9;
	border: solid 1px #FF7F00;
	background: #FF7F00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7F00), to(#D64926));
	background: -moz-linear-gradient(top,  #FF7F00,  #D64926);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F00', endColorstr='#D64926');
}
.green:hover {
	background: #FF7F00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7F00), to(#D64926));
	background: -moz-linear-gradient(top,  #FF7F00,  #D64926);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F00', endColorstr='#D64926');
}
.green:active {
	color: #FF7F00;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7F00), to(#D64926));
	background: -moz-linear-gradient(top,  #FF7F00,  #D64926);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F00', endColorstr='#D64926');
}
