body {
/*	text-align: center;*/
	font-size: 17px;
	font-family: Arial;
}
table {
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 10px;
}
tr:hover td {
	/**/
}
.main {
	display: block;
	margin: 0px auto;
	/*width: 970px;*/
	    max-width: 970px;
    min-width: 785px;
}
.main.urlap {
	text-align: center;
}
tr.elnok td {
	border: 0px solid #ccc;
	border-bottom-width: 1px;
}
.highlight {
	background-color: #FCCDFF;
/*	background-color: #D2FFA5;*/
	border: 1px solid #f00 !important;
}
.errorMsg {
	width: 100%;
	padding: 5px;
	margin: 0;
	border: 1px solid #FCCDFF;
	color: #fff;
	background-color: #ff0000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}
.jeloloGomb {
	/**/
}
.torlesSor {
	color: red;
}
.indoklasSor {
	display: none;
}
.indoklas {
/*	display: none;*/
	width: 98%;
	height: 100px;
	font-size: 15px;
	font-family: Arial;
}
input {
	font-size: 17px;
	font-family: Arial;
}
input[type="email"],
input[type="text"] {
	border: 0px solid #00f;
	border-bottom-width: 1px;
	width: 180px;
}
input[type="button"] {
	border: 1px solid #008000;
	/*color: #000;*/
}
input[type="button"].disabled {
	border: 1px solid #ccc;
	color: #fff;
}
input[readonly="readonly"] {
	border-color: #ccc;
}
input[type="submit"] {
	width: 80%;
	margin: 10px 0;
	border: 2px solid #008000;
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 0;
	cursor: pointer;
}
.regi {
	color: c5c5c5;
}
.uj {
	color: #0000ff;
}
.uj.ujboli {
	color: #2ba02b;
}

.separator {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: 0px solid #ccc;
	border-bottom-width: 1px;
}

::-webkit-input-placeholder {
   font-style: italic;
   font-size: 80%;
   padding-top: 2px;
}
:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
}
::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
}
.color-red {
	color:  #f00;
}
#separator {
   height: 10px;
}