body
{
    margin: 0px;
}
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=60); -moz-opacity:0.6; opacity: 0.6;
    width: 100%; height: 200%; background-color: #000000;
    /*position: absolute;*/
    position: fixed;
    z-index: 95000;
    top: 0px; left: 0px;
	bottom:0;
	right:0;
}
.modalContainer
{
    position: absolute;
    width: 595px;
    left: 50%;
    top: 505px;
    z-index: 97510;
}
.modal
{
  /*  background-image:url('/includes/popup/just-ask-bg.png');  */
    background-color: white;
    border: solid 0px white; position: relative;
    top: -260px;
    left: -301px;
    z-index: 90010;
    width: 595px;
    height: 75px;
    padding: 0px;
}

.modalBody .closeAskBox
{
    position:absolute;
    top: -9px;
    left:584px;
}
.modalBody .submitQuestion
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#009ac8;
}
.modalBody
{
    
}

/* --- SHARE WITH FRIENDS ---  */
#sharePage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.shareBackground
{
    filter: Alpha(Opacity=60); -moz-opacity:0.6; opacity: 0.6;
    width: 100%; height: 200%; background-color: #000000;
/*    position: absolute;*/
	position:fixed;
    z-index: 95000;
    top: 0px; left: 0px;
	bottom:0;
	right:0;
}
.shareContainer
{
    position: absolute;
    width: 601px;
    left: 50%;
    top: 500px;
    z-index: 97510;
}
.share
{
   /* background-image:url('/includes/popup/just-ask-bg.png');  */
    background-color: white;
    border: solid 0px white; position: relative;
    top: -260px;
    left: -301px;
    z-index: 90010;
    width: 601px;
    height: 470px;
    padding: 0px;
}

.shareBody .closeAskBox
{
    position:absolute;
    top: -9px;
    left:584px;
}
.shareBody .submitQuestion
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#009ac8;
}
.shareBody
{
    
}