/* GOMBOK */

button.start {
    background-image: url(img/buttons/order.gif);
    width: 108px;
    height: 26px;
}
button.createPsw {
    background-image: url(img/buttons/password.gif);
    width: 128px;
    height: 25px;
}
button.loadData {
    background-image: url(img/buttons/load.gif);
    width: 141px;
    height: 25px;
}
.rightTagOff {
    background-image: url(img/content/rightTagOff.gif);
    width: 222px;
}
.rightTagOn {
    background-image: url(img/content/rightTagOn.gif);
    width: 222px;
	cursor:auto;
}
.leftTagOn {
    background-image: url(img/content/leftTagOn.gif);
    width: 221px;
	cursor:auto;
}
.leftTagOff {
    background-image: url(img/content/leftTagOff.gif);
    width: 221px;
}

.rightTagOff, .rightTagOn, .leftTagOn, .leftTagOff {
    font-size: 14px;
    font-weight: bold;
    height: 73px;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin:0
}
fieldset {
	width: 401px;
	border-left: solid 1px #A9ABAD;
	border-right: solid 1px #A9ABAD;
	padding: 20px;
}
legend {
	font-weight: bold;
}
.row {
	clear:both;
}
fieldset label {
	float:left;
	width:130px;
	white-space: nowrap;
	font-weight:bold;
	font-size: 14px;
	text-align: right;
}
fieldset input, fieldset select, input.mini, div.mini {
	float:left;
	width: 225px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 8px;
	background-color: #F1F1F2;
	border: solid 1px #C7C9CB;
}
input.mini, div.mini {
	white-space: nowrap;
	text-align: right;
	width: 80px;
	white-space: nowrap;
}
div.mini {
	background-color: white;
	border-color: white;
}
input.selector {
	float: none;
	width: auto;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border: none;
}
#orderbox {
/*    margin-top: 37px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
	color: #CE252C;*/
    background-image: url(img/content/fileSelect.jpg);
    background-repeat: repeat-y;
    background-color: #CE252C;
	color: white;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    padding: 5px;
    text-align: center;
}

.listbox {
	margin-bottom:18px;
}
.preorder {
	margin-bottom:48px;
}
.preorder img {
	margin-bottom:10px;
	display: block;
}
.preorder button {
	margin: 0 auto;
	display: block;
}
.preorder div.rBox {
	float: left;
	width: 367px;
	padding-left: 13px;
}
.preorder div.left {
	float: left;
}

#arrow, #arrow2 {
    float: right;
    width: 120px;
    height: 28px;
    background-image: url(img/buttons/arrow.gif);
    cursor: pointer;
}
#arrow2 {
	margin-top:13px;
    background-image: url(img/buttons/arrow2.gif);
}
#formAll {
    width: 444px;
    margin: 0 auto;
}
.fileSelect {
    background-image: url(img/content/fileSelect.jpg);
    background-repeat: repeat-y;
    background-color: #CE252C;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    float: left;
}

#openHelp {
	float: right;
	margin-top: 16px;
}

#help {
	border: 2px solid #CE252C;
	display: none;
	padding: 10px;
	width: 510px;
	position: absolute;
	background-color: #FFFFFF;
}
.steps {
	background-repeat: no-repeat;
	padding-left: 55px;
	-height: 55px;
	min-height:55px;
}
#step1 {
	background-image: url(img/content/step1.gif);
}
#step2 {
	background-image: url(img/content/step2.gif);
}
#step3 {
	background-image: url(img/content/step3.gif);
}
#step4 {
	background-image: url(img/content/step4.gif);
}

/* BÓNUSZ */
#bonusLink {
	padding:5px;
	margin-bottom:10px;
	text-align:center;
}
#bonusLink a {
	color:#CE252C;
}
#bonusPopup {
	position: absolute;
	border: 2px solid #CE252C;
	padding:10px;
	background-color:#FFF;
	width: 500px;
	left:0;
}
#bonusPopup button {
	font-size: 11px;
	color: #FFF;
	background-color: #CE252C;
	text-align: center;
	height: 47px;
	white-space: normal;
	padding: 0px;
}

#bonusNo {
	background-image: url(img/buttons/bonusNo.jpg);
	width: 163px;
	float:right;
}
#bonusOk {
	background-image: url(img/buttons/bonusOk.jpg);
	width: 243px;
	float:left;
}
