.form-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: black;
	opacity: 0.4;
	display: none;
}
.form {
	top: 50%;
	left: 50%;
	width:485px;
	background-color: rgb(233,247,255);
	border-bottom: 3px solid rgb(164,220,254);
	position:fixed;
	z-index: 100001;
	display: none;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.form h1 {
	background: rgb(50,189,242);
	color: white;
	width: 440px;
	height: 47px;
	padding: 13px 0 0 45px;
	font-size: 24px;
	font-family: OpenSans-Light;
}
.form-icon {
	position: absolute;
	right: 10px;
	top: 8px;
}
.form div {
	color:black;
	font-size: 14px;
	padding: 0 45px;
}
.form h2 {
/*
	color: rgb(50,189,242);
*/
	margin: 20px 0px;
	font-size: 22px;
}
.form p {
	text-align: left;
	color: rgb(50,189,242);
	margin-top: 16px;
	font-size: 14px;
}
.form select {
	margin-top: 16px;
	width: 100%;
	font-size: 16px;
	background: rgb(255,255,230);
	border: 1px solid rgb(164,220,254);
	padding: 2px 3px 3px 3px;
	color: rgb(77,77,77);
	font-family: OpenSans;
	font-size: 14px;
	height: 205px;
}
.form select option:checked, .form select option:hover {
    color: white;
    background: rgb(50,189,242);
}
.form button {
	height: 50px;
	font-size: 26px;
	cursor: pointer;
	border: 0;
	color: white;
	margin-top: 20px;
	padding: 0;
}
.btn-font {
	font-family: OpenSans;
}
.btn-font2 {
	font-family: OpenSans-Bold;
}
.btn-indent {
	margin-left: 20px;
}
.btn-ok {
	background: rgb(51,204,51);
}
.btn-speed {
	background: rgb(51,204,51);
}
.btn-wide {
	width: 390px;
}
.btn-normal {
	width: 190px;
}
.btn-center {
	text-align: center;
}
.btn-left {
	text-align: left;
}
.btn-def {
	background: rgb(50,189,242);
}
.btn-sep {
	margin-right: 11px;
}
/*-------------------------------------------------------------------------*/
/*havaria üzenet*/
.havaria p {
	text-align: left;
	color: rgb(158,49,46);
	margin-top: 16px;
	font-size: 16px;
}

.info p {
	text-align: left;
	margin-top: 16px;
}
