/* Budapest Autófinanszírozás CSS */ /* continue yes-no dialog */
div.dialog {
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	width: 348px;
	height: 77px;
	background: white url('../img/popup_bg_yesno.png') left top	no-repeat;
	z-index: 1001;
	margin-top: -33px; /* make this half your image/element height */
	margin-left: -178px; /* make this half your image/element width */
}

div.dialog div.txt {
	display: block;
	padding: 15px 0 0 0;
	width: 348px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

div.dialog div.buttons {
	display: block;
	padding: 0 0 0 106px;
	width: 242px;
	height: 23px;
}

div.dialog div.buttons span.btncont {
	float: left;
	padding: 0 11px 0 0;
}


/* fizert dialog */
div.fizert2 {
	display: block;
	margin: 0 auto;
	width: 408px;
	height: 450px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9001;
	margin-top: -225px; /* make this half your image/element height */
	margin-left: -204px; /* make this half your image/element width */
	text-align: left;
}

/* help dialog */
div.pwhelp {
	display: block;
	margin: 0 auto;
	width: 408px;
	height: 450px;	
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9001;
	margin-top: -225px; /* make this half your image/element height */
	margin-left: -204px; /* make this half your image/element width */
	text-align: left;	
}
div.pwhelp div.header{
	background: transparent url('../img/popup_progress.png') left top
		no-repeat;
	display: block;
	width: 408px;
	padding: 26px 0 0 0;
	height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
div.pwhelp p {
	background: white;
	display: block;
	padding: 5px 15px 15px 15px;
	width: 378px;
	font-size: 12px;
	color: #666;
}

/* lost dialog */
div.pwlost {
	display: block;
	margin: 0 auto;
	width: 408px;
	height: 356px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9001;
	margin-top: -225px; /* make this half your image/element height */
	margin-left: -204px; /* make this half your image/element width */
	text-align: left;
}

div.pwlost div.header{
	background: transparent url('../img/popup_progress.png') left top
		no-repeat;
	display: block;
	width: 408px;
	padding: 26px 0 0 0;
	height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
div.pwlost belso{
  background: #ffffff;
}

div.pwlost p {
	background: #ffffff;
	display: block;
	padding: 15px 15px 15px 15px;
	width: 378px;
	font-size: 12px;
	color: #666;
}



div.pwlost div.belso div.formcont2 {
	float: left;
	display: inline;
	margin: 0 0 45px 0;
	padding: 0 12px 0 14px;
	width: 382px;
	height: 205px;
  background: #fff;
}

div.pwlost div.belso div.formcont2 div.formrow
	{
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 9px 0;
	width: 382px;
	height: 40px;
}

div.pwlost div.belso div.formcont2 div.errorrowlost
	{
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 9px 0;
	width: 374px;
	height: 40px;
  color: red;
}

div.pwlost div.belso div.formcont2 div.formrow div.labelcont
	{
	float: left;
	display: inline;
	padding: 2px 10px 0 10px;
	width: 95px;
}

div.pwlost div.belso div.formcont2 div.formrow div.inputcont
	{
	float: left;
	display: inline;
	width: 119px;
	font-size: 11px;
	font-weight: bold;
}

div.pwlost div.belso div.formcont2 div.formrow div.inputcont input
	{
	padding: 2px;
	width: 113px;
	height: 14px;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #fbfbfb;
}

div.pwlost div.belso div.formcont2 div.submitcontlost
	{
	float: left;
	display: inline;
	margin: 6px 0 0 0;
  padding: 10px 0 10px 0;
	width: 382px;
	height: 24px;
	text-align: center;
  background: #f4f5f2;
}

div.pwlost div.belso div.formcont2 div.submitcontlost input.sendbtn
	{
	width: 61px;
	height: 23px;
	border: none !important;
	background: transparent url('../img/btn_send.png') left top no-repeat;
	color: transparent;
	cursor: pointer;
}

div.pwlost div.belso div.formcont2 div.vissza
	{
	float: left;
	display: inline;
	margin: 6px 0 0 0;
  padding: 10px 0 10px 0;
	width: 382px;
	height: 24px;
	text-align: left;
}


/* progress dialog */
div.progress {
	display: block;
	margin: 0 auto;
	width: 408px;
	height: 70px;
	background: url('../img/popup_progress.png') left top
		no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9001;
	margin-top: -30px; /* make this half your image/element height */
	margin-left: -204px; /* make this half your image/element width */
	text-align: center;	
}

div.progress div.txt {
	display: block;
	padding: 27px 0 0 5px;
	width: 378px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

/* choose contract dialog */
div.choosecontract {
	display: block;
	position: absolute;
	margin: 0 auto;
	/*width: 897px;
	width: 920px;*/
	left: 50%;
	/*top: 100px;*/
	height: 540px;
	top: 50%;
	margin-top: -270px; /* make this half your image/element height */
	margin-left: -448px; /* make this half your image/element width */
	z-index: 1001;
}

div.choosecontract div.ptop {
	float: left;
	width: 897px;
	height: 15px;
	background: transparent url('../img/popup_choose_top.png') left top
		no-repeat;
}

div.choosecontract div.pbottom {
	float: left;
	width: 897px;
	height: 15px;
	background: transparent url('../img/popup_choose_bottom.png') left top
		no-repeat;
}

div.choosecontract div.pbody {
	float: left;
	padding: 0 16px 50px 16px;
	width: 863px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background: #fff;
	height: 460px;
	overflow-y: auto;
	overflow-x: none;
}

div.choosecontract div.pbody a.more:link,div.choosecontract div.pbody a.more:visited,div.choosecontract div.pbody a.more:hover,div.choosecontract div.pbody a.more:active
	{
	padding: 0 0 0 17px;
	background: transparent url('../img/ico_lnkbullet.gif') left -1px
		no-repeat;
}

div.choosecontract div.pbody h2.dtitle {
	float: left;
	padding: 0 0 0 37px;
	width: 668px;
	height: 26px;
	background: #fff;
	font-size: 14px;
	color: #5abac4;
}

div.choosecontract div.pbody div.lnkcont {
	float: right !important;
	padding: 6px 0 0 0;
	width: 156px;
	height: 20px;
	text-align: right;
	color: #5abac4 !important;
}

div.choosecontract div.pbody div.lnkcont a.lbAction{
	color: #666666 !important;
}



div.choosecontract div.pbody div.tcont {
	float: left;
	width: 863px;
	background: transparent url('../img/bg_choosedialog_thead.gif') left top
		no-repeat;
}

div.choosecontract div.pbody div.tcont table {
	float: left;
	padding: 0;
	margin: 0;
	width: 863px;
	border-collapse: collapse;
}

div.choosecontract div.pbody div.tcont table thead tr.header {
	height: 42px;
}

div.choosecontract div.pbody div.tcont table thead tr td {
	padding-top: 8px;
	height: 34px;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
}

div.choosecontract div.pbody div.tcont table thead tr td.col1 {
	padding: 8px 0 0 39px;
}

div.choosecontract div.pbody div.tcont table tbody tr.first td {
	height: 27px;
	vertical-align: middle;
	border-bottom: 1px solid #cfcfcf;
}

div.choosecontract div.pbody div.tcont table tbody tr td {
	height: 27px;
	vertical-align: middle;
	border-bottom: 1px solid #cfcfcf;
}

div.choosecontract div.pbody div.tcont table tbody tr td.col1 {
	padding-left: 39px;
}

div.choosecontract div.pbody div.tcont table tbody tr td.col4 {
	font-weight: bold;
}

div.choosecontract div.pbody div.tcont table tbody tr td.col4.alert {
	font-weight: bold;
	color: #5abac4;
}

/* feedback dialog */
div.feedback {
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 897px;
	left: 50%;
	/*top: 50%;*/
	height: 540px;
	top: 50%;
	margin-top: -270px; /* make this half your image/element height */
	margin-left: -448px; /* make this half your image/element width */
	z-index: 1001;
}

div.feedback div.ptop {
	float: left;
	width: 897px;
	height: 15px;
	background: transparent url('../img/popup_choose_top.png') left top
		no-repeat;
}

div.feedback div.pbottom {
	float: left;
	width: 897px;
	height: 15px;
	background: transparent url('../img/popup_choose_bottom.png') left top
		no-repeat;
}

div.feedback div.pbody {
	float: left;
	padding: 0 16px 50px 16px;
	width: 863px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background: #fff;
	height: 460px;
	overflow-y: auto;
	overflow-x: none;
}

div.feedback div.pbody a.more:link,div.feedback div.pbody a.more:visited,div.feedback div.pbody a.more:hover,div.feedback div.pbody a.more:active
	{
	padding: 0 0 0 17px;
	background: transparent url('../img/ico_lnkbullet.gif') left -1px
		no-repeat;
}

div.feedback div.pbody div.lnkcont {
	float: right !important;
	padding: 6px 0 0 0;
	width: 156px;
	height: 20px;
	text-align: right;
	color: #5abac4 !important;
}

div.feedback div.pbody div.lnkcont a.lbAction{
	color: #666666 !important;
}

/* email form dialog */
div.emailform {
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 897px;
	left: 50%;
	/*top: 50%;*/
	height: 540px;
	top: 50%;
	margin-top: -270px; /* make this half your image/element height */
	margin-left: -448px; /* make this half your image/element width */
	z-index: 1001;
}

div.emailform div.ptop {
	float: left;
	width: 897px;
	height: 15px;
	background: transparent url('../img/popup_choose_top.png') left top
		no-repeat;
}

div.emailform div.pbottom {
	float: left;
	width: 897px;
	height: 15px;
	background: transparent url('../img/popup_choose_bottom.png') left top
		no-repeat;
}

div.emailform div.pbody {
	float: left;
	padding: 0 0 0 68px;
	width: 827px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background: #fff;
	height: 460px;
	overflow-y: auto;
	overflow-x: none;
}

div.emailform div.pbody a.more:link,
div.emailform div.pbody a.more:visited,
div.emailform div.pbody a.more:hover,
div.emailform div.pbody a.more:active
	{
	padding: 0 0 0 17px;
	background: transparent url('../img/ico_lnkbullet.gif') left -1px
		no-repeat;
}

div.emailform div.pbody div.lnkcont {
	float: right !important;
	padding: 6px 0 0 0;
	width: 156px;
	height: 20px;
	text-align: right;
	color: #5abac4 !important;
}

div.emailform div.pbody div.lnkcont a.lbAction{
	color: #666666 !important;
}


/* fizert dialog */
div.fizert {
	display: block;
	position: absolute;
	margin: 0 auto;
	width: 964px;
	left: 50%;
	/*top: 50%;*/
	height: 640px;
	top: 50%;
	margin-top: -320px; /* make this half your image/element height */
	margin-left: -488px; /* make this half your image/element width */
	z-index: 1001;
}

div.fizert div.ptop {
	float: left;
	width: 964px;
	height: 5px;
	background: transparent url('../img/popup_fizert_top.png') left top
		no-repeat;
}

div.fizert div.ptop div.huzo {
	float: left;
	width: 964px;
	height: 1px;

}

div.fizert div.pbottom {
	float: left;
	width: 964px;
	height: 25px;
	background: transparent url('../img/popup_fizert_bottom.png') left bottom
		no-repeat;
}

div.fizert div.pbody {
	float: left;
	padding: 0 0px 0px 0px;
	width: 962px;
	background: #fff;
	height: 580px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	overflow-y: none;
	overflow-x: none;
}

div.fizert div.pbody a.more:link,div.fizert div.pbody a.more:visited,div.fizert div.pbody a.more:hover,div.fizert div.pbody a.more:active
	{
	padding: 0 0 0 25px;
	background: transparent url('../img/ico_lnkbullet.gif') left -1px
		no-repeat;
}

div.fizert div.ptop div.lnkcont2, div.fizert div.pbottom div.lnkcont2, div.fizert div.pbody div.lnkcont2 {
	float: right !important;
	padding: 4px 10px 6px 7px;
	width: 945px;
	height: 15px;
	text-align: right;
	color: #5abac4 !important;
}

div.fizert div.pbody div.lnkcont a.lbAction{
	color: #666666 !important;
}