#popup-background
{
	background:#000000;
	height:100%;
	left:0;
	opacity:0.75;
	position:absolute;
	top:0;
	width:100%;
	display: none;
	z-index:90;
    #filter: alpha(opacity = 75);
}
.popup
{
	position: absolute;
	left: 100px;
	top: 10px;
    min-width: 160px;
	z-index: 100;
    display: none;
}
    .popup .popup-content-wrapper
    {
        min-height: 100px;
        background: #faf8d6 url(../image/popup/background.gif) repeat-y top right;
        position: relative;
    }
        .popup .popup-content-wrapper .popup-content
        {
            font-family: Georgia;
            font-size: 12px;
            padding: 8px;
        }

        .popup .popup-headline
        {
            font-size: 12px;
            line-height: 14px;
            font-weight: bold;
        }

    .popup .popup-content-wrapper .popup-close
    {
        width: 9px;
        height: 9px;
        position: absolute;
        right: 3px;
        top: 3px;
        overflow: hidden;
        background: transparent url(../image/popup/close.gif) no-repeat;
        cursor: pointer;
    }

    .popup .popup-bottom
    {
        width: 100%;
        height: 9px;
        overflow: hidden;
        position: relative;
    }
        .popup .popup-bottom .popup-bottom-left
        {
            position: absolute;
            left: 0;
            top: 0;
            width: 76px;
            height: 9px;
            background: transparent url(../image/popup/bottom.left.png) repeat-x top left;
            _background: 0;
            _filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://www.sygmedjob.dk/image/popup/popup.bottom.png', sizingmethod='crop');
        }

        .popup .popup-bottom .popup-bottom-center
        {
            width: 100%;
            height: 9px;
            margin: 0 81px 0 76px;
            background: transparent url(../image/popup/bottom.gradient.png) repeat-x top left;
            _background: 0;
            _filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://www.sygmedjob.dk/image/popup/popup.bottom.png', sizingmethod='crop');
        }

        .popup .popup-bottom .popup-bottom-right
        {
            position: absolute;
            right: 0;
            top: 0;
            width: 81px;
            height: 9px;
            background: transparent url(../image/popup/bottom.right.png) repeat-x top left;
            _background: 0;
            _filter: progid:dximagetransform.microsoft.alphaimageloader(src='http://www.sygmedjob.dk/image/popup/popup.bottom.png', sizingmethod='crop');
        }

.scratchcard-popup
{
    width: 300px;
}
.order-complete-popup
{
    width: 300px;
}


#email-share-popup
{
    width: 236px;
}
    #email-share-popup .share-email
    {
        padding: 0 0 0 10px;
        width: 195px;
    }

    #email-share-popup .form-item
    {
        padding: 10px 0 0 0;
    }
        #email-share-popup .form-item .form-label
        {
            padding: 0 0 3px 0;
        }

        #email-share-popup .form-item .form-input
        {
            background: transparent url(../image/home/form.input.gif) no-repeat;
            width: 200px;
            height: 23px;
            overflow: hidden;
        }

            #email-share-popup .form-item .form-input input
            {
                border: 0;
                background:transparent;
                font-family: Georgia;
                font-size: 12px;
                line-height: 14px;
                width: 178px;
                padding: 4px 12px 0 11px;
            }


        #email-share-popup .form-item .form-textarea
        {
            background: transparent url(../image/home/form.textarea.gif) no-repeat;
            width: 200px;
            height: 50px;
            overflow: hidden;
        }
            #email-share-popup .form-item .form-textarea textarea
            {
                border: 0;
                background:transparent;
                font-family: Georgia;
                font-size: 12px;
                line-height: 14px;
                width: 187px;
                height: 42px;
                padding: 4px 0 4px 0;
                margin: 0 3px 0 11px;
            }


        #email-share-popup #submit-email-share-link
        {
            padding: 10px 0;
        }

#vote-popup
{
    #width: 300px;
}
