
form {
	position:relative;
	top:0;
	left:0;
}

.inputContainer {
    display: block;
    position: relative;
}

#toolTipContainer{
	position:absolute;
	width:100%;
	height:0px;
	background-color:red;
	top:0;
}

#fader {
	z-index:999;
	top:0;
	left:0;
	position:fixed;
	width:100%;
	height:100%;
	opacity:0.5;
	display:none;
	background: radial-gradient(ellipse at center center , transparent 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0 transparent;
}
#toolTipContainer #dialogg{
	border-radius: 10px;
    padding: 10px;
    text-align: left;
	box-shadow:0px 0px 43px  #505050;
	background-color:#fafafa;
}
#toolTipContainer #dialogg h1{
	background-color: #DEDEDE;
    border-radius: 6px 6px 6px 6px;
    color: #454545;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 3px;
    text-align: center;
	width:100%;
}
#toolTipContainer #dialogg p {
    color: #454545;
    font-size: 15px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
}
#toolTipContainer #dialogg input{
   display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px auto 0;
    min-width: 50px;
    padding: 2px 7px;
    text-align: center;
	background:linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%) repeat scroll 0 0 transparent;

	border: 1px solid #777777;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.tt{
	color:red;
}

form span.ferror {
    background-color: #ff880a;
    color: white;
    display: block;
    left: 0;
    line-height: 1.4;
    opacity: 1;
    padding: 0 20px;
    position: relative;
    text-align: left;
    top: 0;
    visibility: visible;
    white-space: nowrap;
    width: 187px;
    z-index: 2;
}
.form {
    left: 0;
    position: relative;
    top: 0;
}

/* Contact formhoz valók... */
#contact_form .checkbox > label {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 187px;
}
#contact_form .checkbox .tblAdatvedelem{vertical-align:center;}

#contact_form .checkbox .table-cell > input#adatvedelem {
    position: relative;
    top: 2px;
}

.table{display:table;}
.table-row{display:table-row;}
.table-cell{display:table-cell;}
