* a {
	outline: none;
	text-decoration: none;
}
FIELDSET {
	background: transparent url(/images/hr.png) no-repeat center top;
	border: none;
	border: #ddd 1px solid;
	margin-bottom: 20px;
	border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;
	position: relative;
	margin-top: 30px;
}
FIELDSET.admin-set {
	border: #C00 1px dashed;
}
FIELDSET P, #keret FIELDSET DIV {
	padding: 0;
	margin: 5px;
}
LEGEND {
	position: absolute;
	top: -28px;
	border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;
	font-size: 14px;
	font-weight: bold;
	color: #A2C402;
	text-transform: uppercase;
	padding: 4px 6px;
	border: none;
}
FIELDSET.admin-set LEGEND {
	background: #C00;
	color: #fff;
}

LABEL {
	display: block;
	width: 200px;
	float: left;
}
LABEL.short {
	width: 70px;
}
LABEL.long {
	width: 100%;
}
.needed-label {
	color: #ff7200;
}
.needed-label:before {
    content: "* ";
	color: #ff7200;
}
.needed {
	background-color: #F7F4EB;
	border: #F8A447 1px solid;
}

INPUT, SELECT, .needed-ok, TEXTAREA.text {
	background-color: #FEFDF9;
	border-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-width: 1px;
	border-style: solid;

	font: 12px Arial, Helvetica, sans-serif;
	color: #483939;
	padding: 2px;
}

INPUT, a.input {
	border: none;
	background: #fff;
	border: #ddd 2px solid;
	border-top: #ccc 2px solid;
	border-left: #ccc 2px solid;
	padding: 2px;
	text-decoration: none;
}
a.btn, INPUT.btn, INPUT.button {
	border: none;
	background: #fff url(/images/btn_bg.jpg) repeat-x top left;
	border: #ccc 2px solid;
	border-top: #ddd 2px solid;
	border-left: #ddd 2px solid;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
}
a.btn {
	font-size: 16px;
	padding: 3px 6px;
}
a.btn-s, INPUT.btn-s, INPUT.button {
	border: none;
	background: #fff url(/images/btn_s_bg.jpg) repeat-x top left;
	border: #ccc 2px solid;
	border-top: #ddd 2px solid;
	border-left: #ddd 2px solid;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0;
}
a.btn-s {
	padding: 3px 6px;
}

INPUT[type="submit"], INPUT.submit {
	background: #fff url(/images/btn_bg.jpg) repeat-x top left;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	border: 2px solid;
	cursor: pointer;
	border-color: #ccc;
	border-top-color: #ddd;
	border-left-color: #ddd;
	padding-right: 6px;
	padding-left: 6px;
}

.needed-error {
	background-color:#C7E4B4;
	border-color: #ff7200;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-width: 1px;
	border-style: solid;
}
.needed-blank {
	background-color: #FFCC99;
	border-color: #ff7200;
	border-right-color: #F33;
	border-bottom-color: #F33;
	border-width: 1px;
	border-style: solid;
}
.error {
	padding: 10px;
	font-weight: bold;
	color: #000;
	background-color: #FFCC99;
	border: #ff7200 2px solid;
}
.uzenet {
	padding: 10px;
	margin: 10px 0;
	font-weight: bold;
	color: #000;
	background-color: #F5F1D8;
	border: 2px solid #fa9245;
}
.note {
	font-size: 10px;
}
.checkbox, .checkbox-short {
	display: inline;
	width: auto;
	float: none;
}

.admin, DIV.admin, P.admin {
	padding: 3px;
	background: #CFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: #9CC 1px dashed;
}
.ui-datepicker-trigger {
	border: none;
	background: none;
	padding: 0;
}

.nopointer { pointer: none; }
