.fieldset, .fieldset2 {
	width:100%;
	position:relative;
	height:auto;
	padding:12px 10px 12px 15px;
	background-color:none;
	background-color:transparent;
	display:block;
	border:1px solid #bfbfbf;
	margin:0 0 10px 0;
	color:#585f64;
	font-size:13px;
	font-weight:500;
	float:left
}
.fieldset2 {
	padding:8px 100px 8px 40px
}
.h-input {
	padding:10px 100px 8px 0px;
	position:relative;
	border:none;
	border-bottom:1px solid #c6c7c7;
	padding-bottom:30px
}
.sendbutton {
	width:auto;
	height:auto;
	border:0;
	outline:0;
	margin:0 5px 0 0;
	float:left;
	color:#585f64;
	font-size:20px;
	cursor:pointer;
	vertical-align:top;
	padding:10px 20px;
	text-align:center;
	background-color:#00BFF3;
	text-transform:uppercase
}
.sendbutton:hover {
	background-color:#1442A2;
	color:#585f64
}
::-webkit-input-placeholder {
color:#585f64 !important
}
:-moz-placeholder {
color:#585f64 !important
}
::-moz-placeholder {
color:#585f64 !important
}
:-ms-input-placeholder {
color:#585f64 !important
}
.inputmeessge {
	width:100%;
	position:relative;
	float:left
}
.h-button2 {
	width:56px;
	height:39px;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	border:0;
	outline:0;
	margin:0;
	font-size:0;
	text-indent:-999999999px;
	cursor:pointer;
	background-color:#fff;
	background-image:url(../images/sub-btn.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out
}
.h-button2:hover {
	right:-8px
}
.button2 {
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 35px;
    background-color: #85d2f8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    border: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
}
.button2:hover {
	background-color:#A1A1A1
}
.text-area {
	min-height:187px;
	padding:15px 100px 8px 15px;
	background: none;
    text-align: left;
}
.button:hover {
	background-size:20px
}
