.float-placeholder {
    float: left;
    padding-top: 0px;
}

.float-placeholder .jsph {
	margin-top: 0px;
	background: transparent;
	border: solid 1px #E9E9E9;
	border-radius: 0.5em;
	box-sizing: border-box;
	color: #333333;
	display: block;
	padding: 10px 15px;
	transition: .3s;
	width: 100%;
	/* margin-top: 40px; */
	float: left;
}
.float-placeholder .jsph:hover{
	border-color: #808080;
}
.float-placeholder .focus .jsph {
	outline: 0;	
}


.float-placeholder .jsphradio{
	outline:0;
	padding-left: 130px;
	line-height: 1.4em;
}
.float-placeholder .jsphradio label{
	font-weight: normal;
	margin-bottom: 0px;
}

.float-placeholder > div {
	position: relative;
	float: left;
}

.float-placeholder input:focus,
.float-placeholder textarea:focus,
.float-placeholder div.focus input,
.float-placeholder div.focus textarea,
.float-placeholder .focus .jsph {
	border-color: #0cc39f;
}

.float-placeholder .focus .jsph {
	border-color: #0cc39f;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.float-placeholder .jsphl{
  background: transparent;
  color: #777;
  cursor: text;
  font-size: 14px;
  font-weight: normal;
  padding:0 2px;
  left: 1em;
  position: absolute;
  top: 1.5em;
  transition: .3s;
  width: 100%;
  text-shadow: 0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 9px #fff,0 0 9px #fff;
}


.float-placeholder .focus .jsphl {
	color: #0cc39f;
	background:transparent;
	border:none;
	outline:none;
}

.float-placeholder .focus .jsphl,
.float-placeholder .text .jsphl {
	margin-top: -1.8em;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.alert-danger-small{
  padding: 1px 4px;
  margin: 0 0px;
  position: absolute;
  left: 0;
  top: 1.7em;
}

.float-placeholder .form-group{
	margin-top: 7px;
	float: left;
	width: 100%;
}

div[id^=AjaxMessage]{
	margin-top:20px;
}

div[id^=AjaxMessage] h4{
    text-align: right;
    margin: 0;
}

.float-placeholder .w33{
	width:33%;
}

.float-placeholder .w50{
	width:49%;
}
.float-placeholder .w501{
	width:49%;
	margin: 0 1% 0 0;
}
.float-placeholder .w502{
	width:49%;
	margin: 0 0 0 1%;
}
