body {
	padding-top: 40px;
	color : #B1B1B1;
    background: #404040;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
    text-align: center;
}
.login-form {
	background: url(./header.png) top center no-repeat;
    margin-top: 10px;
    width: 500px;
    height: 300px;
	text-align: center;
    border: 1px solid #202020;
}

.inputlabel {
	font-weight: bold;
	color:#FFFFFF;
}
.headerlabel {
	font-weight: bold;
	color:#ffffff;
    font-size: 20px;
}
.form-block {
    padding-top: 30px;
	text-align:center;
}
.login-row {
  padding-top: 4px;
}
.login-row2 {
  padding-top: 10px;
}
.footer {
	color:#FFFFFF;
	font-size:10px;
	line-height:11px;

}
.jserror {
  font-size: 13px;
  font-weight: bold;
  color: #FFFF00;
}
.version {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: lighter;
    color: #B1B1B1;
}
.note {
    font-size: 12px;
    color: yellow;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #505050;
    border: 1px solid yellow;
    width: 100%;
    text-align: middle;
}
#idopontos {
	background: url(./longheader.png) top center repeat-y;
    width: 498px;
	text-align: center;
    border: 1px solid #202020;
    visibility: hidden;
}
#idopontoslejjebb {
    height: 120px;
}
#bookingtable {
    width: 500px;
}

#login_response { overflow: auto; }

#ajax_loading { display: none; font-size: 12px; font-family: Tahoma; }
#error_notification { height: auto; padding: 4px; text-align: center; -moz-border-radius: 3px; color: #FFCC66; }
/******************* fileds *******************/
select {
    background-color: #cccccc;
    border: 1px solid #4c4c4c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    }
select:focus {
    background-color: #3EBDEA;
}
input {
    background: #cccccc;
    border: 1px solid #000000;
}
button {
    background: #cccccc;
    border: 1px solid #000000;
    padding-top: 2px;
    padding-left: 2px;
}

input:focus {
    background: #3EBDEA;
}
