@charset "UTF-8";

html {
	overflow: auto;
	height: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 100%;
}
div {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}


#top {
    

		width: 100%;
		height: 64px;
		background: #fff url(../images/popup/bg.png) repeat-x;
		position: relative;
		min-width: 1015px;
	}
	#logo {
		width: 182px;
		height: 52px;
		position: absolute;
		top: 6px;
		left: 6px;
	}
	#infobg {
		width: 523px;
		height: 52px;
		position: absolute;
		top: 6px;
		left: 194px;
		background: transparent url(../images/popup/infobg.gif);
	}
	#title {
		width: 503px;
		height: 52px;
		position: absolute;
		top: 13px;
		left: 202px;
		font-size: 12px;
	}
	#subtitle {
		width: 503px;
		height: 52px;
		position: absolute;
		top: 39px;
		left: 202px;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
	}
	#closewindow {
		
		height: 16px;
		position: absolute;
		top: 4px;
		right: 5px;
	}
	#removebar {
		
		height: 16px;
		position: absolute;
		top: 23px;
		right: 5px;
	}
	#print {
		
		height: 16px;
		position: absolute;
		top: 43px;
		right: 5px;
	}
	#share {
		width: 130px;
		height: 20px;
		position: absolute;
		top: 6px;
		left: 731px;
	}
	#save-job {
	   width: 130px;
	   height: 20px;
	   position: absolute;
	   top:26px;
	   left:731px;
	}


#middle {
	/*height: 520px;*/
	clear: both;
	height: 710px;
}

iframe#jobad {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

#bottom {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	
}
#bottom.bottombar {
	width: 100%;
        height: 64px;
        background: #fff url(../images/popup/bg.png) repeat-x;
        position: relative;
        min-width: 1015px;
        padding: 1px 0 0;
        text-align: center;
}

#notfoundbox {
	width: 760px;
	margin: 0 auto;
	padding-top: 35px;
}

#notfoundbox .message {
	border: 2px solid #aa0000;
    padding: 10px;
}

