form.quoteform {
	overflow: hidden;
}
form.quoteform h4 {
	font-family: 'Open Sans', sans-serif;
	color: #232D33;
	font-size: 20pt;
	margin-bottom: 7px;
	font-weight: normal;
	font-weight: 200;
}
form.quoteform p {
	color: #232D33;
	font-size: 14pt;
}
form.quoteform input {
	float: left;
	height: 36px;
	width: 32%;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #232D33;
	border: 1px solid #232D33;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form.quoteform .namecompany {
	margin-bottom: 17px;
	margin-right: 2%;
}
form.quoteform .emailaddress {
	margin-bottom: 17px;
	margin-right: 2%;
}
form.quoteform .contactnumber {
	margin-bottom: 17px;
}
form.quoteform select {
	float: left;
	height: 36px;
	width: 32%;
	font-weight: bold;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #232D33;
	border: 1px solid #232D33;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form.quoteform .premisessize {
	margin-right: 2%;
}
form.quoteform .premisestype {
	margin-right: 2%;
}
form.quoteform .red {
	color: #FF0000;
}

form.quoteform #submitbutton {
	color: #FFFFFF!important;
	background-color: #008FD4;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border: none;
}

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

	form.quoteform {
		overflow: auto!important;
	}

	form.quoteform input {
		width: 100%!important;
		margin-bottom: 17px!important;
		margin-right: 0px!important;
	}
	form.quoteform select {
		width: 100%!important;
		margin-bottom: 17px!important;
	}
	
}