 p { 
                margin: 5px 0px 5px 0px; 
                line-height: 22px;
                font-size: 14px;
                font-family: Arial, Helvetica, sans-serif;
                color: #666;
            }
            .popup-trigger { 
                display: block; 
                margin: 0 auto; 
                padding: 20px; 
                color: #000; 
                font-size: 14px; 
                font-weight: 700; 
                text-align: center; 
                line-height: 24px; 
                cursor: pointer; 
            }
            .popup {
                display: none;
                position: absolute;
                top: 200px;
                left: 50%;
                width: 345px;
                margin-left: -170px;
                padding: 0px;
                background: #fff;
                color: #333;
                font-size: 19px;
                line-height: 30px;
                border: 1px solid #808080;
                z-index: 9999;
                box-shadow: 0px 1px 8px 1px #e3bcf5;
                border-radius: 5px;
            }
            .innertxt{
                padding: 10px;
            }
            .popup-mobile {
                position: relative; 
                top: 0; 
                left: 0; 
                margin: 30px 0 0; 
                width: 100%;
            }       
            .popup-btn-close {
                position: absolute; 
                top: 5px; 
                right: 10px; 
                color: #666;
                cursor: pointer; 
                border: solid 1px #c1c1c1;
                padding: 5px 9px;
                background: #fff;
                line-height: 17px;
                border-radius: 50%;
                font-size: 18px;
                font-family: Arial, Helvetica, sans-serif;
            }
            .rtitle{
                color: #fff;
                font-weight: 700;
                background:#662d81;
                border-bottom: solid 1px #cccccc;
                font-size: 14px;
                padding:10px;
                margin: 0px;
                font-family: Arial, Helvetica, sans-serif;
            }
            textarea {
                font-size: 12px;
                font-family: Arial, Helvetica, sans-serif;
                width: 95%;
                height: 70px;
                background: #fff;
                border: solid 1px #ccc;
                padding: 10px;
                color: #666;
                outline: none;
                border-radius:5px;
                margin-left: 5px;
            }
            .btxt{
                font-size: 14px;
                font-family: Arial, Helvetica, sans-serif;
                color: #666;
                text-align: left;
                line-height: 20px;
            }
            .b_button{
                display: block;
                margin: 10px auto;
                text-align: center;
            }
            .b_button a{
                color: #666;
                text-decoration: none;
                font-size: 12px;
                border: solid 1px #ccc;
                padding: 10px 22px;
                font-family: Arial, Helvetica, sans-serif;
                font-weight:700;
            }
            .b_button a:hover{
                background: #00a5e1;
                color: #fff;
            }
            .page-cover {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #fff;
                -webkit-filter: blur(2px);
                -moz-filter: blur(2px);
                -o-filter: blur(2px);
                -ms-filter: blur(2px);
                filter: blur(2px);
                opacity: 0.6;
                z-index: 9998;
            }
            .Error-Message {
                color: #F5092A;
                Font-size: 13px;
                display:none;
            }
			