/**
 * JobSpeed Website
 * Popup box CSS
 *
 * @author $Author: nick $
 * @copyright 2007 JobSpeed
 * @filesource
 * @link http://www.jobspeed.com.au
 * @package JobSpeed
 * @subpackage ClientWebsite
 */

.alertContent{
  background-color:white;
}

#aboutBox, 
#advertapp,
#advertiseBox,
#ajaxBox,
#alertBox,
#assistanceBox,
#confirmBox,
#contactBox,
#editDetailsBox,
#forgotPassBox,
#jobseekapp,
#loginBox,
#packagesBox,
#previewBox, 
#privacyBox,
#sendToFriendBox,
#itiqReferBox,
#suggestionBox,
#errorBox,
#termsBox, 
#passBox,
#viewTotalBox {
  display: block;
  position: fixed;
  top: 10%;
  z-index: 1002;
  margin: auto;
  width: 100%;
  left:0px;
}

/* The registration boxes need to be further up as they are not fully displayed in smaller windows */
#jobseekapp, #advertapp {
  top: 5%;
}

#alertBox , #confirmBox, #forgotPassBox , #loginBox, #viewTotalBox {
  top: 30%;
}

.loginBoxContent, .forgotPassBoxContent, .jobseekappBoxContent, .advertappBoxContent, .alertBoxContent, .confirmBoxContent, .viewTotalBoxContent {
  background-color: #fff;
}

#overlay{
  background-color: #ddd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -moz-opacity: 0.80;
  opacity: .80;
  filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
