body, p, div, td, input, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

body{
	background: url(pics/bg.png) repeat;
}

.site_body{
	 width:99%;
	 height:99%;
	 position:absolute;
	 border-collapse: collapse;
}

.site_body td{
	vertical-align: middle;	
}

a, a:link, a:active, a:visited{
	color: #2A2AFF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img {border:none; }

#fancybox-outer{
	background: transparent;
}

.login_box{
	background: url('pics/login_bg.png') no-repeat;
	width: 569px; 
	height: 442px;
	text-align: left;
}

.login_box .pad{
	padding: 100px 95px;
}

.login_box h1{
	color: #7d631f;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-shadow: 0px 1px 1px white;
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
}

.login_box p{
	font-size: 12px;
	font-weight: bold;
	color: #7d631f;
	padding-bottom:3px;
}

.login_box p a{
	color: #295699;
}

.login_box .input_left{
	margin-bottom: 10px;
}

.login_box .elfelejtett{
	float: left;
	margin-top: 10px;
}

.login_box .kuldes{
	float: right;
	margin-top: 10px;
}

.login_box .kuldes input[type=submit]{
	background: url(pics/btn_belepes.png) no-repeat center center;
	width: 110px;
	height: 33px;
	border: none;
	cursor: pointer;
}

#jelszoemlekezteto .login_box{
	background: url('pics/passremember_bg.png') no-repeat;
	width: 432px; 
	height: 307px;
}

#jelszoemlekezteto .login_box .pad{
	padding: 30px 27px;
}

#jelszoemlekezteto .login_box .kuldes{
	text-align: center;
	float: none;
	margin-top: 20px;
}

#jelszoemlekezteto .login_box .text{
	line-height: 18px;
	text-align: center;
	padding-bottom: 20px;
}

#jelszoemlekezteto .login_box .kuldes input[type=submit]{
	background: url(pics/kuldes.png) no-repeat center center;
	width: 110px;
	height: 33px;
	border: none;
	cursor: pointer;
}

/* ************** *
 *                *
 *   InputDecor   * 
 *                *
 * ************** */

div.input_left{
	background:url(pics/input_left.png) no-repeat top left;
	height:33px;
}

div.input_right{
	background:url(pics/input_right.png) no-repeat top right;
	height:33px;
}

div.input_center{
	background:url(pics/input_center.png) repeat-x;
	height:33px;
	margin:0px 4px;
	text-align:left;
}

div.input_center input{
	width:100%;
	height:21px;
	line-height:21px;
	margin-top:5px;
	border:none;
	background:transparent;
	font-size:14px;
	color:#7d631f;
}

div.input_center select{
	width:100%;
	margin-top:5px;
	font-size:14px;
	border:none;
	background:transparent;
	color:#555;
}