/* -------------------------------------------------------- */
/* STANDARD HTML TAG RESET                                  */

body, form, ul, li, fieldset {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none; 
}
a {
	text-decoration: none;
}
a img, form, fieldset {
	border: 0;
}
pre {
	margin: 0;
	padding: 0;
}
h1, h2 {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------- */
/* STANDARD HTML TAG DEFINITION                             */

body {
	background: #fff;
	color: #333;
	font: 100% Arial, Helvetica, sans-serif;
}
h1{
	font-size: 100%;
	text-transform: uppercase;
	color: #656565;
	padding: 0 18px;
}
h2{
	font-size: 90%;
	color: #448ea6;
}
h3{
	color: #656565;
	font-size: 85%;
	margin-top: 30px;
	padding: 0 18px;
	text-transform: uppercase;
}
.content p {
	padding: 0;
}
.gradient_box a, .hatch_box a {
	color: #448ea6;
	text-decoration: underline;
}
.gradient_box a:hover, .hatch_box a:hover {
	text-decoration: none;
}
.gradient_box h1, .hatch_box h1 {
	color: #448ea6;
	padding: 5px 0 22px 5px;
}
.hatch_fix_box h2 {
	padding: 23px 0 0 23px;
	text-transform: none;
}
.gradient_box h2, .hatch_box h2, .gradient_box p, .hatch_box p {
	padding: 0 5px;
}
p {
	font-size: 80%;
	color: #333;
	line-height: 18px;
	padding: 0 18px;
}
p.comment {
	margin-top: -10px;
	text-align: right;
	padding-right: 20px;
}
p.comment2 {
	text-align: right;
	padding-right: 20px;
	margin-top: 0;
}
select {
	color: #333;
	font-size: 75%;
}
label {
	font-size: 75%;
	display: block;
}
input {
	font-size: 75%;
	border: 1px solid #a5acb2;
	padding: 2px 3px;
}
.myinput {
	padding: 0;
}
small {
	display: block;
	line-height: 10px;
}

/* -------------------------------------------------------- */
/* TOP NAVIGATION                                           */

#navigation_top {
	width: 1000px;
	line-height: 17px;
	text-align: center;
}
#navigation_top, #footer {
	font-size: 70%;
}
#navigation_top ul li, #footer ul li {
	display: inline;
}
#navigation_top a {
	line-height: 20px;
	text-transform: uppercase;
}
#navigation_top a, #footer a {
	color: #555;
	font-weight: bolder;
}
#navigation_top a:hover, #footer a:hover {
	color: #61c7dc;
}
#navigation_top span, #footer span {
	position: relative;
	bottom: 1px;
	margin: 0 10px 0 12px;
	color: #999;
}

/* -------------------------------------------------------- */
/* SELECT NAVIGATION                                        */

#select_container {
	margin: 26px auto 0;
	width: 940px;
	height: 220px;
	text-align: center;
}
#select_container a {
	background-color: inherit;
	color: #fff;
	font-size: 150%;
	font-weight: bolder;
	text-transform: uppercase;
}
#hitel, #befektetes, #biztositas, #kozvetito {
	float: left;
	margin: 0 5px;
	display: inline;
	height: 220px;	
}
#hitel a, #befektetes a, #biztositas a {
	display: block;
	padding-top: 177px;
	width: 200px;
	height: 43px;
}
#hitel a {
	background: url(imgs/hitel.jpg);
	width:  300px;
}
#befektetes a{
	background: url(imgs/befektetes.jpg);
}
#biztositas a{
	background: url(imgs/biztositas.jpg);
}
#kozvetito a {
	background: url(imgs/kozvetito.jpg);
	display: block;
	padding-top: 153px;
	width: 200px;
	height: 67px;
	line-height: 26px;
}
#hitel a:hover {
	background-position: -300px;
}
#befektetes a:hover, #biztositas a:hover, #kozvetito a:hover{
	background-position: -200px;
}

/* -------------------------------------------------------- */
/* LEFT NAVIGATION                                          */

