/* CSS Document */

.freecontactform {
width: 100%;
padding:0px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}


.freecontactformheader {
font-size:18px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
text-align:center;
}
.freecontactformmessage {
text-align:center;
padding-bottom:10px;
}
.freecontactform td {
padding:2px;
}


.freecontactform label {
padding:4px;
}
.freecontactform label {
padding-right:0px
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:0px;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}

.formcontainer{
	width:55%;
	padding-left:5%;
	float:left;
	border-left:1px solid #FFF;
}

.applicationcontainer{
	width:90%;
	padding-left:5%;
	float:left;
}

.form-style-5{
	width:100%;
    margin: 0px auto;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
	font-weight:300;

}

.form-style-5 fieldset{
    border: none;
	
}
.form-style-5 legend {
    font-size: 200%;
    margin-bottom: 10px;
	
}
.form-style-5 label {
    display: block;
    margin-bottom: 2px;
	
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
    background:#FFF;
    border: none;
    border-radius: 8px;
    font-size: 200%;
    margin: 0;
    outline: 0;
    padding: 2px 0px 2px 8px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    color:#FFF;
    margin: 1px;
	background: #355ab5;
  	}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #FFF;
	color:#355ab5;
}

input::placeholder {
  color: rgba(255,255,255, .75);
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
}

textarea::placeholder{
  color: rgba(255,255,255, .75);
  font-family: 'Open Sans', sans-serif;
  font-weight:300;
}

.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #FFF;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: none;
    font-size: 200%;
    text-align: center;
    font-style: normal;
    width: 100%;
    border:none;
    margin-bottom: 10px;
	border-radius:8px;
}

.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #355ab5;
	cursor:pointer;
}

@media only screen and (max-width: 959px) {

.formcontainer{
	width:100%;
	padding-left:2%;
	padding-right:2%;
	float:left;
	border-left:none;
	padding-top:10px;

}


.applicationcontainer{
	width:100%;
	padding-left:2%;
	padding-right:2%;
	float:left;
	border-left:none;
	padding-top:10px;

}
	
	.form-style-5{
    padding: 1px;
}

	.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-size: 100%;
	padding: 2px 0px 2px 8px;
}

input::placeholder {
  color: rgba(255,255,255, .9);
}

textarea::placeholder{
  color: rgba(255,255,255, .9);
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 5px 39px 5px 39px;
    color: #FFF;
    margin: 0 auto;
    background: none;
    margin-bottom: 0px;
	border-radius:8px;
}

.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #355ab5;
	cursor:pointer;
}
