/* Modalbox */
#simplemodal-overlay {
	background-color: #000;
	cursor: wait;
}

#simplemodal-container {
	padding: 12px;
	width: 370px;
	height: 250px;
	color: #BBB;
	background-color: #FFF;
	border: 4px solid #E3E3E4;
}

#simplemodal-container code {
	margin-bottom: 12px;
	padding: 4px 6px 6px;
	color: #BBB;
	background: #141414;
	border-left: 3px solid #65B43D;
	display: block;
}

#simplemodal-container a {
	color: #DDD;
}

#simplemodal-container a.modalCloseImg {
	width: 25px;
	height: 29px;
	display: inline;
	position: absolute;
	top: -15px;
	right: -16px;
	background: url(../spotsjob.hu/img/x.png) no-repeat;
	cursor: pointer;
	z-index: 3200;
}

#simplemodal-container #basic-modal-content {
	padding: 8px;
}

*html #simplemodal-container a.modalCloseImg {
	width: 22px;
	height: 26px;
	right: -14px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/basic/x.png',sizingMethod='scale');
}

#simplemodal-container a.modalCloseImg {
	*width: 22px;
	*height: 26px;
	*right: -14px;
	*background: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../spotsjob.hu/img/x.png',sizingMethod='scale');
}

/* Bejelentkezes */
#loginbox {
	width: auto;
	display: none;
	font-family: Arial;
	font-size: 14px;
	color: #484949;
}

#loginbox h1 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#loginbox p {
	line-height: 29px;
	font-weight: bold;
}

#loginbox span {
	width: 100%;
	display: table;
}

#loginbox p.submit {
	margin-top: 10px;
	text-align: right;
}

#loginbox input.inputbox {
  	width: 341px;
	height: 29px;
	line-height: 29px;
	color: #484949;
	background-image: url(../spotsjob.hu/img/bg_inputbox.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 14px;
	text-indent: 5px;
	border: 0;
}

#loginbox input.submit {
  	width: 168px;
	height: 37px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../spotsjob.hu/img/bg_submit_elkuldom2.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
}