#navigation_left {
	margin: 30px auto 14px;
	background: url(imgs/navigation_left.gif) no-repeat;
	width: 200px;
	height: 164px;
}
#navigation_left ul {
	position: relative;
	top: 10px;
	left: 10px;
}
#navigation_left a{
	display: block;
	width: 180px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: inherit;
	font-size: 85%;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
}
li#navigation_left_hitel a{
	background: url(imgs/navigation_left_hitel.jpg);
}
li#navigation_left_befektetes a {
	background: url(imgs/navigation_left_befektetes.jpg);
}
li#navigation_left_biztositas a {
	background: url(imgs/navigation_left_biztositas.jpg);
}
li#navigation_left_kozvetito a {
	background: url(imgs/navigation_left_kozvetito.jpg);
}
#navigation_left a:hover, #navigation_left li a#active {
	background-position: -180px;
}


/* -------------------------------------------------------- */
/* HEADER                                                   */

#header {
	position: relative;
	height: 145px;
	background: url(imgs/header.jpg) no-repeat;
}
#logo a {
	display: block;
	background: url(imgs/logo.jpg);
	width: 236px;
	height: 145px;
}
#login {
	position: absolute;
	top: 41px;
	left: 623px;
	width: 339px;
	height: 73px;
}
#login span.button a {
	position: absolute;
	top: 49px;
	right: 15px;
}
span.login_title {
	display: block;
	margin: 4px 0 6px 13px;
	color: #005a7a;
	font-size: 85%;
	font-style: italic;
	font-weight: bolder;
}
form#login_box {
	width: 339px;
}
form#login_box input {
	float: left;
	margin-bottom: 4px;
	padding: 2px;
	width: 100px;
	height: 15px;
	background: url(imgs/login.gif);
	font-size: 70%;
	color: #227996;
	border: 0;
}
form#login_box input.keretnelkul {
	border: 0;
	background: 0;
}
form#login_box label {
	float: left;
	margin: 3px 5px 0 0;
	width: 172px;
	background-color: inherit;
	color: #fff;
	font-size: 70%;
	font-weight: bolder;
	text-align: right;
}
form#login_box label.reg a {
	margin-left: 34px;
}
form#login_box a {
	float: left;
	margin-left: 14px;
	background-color: inherit;
	color: #fff;
	font-weight: bolder;
}
form#login_box a:hover {
	color: #227996;
}

/* -------------------------------------------------------- */
/* SIDEBARS                                                 */

#sidebar_left, #sidebar_right {
	float: left;
	width: 250px;
	padding-bottom: 30px;
}
#small_box_1, #small_box_2, #small_box_4, #small_box_5 {
	margin: 4px auto 0;
	width: 200px;
}
#small_box_3 {
	margin: 9px auto 4px;
	width: 200px;
}

/* -------------------------------------------------------- */
/* MAIN CONTENT                                             */

#container {
	background: url(imgs/header_tile.gif) left top repeat-x;
	margin: 0;
	width: 100%;
	text-align: left;
}
#initial_content, #main_content_container {
	width: 1000px;
	overflow: auto;
}
#main_content {
	float: left;
	width: 750px;
	padding-bottom: 30px;
}
#main_content_wide {
	float: left;
	width: 750px;
	padding-bottom: 30px;
}
#special_offer_initial {
	position: relative;
	float:  left;
	display: inline;
	margin: 48px 0 0 104px;
	width: 441px;
}
#special_offer {
	margin: 7px auto 38px;
	width: 500px;
}
#hitel_kereso {
	margin: 2px auto 0;
	width: 500px;
}
#befektetes_kereso {
	margin: 4px auto 0;
	width: 500px;
}
#biztositas_kereso {
	margin: 2px auto 0;
	width: 500px;
}
#szemelyes_info, #tender_info, #oldal_ajanlasa, #fontos_tudnivalok, #kozvetito_adatlapja {
	margin: 10px auto;
	width: 500px;
}
#fobb_adatok, #elerhetoseg, #reszletes_adatok {
 	margin: 10px auto 20px;
	width: 500px;
} 
span.pipe1, span.pipe2 {
	background: url(imgs/pipe.gif) no-repeat;
}
span.pipe1 {
	background-position: 195px;
}
span.pipe2 {
	background-position: 254px;
}
span.stamp {
	position: absolute;
	top: -25px;
	left: -82px;
	width: 139px;
	height: 140px;
	background: url(imgs/special_offers.gif);
}
#billboard {
	float:  left;
	margin: 16px 0 0 30px;
	width: 370px;
	height: 286px;
	background: url(imgs/billboard.gif) left top;
}
#billboard img, #billboard object, #billboard embed {
	margin: 20px 0 0 20px;
}
.pages {
	width: 490px;
	margin: 20px auto;
	padding: 0 5px;
	font-size: 75%;
}
.pages a {
	font-size: 80%;
	color: #333;
	text-decoration: underline;
}
.pages a:hover {
	text-decoration: none;
}
/* -------------------------------------------------------- */
/* FOOTER                                                   */

