/* RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	vertical-align: baseline;
    outline: none;
    -moz-outline: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }

a img { border: none; }

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	vertical-align: baseline;
    outline: none;
    -moz-outline: none;
}

select {
    width: 82px;
    height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
    padding: 0;
	font-style: normal;
	vertical-align: baseline;
    outline: none;
    -moz-outline: none;
}

/* GLOBAL */
body {
	padding: 6px 0 0 19px;

}

div.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.strong {
	font-weight: bold;
}

a {
	cursor:pointer;
}

a:hover {
	cursor:pointer;
}

/* STRUCTURE */

#pHeader {
    float: left;
	width: 952px;
	height: 62px;
    /*padding-bottom: 19px;*/
}

#pProgressBar {
    float: left;
	width: 952px;
	height: 70px;
	margin: 0;
	background: #e7e7e7;
}

#pContent {
    float: left;
	width: 750px;
	margin: 17px 0 0 0;
}

#pFootButtons {
    float: left;
	width: 738px;
	height: 11px;
	margin: 10px 0 0 0;
	padding: 10px 12px 10px 12px;
	background: #f6f6f6;
}

#pFooter {
	float: left;
	width: 952px;
	height: 11px;
	margin: 24px 0 0 0;
	padding: 19px 0 15px 0;
	background: url(../img/bg_footer.gif) no-repeat left top;
	font-size: 10px;
    line-height: 13px;
	color: #666;
}

#pFooter p {
    font-size: 10px;
    line-height: 14px;
}

/* PROGRESS BAR */

#pProgressBar li {
	display: block;
	float: left;
	width: 150px;
	height: 62px;
	padding: 8px 15px 0 10px;
	background: #E7E7E7 url(../img/bg_status_sep.gif) no-repeat right top;
}

#pProgressBar li.First {
	padding-left: 20px;
}

#pProgressBar li.Third {
	background: none;
}

#pProgressBar ul.actFirst li.First {
	background: #CCC url(../img/bg_status_sep-act-left.gif) no-repeat right top;
}

#pProgressBar ul.actSecond li.Second {
	background: #CCC url(../img/bg_status_sep-act-left.gif) no-repeat right top;
}
#pProgressBar ul.actSecond li.First {
	background: url(../img/bg_status_sep-act-right.gif) no-repeat right top;
}

#pProgressBar ul.actThird li.Third {
	background: #CCC url(../img/bg_status_sep-act-left.gif) no-repeat right top;
}
#pProgressBar ul.actThird li.Second {
	background: url(../img/bg_status_sep-act-right.gif) no-repeat right top;
}

#pProgressBar li .number {
	display: block;
	width: 14px;
	height: 15px;
	background: #000;
	color: #FFF;
	text-align: center;
}

#pProgressBar li .name {
	display: block;
	margin: 5px 0 0 0;
}

/* CONTENT */

#pContent h1 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}

#pContent p.titleLead {
	margin: 0 0 18px 0;
}

/* FOOT BUTTONS */

#pFootButtons a.btnBack {
	display: block;
	height: 10px;
	float: left;
	padding: 1px 0 0 16px;
	background: url(../img/btn_back.gif) no-repeat left center;
	font-size: 11px;
	color: #e20074;
	line-height: 11px;
	text-decoration: none;
}

#pFootButtons a.btnForward {
	display: block;
	height: 10px;
	float: right;
	padding: 1px 16px 0 0;
	background: url(../img/btn_forward.gif) no-repeat right center;
	font-size: 11px;
	color: #e20074;
	line-height: 11px;
	text-decoration: none;
}

#pFootButtons a.btnNext {
	display: block;
	float: right;
	height: 16px;
	border-left: 1px solid #d4d0c8;
	border-top: 1px solid #d4d0c8;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	text-decoration: none;
}

#pFootButtons input.btnNext {
    display: block;
    float: right;
	height: 18px;
	background: #e20074 url(../img/btn_next.gif) 100% 4px no-repeat;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	padding: 2px 9px 6px 3px;
	text-transform: uppercase;
	border-left: 1px solid #d4d0c8;
	border-top: 1px solid #d4d0c8;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
    cursor: pointer;
}

#pFootButtons a.btnNext span {
	display: block;
	height: 14px;
	padding: 0 14px 0 5px;
	border-left: 1px solid #f93198;
	border-top: 1px solid #f93198;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: #e20074 url(../img/btn_next.gif) no-repeat right center;
	font-size: 8px;
	line-height: 14px;
	color: #FFF;
	text-transform: uppercase;
}

#pFootButtons a.btnPrint {
	display: block;
	float: left;
	height: 16px;
	border-left: 1px solid #d4d0c8;
	border-top: 1px solid #d4d0c8;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	text-decoration: none;
}

#pFootButtons a.btnPrint span {
	display: block;
	height: 14px;
	padding: 0 5px 0 5px;
	border-left: 1px solid #f93198;
	border-top: 1px solid #f93198;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: #e20074;
	font-size: 8px;
	line-height: 14px;
	color: #FFF;
	text-transform: uppercase;
}


#pFootButtons.extended {
	float: left;
	height: 18px;
    overflow: hidden;
}

#pFootButtons.extended a.btnBack,
#pFootButtons.extended a.btnForward {
	margin: 4px 0 0 0;
}

#pFootButtons.noBg {
	background: none;
}




/*
[css-szabĂĄlynĂŠv] {
position: static;
top: 0;
left: 0;
display: block;
float: left;
clear: both;
width: auto;
height: auto;
padding: 0;
margin: 0;
border: 1px solid red;
font: normal normal normal 11px/15px Arial, Helvetica, sans-serif;
color: #000;
}

.mtunifiedpayment {

}

#mtunifiedlogin {

}
*/