/*
	Stylesheet by Aneesh Bhatnagar
	Website: www.slashcoding.com
*/

#backgroundPopup { 
	z-index:400;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:20%;  
	left:0px;
}


#Popup,#Popup1,#Popup2  {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
     background: none repeat scroll 0 0 #E6E6E6;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -250px;
    position: absolute;
    top: 20%;
    width: 500px;
    z-index: 50000;
}

@media (max-width: 768px)
{
	#Popup,#Popup1, #Popup2{
		width:200px; left: 50%;
    margin-left: -100px;}
		
}
div.loader {
        height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
	opacity:1;
}
span.popup_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    /*margin: 24px 27px;*/
	z-index:500;
}

.bgff{ background-color:#fff;  }

#popup_content input{
	width:90%;
	    height: 42px;
    background-color: #F6F6F6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
	margin-bottom:15px;
}


#popup_content textarea{
	width:90%;
	height:80px;
	margin-bottom:20px;
	background-color: #F6F6F6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
	
}
#popup_content input[type="submit"]{
	width:100px !important;
	text-align:center;
	margin:0px auto;
	background-color:#8C1729;
}