#footer {
	clear: both;
	padding-left: 10px;
	background: url(imgs/footer.gif);
	height: 34px;
	line-height: 17px;
}
#footer a {
	line-height: 18px;
}

/* -------------------------------------------------------- */
/* BUTTONS, NAVIGATION LINKS                                */

span.button a {
	clear: both;
	float: left;
	padding: 2px 4px;
	/*display: block;*/
	height: 15px;
	line-height: 15px;
	background-color: inherit;
	color: #fff;
	font-size: 85%;
	font-weight: bolder;
}
span.button_blue a {
	background: url(imgs/button_blue.gif) center top no-repeat;
}
span.button_green a {
	background: url(imgs/button_green.gif) center top no-repeat;
}
span.button_purple a {
	background: url(imgs/button_purple.gif) center top no-repeat;
}
span.button_orange a {
	background: url(imgs/button_orange.gif) center top no-repeat;
}
span.button_blue a:hover, span.button_green a:hover, span.button_purple a:hover, span.button_orange a:hover{
	background-position: center -19px;
}
span.navigation_link {
	display: block;
	width: 100%;
	text-align: right;
}
span.navigation_link a {
	position: relative;
	top: 4px;
	right: 24px;
	font-size: 75%;
	line-height: 30px;
}
span.navigation_link a:hover {
	border-bottom: 1px dotted;
}
span.link_purple a {
	color: #bc0047;
}

/* -------------------------------------------------------- */
/* BOXES                                                    */

