


/* BEGIN POPUP */
#popup {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 2000;
    background:#eeeeee;
    width:380px;
 
 

 
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,.5), 0 0 0 5px #243343;
    box-shadow: 0 0 18px rgba(0,0,0,.5), 0 0 0 5px #243343;
    border: none;
    -webkit-border-radius: 1px;
    border-radius: 1px;
	
	padding: 35px 35px 30px;


}
    *html #popup  {
        position: absolute;
    }


#popup label {
	
	width:100%;
	
}
    #popup h3{
        color: #212121;
        text-align:center;
        font-size:30px;
        font-weight:normal; 
        margin-bottom:20px;
		    font-family: "PT Sans Narrow"; 
			
			letter-spacing: 4px;
    font-weight: bold;
    }

    #popup p {
        padding-bottom:15px;
        text-align: center;
    }

    #imgcode {
        float:left;
    }

    #popup input[type=text] {
        text-align:left;
        width:100%;
        padding:0 10px;
        height:30px;
        display:block;
        margin:1px 0px;
        border:1px solid #eee;
        border-top-color:#ccd1d7;
        color:#000000;
        background:#ffffff;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 12px;
    }
        #popup textarea {
            text-align:left;
            padding:10px 10px;
            display:block;
            margin:10px 0px;
            border:1px solid #eee;
            border-top-color:#ccd1d7;
            color:#000000;
            background:#ffffff;
            font-family: Arial, Tahoma, sans-serif;
            font-size: 12px;
            height: 80px;
            width: 380px;
        }
            #popup .button {
                font-size: 16px;
                box-sizing: border-box;
                background: #feed00;
                width: 140px; 
                display: block;
                text-align: center;
                text-decoration: none;
                color: #000000;           
                text-shadow: none;
                border: 1px solid #b3ffb4c2;
                border-radius: 0;
                font-weight: bold;				
				margin: 10px auto 0px auto;
				border-radius:3px;
            }
                #popup .button:hover {
                    background: rgb(38, 47, 56);
                    color:#feed00;
                 }

    #popup_close {
        display:block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 12px;
        height: 12px;
        background: url(images/close.png) no-repeat center center;
        cursor: pointer;
        z-index: 2103;
    }

    #popup_close:hover {
        opacity:0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }
#fade {
    display: none;
    background: #2c3e50;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 1000;
}

    *html #fade {
        position: absolute;
    }
/* end popup */






