.reg {
	  background: #fff;
  padding: 2em 2em 1em;
  max-width: 500px;
  margin: 10px auto 0;

  border-radius: 2px;
}
.reg p {
  margin: 0 0 2em 0;
  position: relative;
}
.reg input, .reg textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  margin: 0;
}
.reg input[type="text"],
.reg input[type="email"],
.reg input[type="tel"],
.reg input[type="date"],
.reg textarea,
.reg input[type="password"] {
  background: #fff;
  border: 1px solid #dbdbdb;
  font-size: 1.4em;
  padding: .4em .5em;
  border-radius: 2px;

}
.reg textarea {
	margin-bottom: 28px;
	margin-top: -18px;
	height: 120px;
	font-family: 'PT Sans', sans-serif;
	font-size: 10pt;
}
.reg select {
  background: #fff;
  border: 1px solid #dbdbdb;
  font-size: 1em;
  padding: 1em .5em;
  border-radius: 2px;
	width: 100%;
}
.reg input[type="text"]:focus,
.reg input[type="email"]:focus,
.reg input[type="password"]:focus {
  background: #fff;
}
.reg span {
  display: block;
  background: #F9A5A5;
  padding: 2px 5px;
  color: #666;
}
.reg button {
    background-color: rgba(73, 92, 123, 0.6);
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6em;
  line-height: 1.6em;
  margin: 4px  1%;
  outline: none;
  padding: .2em 0;
  text-shadow: 0 1px #68B25B;
	width: 100%;
}
.reg button:hover{
  background-color: rgba(73, 92, 123, 1);
  text-shadow: 0 1px 3px rgba(70, 93, 41, 0.7);
}
.reg50 {
	margin: 0px  1%;
	width: 48% !important;
	float: left;
}
.reg label {
  position: absolute;
  left: 8px;
  top: 12px;
  color: #999;
  font-size: 16px;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
}
.reg label.floatLabel {
  top: -11px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
::placeholder {
  color: black;
  opacity: 0.3; /* Firefox */
	font-size: 12pt;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: silver;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: silver;
}
.adatv_sor
{
	margin: 20px 0px;
}
.adatv_sor input[type=checkbox]
{
width: 28px;
  height: 28px;
	margin-right: 10px;
	margin-left: 13px;
	margin-top: -5px;
	float: left;
	}
.captcha
	{
		margin: auto auto;

		display: table;
	}
.alcimke {
	padding-left: 20px;
}