.special_box, .blue_box, .green_box, .orange_box { 
	background-color: #fff;
}
.special_box .top_row { 
	background: url(imgs/special_box_top_tile.gif) repeat-x;
}
.special_box .top_row div { 
	background: url(imgs/special_box_top_left.gif) left top no-repeat;
}
.special_box .top_row div div { 
	background: url(imgs/special_box_top_right.gif) right top no-repeat; 
}
.special_box .content_row { 
	background: url(imgs/special_box_left_tile.gif) repeat-y;
	width: 100%;
}
.special_box .content_row .content { 
	background: url(imgs/special_box_right_tile.gif) right repeat-y;
}
.special_box .bottom_row { 
	background: url(imgs/special_box_bottom_tile.gif) repeat-x; 
}
.special_box .bottom_row div { 
	background: url(imgs/special_box_bottom_left.gif) left top no-repeat; 
}
.special_box .bottom_row div div { 
	background: url(imgs/special_box_bottom_right.gif) right top no-repeat; 
}
.special_box .top_row, .special_box .top_row div {
	width: 100%; 
	height: 43px; 
	font-size: 1%; 
}
.special_box .bottom_row, .special_box .bottom_row div {
	width: 100%; 
	height: 19px; 
	font-size: 1%; 
}
.special_box .content, .blue_box .conent, .green_box .conent, .orange_box .conent {  
	margin: 0;
	padding: 0;
	width: 100%;
}
#atvett_hirek .blue_box .conent {
	padding: 200px;
}
.special_box .content ul {  
	margin-left: 57px;
	padding-bottom: 5px;
	width: 360px;
}
#special_offer .special_box .content ul {  
	margin-left: 40px;
}
.special_box .content ul a {  
	color: #0d5100;
	font-size: 75%;
	line-height: 24px;
}
.special_box .content ul a:hover {  
	border-bottom: 1px dotted #0d5100;
}
.blue_box .top_row { 
	background: url(imgs/blue_box_top_tile.gif) repeat-x;
}
.blue_box .top_row div { 
	background: url(imgs/blue_box_top_left.gif) left top no-repeat;
}
.blue_box .top_row div .money1 { 
	background: url(imgs/blue_box_top_right1.gif) right top no-repeat; 
}
.blue_box .top_row div .money2 { 
	background: url(imgs/blue_box_top_right2.gif) right top no-repeat; 
}
.blue_box .top_row div .money3 { 
	background: url(imgs/blue_box_top_right3.gif) right top no-repeat; 
} 
.blue_box .content_row { 
	background: url(imgs/blue_box_left_tile.gif) repeat-y;
	width: 100%;
}
.blue_box .content_row .content { 
	background: url(imgs/blue_box_right_tile.gif) right repeat-y;
}
.blue_box .bottom_row { 
	background: url(imgs/blue_box_bottom_tile.gif) repeat-x; 
}
.blue_box .bottom_row div { 
	background: url(imgs/blue_box_bottom_left.gif) left top no-repeat; 
}
.blue_box .bottom_row div div { 
	background: url(imgs/blue_box_bottom_right.gif) right top no-repeat; 
}
.green_box .top_row { 
	background: url(imgs/green_box_top_tile.gif) repeat-x;
}
.green_box .top_row div { 
	background: url(imgs/green_box_top_left.gif) left top no-repeat;
}
.green_box .top_row div .money1 { 
	background: url(imgs/green_box_top_right1.gif) right top no-repeat; 
}
.green_box .top_row div .money2 { 
	background: url(imgs/green_box_top_right2.gif) right top no-repeat; 
}
.green_box .top_row div .money3 { 
	background: url(imgs/green_box_top_right3.gif) right top no-repeat; 
} 
.green_box .content_row { 
	background: url(imgs/green_box_left_tile.gif) repeat-y;
	width: 100%;
}
.green_box .content_row .content { 
	background: url(imgs/green_box_right_tile.gif) right repeat-y;
}
.green_box .bottom_row { 
	background: url(imgs/green_box_bottom_tile.gif) repeat-x; 
}
.green_box .bottom_row div { 
	background: url(imgs/green_box_bottom_left.gif) left top no-repeat; 
}
.green_box .bottom_row div div { 
	background: url(imgs/green_box_bottom_right.gif) right top no-repeat; 
}
.orange_box .top_row { 
	background: url(imgs/orange_box_top_tile.gif) repeat-x;
}
.orange_box .top_row div { 
	background: url(imgs/orange_box_top_left.gif) left top no-repeat;
}
.orange_box .top_row div .money1 { 
	background: url(imgs/orange_box_top_right1.gif) right top no-repeat; 
}
.orange_box .top_row div .money2 { 
	background: url(imgs/orange_box_top_right2.gif) right top no-repeat; 
}
.orange_box .top_row div .money3 { 
	background: url(imgs/orange_box_top_right3.gif) right top no-repeat; 
} 
.orange_box .content_row { 
	background: url(imgs/orange_box_left_tile.gif) repeat-y;
	width: 100%;
}
.orange_box .content_row .content { 
	background: url(imgs/orange_box_right_tile.gif) right repeat-y;
}
.orange_box .bottom_row { 
	background: url(imgs/orange_box_bottom_tile.gif) repeat-x; 
}
.orange_box .bottom_row div { 
	background: url(imgs/orange_box_bottom_left.gif) left top no-repeat; 
}
.orange_box .bottom_row div div { 
	background: url(imgs/orange_box_bottom_right.gif) right top no-repeat; 
}
#hitel_kereso .kereso_box .top_row { 
	background: url(imgs/hitel_kereso_box_top_tile.gif) repeat-x;
}
#hitel_kereso .kereso_box .top_row div { 
	background: url(imgs/hitel_kereso_box_top_left.gif) left top no-repeat;
}
#hitel_kereso .kereso_box .top_row div div { 
	background: url(imgs/hitel_kereso_box_top_right.gif) right top no-repeat; 
}
#hitel_kereso .kereso_box .content_row { 
	background: url(imgs/hitel_kereso_box_left_gradient.gif) no-repeat;
	width: 100%;
}
#hitel_kereso .kereso_box .content_row .content { 
	background: url(imgs/hitel_kereso_box_right_gradient.gif) right top no-repeat;
}
#hitel_kereso .kereso_box .bottom_row { 
	background: url(imgs/hitel_kereso_box_bottom_tile.gif) repeat-x; 
}
#hitel_kereso .kereso_box .bottom_row div { 
	background: url(imgs/hitel_kereso_box_bottom_left.gif) left top no-repeat; 
}
#hitel_kereso .kereso_box .bottom_row div div { 
	background: url(imgs/hitel_kereso_box_bottom_right.gif) right top no-repeat; 
}
#befektetes_kereso .kereso_box .top_row { 
	background: url(imgs/befektetes_kereso_box_top_tile.gif) repeat-x;
}
#befektetes_kereso .kereso_box .top_row div { 
	background: url(imgs/befektetes_kereso_box_top_left.gif) left top no-repeat;
}
#befektetes_kereso .kereso_box .top_row div div { 
	background: url(imgs/befektetes_kereso_box_top_right.gif) right top no-repeat; 
}
#befektetes_kereso .kereso_box .content_row { 
	background: url(imgs/befektetes_kereso_box_left_gradient.gif) no-repeat;
	width: 100%;
}
#befektetes_kereso .kereso_box .content_row .content { 
	background: url(imgs/befektetes_kereso_box_right_gradient.gif) right top no-repeat;
}
#befektetes_kereso .kereso_box .bottom_row { 
	background: url(imgs/befektetes_kereso_box_bottom_tile.gif) repeat-x; 
}
#befektetes_kereso .kereso_box .bottom_row div { 
	background: url(imgs/befektetes_kereso_box_bottom_left.gif) left top no-repeat; 
}
#befektetes_kereso .kereso_box .bottom_row div div { 
	background: url(imgs/befektetes_kereso_box_bottom_right.gif) right top no-repeat; 
}
#biztositas_kereso .kereso_box .top_row { 
	background: url(imgs/biztositas_kereso_box_top_tile.gif) repeat-x;
}
#biztositas_kereso .kereso_box .top_row div { 
	background: url(imgs/biztositas_kereso_box_top_left.gif) left top no-repeat;
}
#biztositas_kereso .kereso_box .top_row div div { 
	background: url(imgs/biztositas_kereso_box_top_right.gif) right top no-repeat; 
}
#biztositas_kereso .kereso_box .content_row { 
	background: url(imgs/biztositas_kereso_box_left_gradient.gif) no-repeat;
	width: 100%;
}
#biztositas_kereso .kereso_box .content_row .content { 
	background: url(imgs/biztositas_kereso_box_right_gradient.gif) right top no-repeat;
}
#biztositas_kereso .kereso_box .bottom_row { 
	background: url(imgs/biztositas_kereso_box_bottom_tile.gif) repeat-x; 
}
#biztositas_kereso .kereso_box .bottom_row div { 
	background: url(imgs/biztositas_kereso_box_bottom_left.gif) left top no-repeat; 
}
#biztositas_kereso .kereso_box .bottom_row div div { 
	background: url(imgs/biztositas_kereso_box_bottom_right.gif) right top no-repeat; 
}
.gradient_box .top_row, .gradient_box .top_row div, .hatch_box .top_row, .hatch_box .top_row  div { 
	width: 100%; 
	height: 18px; 
	font-size: 1%; 
}
.gradient_box .top_row { 
	background: url(imgs/gradient_box_top_tile.gif) repeat-x;
}
.gradient_box .top_row div { 
	background: url(imgs/gradient_box_top_left.gif) left top no-repeat;
}
.gradient_box .top_row div div, .hatch_box .top_row div div  { 
	background: url(imgs/gradient_box_top_right.gif) right top no-repeat; 
}
.content_row_small { 
	background: url(imgs/gradient_box_left_gradient_small.gif) no-repeat;
	width: 100%;
}
.content_row_small .content { 
	background: url(imgs/gradient_box_right_gradient_small.gif) right top no-repeat;
}
.content_row_medium { 
	background: url(imgs/gradient_box_left_gradient_medium.gif) no-repeat;
	width: 100%;
}
.content_row_medium .content { 
	background: url(imgs/gradient_box_right_gradient_medium.gif) right top no-repeat;
}
.content_row_large { 
	background: url(imgs/gradient_box_left_gradient_large.gif) no-repeat;
	width: 100%;
}
.content_row_large .content { 
	background: url(imgs/gradient_box_right_gradient_large.gif) right top no-repeat;
}
.gradient_box .content, .hatch_box .content {
	padding: 0 20px;
}
ul.list_container {
	width: 100%;
	position: relative;
	top: 10px;
	padding-bottom: 20px;
}
.gradient_box ul ul, .hatch_box ul ul {
	clear: both;
	overflow: auto;
}
.gradient_box ul ul li, .hatch_box ul ul li {
	width: 49.5%;
	font-size: 80%;
	line-height: 20px;
}
li.l {
	float: left;
	text-align: right;
}
li.r {
	float: right;
	text-align: left;
}
.hatch_box .top_row { 
	background: url(imgs/hatch_box_top_tile.gif) repeat-x;
}
.hatch_box .top_row div {
	background: url(imgs/hatch_box_top_left.gif) left top no-repeat;
}
.hatch_box { 
	background: url(imgs/hatch_box_head_tile.gif) 0 18px repeat-x;
}
.hatch_fix_box {
	position: relative;
	margin: 10px auto;
	width: 500px;
	height: 166px;
	background: url(imgs/hatch_fix_box.gif) no-repeat;
}
.hatch_fix_box span.button {
	position: absolute;
	top: 123px;
	right: 30px;
}

