.form ul {
	margin: 0;
	padding: 0
}
.form li {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	position: relative;
	color: #444;
}
.form .form-text, .form .form-textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	height: 36px;
	line-height: 32px;
	padding-left: 11px;
	background-color: transparent;
	color: #444;
	font-size: 12px;
	border-bottom: 2px solid #1b6a90;
}
.form .form-textarea {
	height: 65px;
	resize: none;
}
.form-submit {
	width: 50%;
	height: 40px;
	background-color: #1b6a90;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: auto;
	margin-top: 10px;
	border: 0;
	display: table;
}
.form-submit:hover {
	opacity: .7;
	cursor: pointer
}
INPUT.inputError, SELECT.inputError {
	border: 1px solid red!important
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 4px;
	cursor: pointer
}
::-webkit-input-placeholder {
color:#444;

}
:-moz-placeholder {
color:#444;
opacity:1;

}
::-moz-placeholder {
color:#444;
opacity:1;

}
:-ms-input-placeholder {
color:#444;

}
.input-group-addon {
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #484848;
	border: 1px solid #CCC;
	border-radius: 4px
}
input[type=checkbox]:not(old) {
	float: left;
	background-image: url(../images/checks.png);
	z-index: 55;
	position: relative;
}
input[type=radio ]:not(old) {
	margin: 0;
	padding: 0;
	opacity: 0;
	height: 1px
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display: inline-block;
	padding-left: 22px;
	background: url(../images/checks.png) no-repeat 0 0;
	line-height: 15px;
	cursor: pointer
}
input[type=checkbox]:not(old):checked + label {
	background-position: 0 -15px
}
input[type=radio]:not(old):checked + label {
	background-position: 0 -15px
}
.ajaxloader {
	width: 80px;
	text-align: center;
	margin: auto
}
.bubblingG {
	text-align: center;
	width: 80px;
	height: 50px
}
.bubblingG span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 25px auto;
	background: #173c6e;
	-moz-border-radius: 50px;
	-moz-animation: bubblingG 1.3s infinite alternate;
	-webkit-border-radius: 50px;
	-webkit-animation: bubblingG 1.3s infinite alternate;
	-ms-border-radius: 50px;
	-ms-animation: bubblingG 1.3s infinite alternate;
	-o-border-radius: 50px;
	-o-animation: bubblingG 1.3s infinite alternate;
	border-radius: 50px;
	animation: bubblingG 1.3s infinite alternate
}
#bubblingG_1 {
	-moz-animation-delay: 0;
	-webkit-animation-delay: 0;
	-ms-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}
#bubblingG_2 {
	-moz-animation-delay: .39s;
	-webkit-animation-delay: .39s;
	-ms-animation-delay: .39s;
	-o-animation-delay: .39s;
	animation-delay: .39s
}
#bubblingG_3 {
	-moz-animation-delay: .78s;
	-webkit-animation-delay: .78s;
	-ms-animation-delay: .78s;
	-o-animation-delay: .78s;
	animation-delay: .78s
}
.radiovalidate {
	position: ABSOLUTE;
	right: -16px;
	top: 6px
}
.izin {
	margin: 5px auto;
	width: 140px
}
@-moz-keyframes bubblingG {
0% {
width:10px;
height:10px;
background-color:#173c6e;
-moz-transform:translateY(0)
}
100% {
width:24px;
height:24px;
background-color:#579bcd;
-moz-transform:translateY(-21px)
}
}
@-webkit-keyframes bubblingG {
0% {
width:10px;
height:10px;
background-color:#173c6e;
-webkit-transform:translateY(0)
}
100% {
width:24px;
height:24px;
background-color:#579bcd;
-webkit-transform:translateY(-21px)
}
}
@-ms-keyframes bubblingG {
0% {
width:10px;
height:10px;
background-color:#173c6e;
-ms-transform:translateY(0)
}
100% {
width:24px;
height:24px;
background-color:#579bcd;
-ms-transform:translateY(-21px)
}
}
@-o-keyframes bubblingG {
0% {
width:10px;
height:10px;
background-color:#173c6e;
-o-transform:translateY(0)
}
100% {
width:24px;
height:24px;
background-color:#579bcd;
-o-transform:translateY(-21px)
}
}
@keyframes bubblingG {
0% {
width:10px;
height:10px;
background-color:#173c6e;
transform:translateY(0)
}
100% {
width:24px;
height:24px;
background-color:#579bcd;
transform:translateY(-21px)
}
}
.projeRow {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 2px solid #0095a8;
	border-radius: 5px
}
.projeRow label {
	width: 67px;
	display: inline-block;
	margin-left: 0;
	color: #494949
}
.projeRow span {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	padding-bottom: 10px;
	color: #494949;
	text-align: center
}
.okudum {
	width: initial
}

#kampanya {
    left: 0;
    top: -3px;
    }


.form li p {
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
}
.form {
    width: 400px;
    margin: 0 auto;
    display: table;
}

.form-title {
    font-size: 28px;
    text-align: center;
    color: #444;
    margin-bottom: 20px;
}