body, html {
	background: white url(../images/popup_bg.gif) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	}
	
body#lg {
	background: url(../images/bg_popup_lg.gif) 0 0 repeat-x;
	}

div#popup_wrap {
	width: 400px;
	text-align: left;
	}
	
div#popup_wrap_lg {
	width: 750px;
	text-align: left;
	}
	
div#popup_header {
	background: url(../images/header_popup.gif) 0 0 no-repeat;
	height: 70px;
	}
	
div#popup_header ul {
	font-size: 11px;
	padding-left: 15px;
	}
	
div#popup_header li {
	display: inline;
	}
	
div#popup_header li a {
	color: white;
	}
	 
div#popup_content, div#popup_lg {
	clear: both;
	padding: 0 15px;
	margin-bottom: 25px;
	}
	
#popup_content ul {
	margin-left: 20px;
	margin-bottom: 25px;
	list-style: none;
	}
	
#popup_content li {
	background: url(../images/arrow_org.gif) 0 3px no-repeat;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 12px;
	}

/*============== for popup_employer_individual.html ===============*/

html#employ_ind,
html#employ_ind body {
	background: url(../images/bg_employ_indiv.gif) 0 70px no-repeat;
	height:194px;
	width:400px;
	}
html#employ_ind div#popup_content {
	margin-bottom: 0px;	
	padding: 0px;
	}
html#employ_ind h5.pls_select {
	color: #5b5c5b;
	font-size: 18px;
	font-weight: normal;
	margin:15px 0 18px 0;
	text-align:center;
	}
html#employ_ind a.button_employer img,
html#employ_ind a.button_individual img {
	border: none;
	}
html#employ_ind a.button_employer {
	margin: 0 12px 0 23px;
	}
	
	