.hatch_fix_box ul {
    font-size: 80%;
	line-height: 18px;
	margin: 12px 0 0 70px;
}
.blue_box .top_row, .blue_box .top_row div, .green_box .top_row, .green_box .top_row div, .orange_box .top_row, .orange_box .top_row div {
	width: 100%; 
	height: 32px; 
	font-size: 1%; 
}
.kereso_box .top_row, .kereso_box .top_row div {
	width: 100%; 
	height: 49px; 
	font-size: 1%; 
}
.blue_box .bottom_row, .blue_box .bottom_row div, .green_box .bottom_row, .green_box .bottom_row div, .orange_box .bottom_row, .orange_box .bottom_row div, .kereso_box .bottom_row, .kereso_box .bottom_row div {
	width: 100%; 
	height: 18px; 
	font-size: 1%; 
	clear: both;
}
.blue_box .content ul, .green_box .content ul, .orange_box .content ul {  
	margin-left: 20px;
	width: 164px;
}
.blue_box .content ul a, .green_box .content ul a, .orange_box .content ul a {  
	font-size: 75%;
	line-height: 22px;
}
.blue_box .content ul a{  
	color: #002849;
}
.green_box .content ul a{  
	color: #264900;
}
.orange_box .content ul a{  
	color: #924400;
}
.blue_box .content ul a:hover {  
	border-bottom: 1px dotted #002849;
}
.green_box .content ul a:hover {  
	border-bottom: 1px dotted #264900;
}
.orange_box .content ul a:hover {  
	border-bottom: 1px dotted #924400;
}
span.box_title {
	position: relative;
	top: 18px;
	left: 20px;
	font-size: 85%;
	font-weight: bolder;
	text-transform: uppercase;
}
.blue_box span.box_title, .green_box span.box_title, .orange_box span.box_title {
	top: 16px;
}
.kereso_box span.box_title {
	top: 23px;
}
#befektetes_kereso .kereso_box span.box_title {
	top: 21px;
}
span.title_blue {
	color: #4bbad2;
}
span.title_green {
	color: #b2c555;
}
span.title_orange {
	color: #ff7905;
}
span.title_hitel {
	color: #c4d22d;
}
span.title_befektetes {
	color: #9ac91e;
}
span.title_biztositas {
	color: #48902f;
}
span.title_gradient {
	color: #448ea6;
	top: 1px;
}
#fundamenta {
	position: relative;
	top: 2px;
	width: 500px;
	height: 201px;
	margin: 0 auto;
	background: url(imgs/fundamenta.gif);
}
form#fundamenta_box {
	position: absolute;
	top: 90px;
}
form#fundamenta_box select, .kereso_box select, .gradient_box select {
	width: 200px;
	height: 21px;
	margin-bottom: 7px;
}
form#fundamenta_box select#idotav {
	width: 130px;
}
form#fundamenta_box label {
	clear: both;
	float: left;
	padding-right: 16px;
	width: 162px;
	color: #9d1b02;
	text-align: right;
	line-height: 20px;
}
#fundamenta span.button a {
	position: absolute;
	top: 147px;
	right: 110px;
}
.kereso_box form, .gradient_box form {
	position: relative;
}
.gradient_box form {
	padding-top: 14px;
}
form#oldal_ajanlasa_box {
	padding-top: 0;
}
.kereso_box select, .gradient_box select {
	margin-bottom: 14px;
}
.kereso_box label, .gradient_box label {
	clear: both;
	float: left;
	padding-right: 16px;
	width: 190px;
	text-align: right;
	line-height: 20px;
}
.gradient_box label.radio_label {
	clear: both;
	float: left;
	width: 100px;
	background: #ccc;
}
.kereso_box input, .gradient_box input {
	margin-bottom: 14px;
	color: #333;
	width: 160px;
}
.gradient_box input, .gradient_box textarea {
	width: 228px;
}
.gradient_box select {
	width: 238px;
}
.radio_container {
	float: left;
	width: 238px;
	padding-bottom: 14px;
}
.radio_container span {
	float: left;
	margin-right: 15px;
}
.radio_container label {
   clear: both;
	width: 41px;
	display: block;
	margin: 0;
	padding: 0;
}
.radio_container input {
	float: left;
	width: 12px;
	border: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.kereso_box form {
	padding-top: 5px;
}
.kereso_box fieldset {
	margin: 6px 0 0 84px;
	padding-bottom: 10px;
}
.kereso_box fieldset input {
	border: 0;
	margin-bottom: auto;
	width: auto;
}
label.non_clear {
	clear: none;
}
.kereso_box fieldset label {
	width: 350px;
	line-height: 24px;
	text-align: left;
}
.kereso_button_container {
	clear: both;
	width: 325px;
	height: 19px;
	margin: 5px auto 0;
	padding-bottom: 12px;
}
.kereso_button_container span.button {
	float: left;
	margin: 0 2px;
}
span.questionmark a {
	position: absolute;
	top: 105px;
	top: 40px;
	right: 104px;
	width: 15px;
	height: 20px;
	line-height: normal;
	background: url(imgs/questionmark.gif);
}
span.information a {
	float: left;
	width: 15px;
	height: 20px;
	background: url(imgs/information.gif) center no-repeat;
}
span.disteance1 a {
	margin-left: -84px;
}
span.disteance2 a {
	margin-left: -200px;
}

/* -------------------------------------------------------- */
/* CUSTOM CLASSES                                           */

.float_left {
	float: right;
}
.float_right{
	float: left;
}
.clear_float {
	clear:both;
	height:0;
	font-size: 1%;
	line-height: 0px;
}
.login_text {
	font-size: 12px;
	color: #FFF;
	padding: 0 20px;
}
.login_link {
	font-size: 11px;
	font-weight: bold;
	color: #005a7a;
}
.login_link:hover {
	color: #FFF;
}
.logged_in {
	padding-top: 10px;
	padding-left: 20px;
}
.login_textnowhite {
	font-size: 12px;
	color: #005a7a;
	padding: 0 -20px;
}

.footer_text {
	padding: 20px 20px 20px 20px;
	font-size: 11px;
}
