/* CSS Document */

#FIXED-panel {
  position: fixed;
  right: 0;
  top: 50%;
  width:auto;
  margin-top: -2.5em;
  z-index:9999999;
}

#modal {
	visibility:hidden;
	width:600px;
	height:auto;
	padding:20px;

	background:#fff;

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:5px #0099FF solid;

	position:absolute !important;
	top:40% !important;
	left:40% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:99999;
}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 99999;
	display: none;
	top: 0;
	left: 0; 
}
.cont-panel{
line-height:20px;
font-size:12px;
}
.cont-panel label{
line-height:35px;
font-weight:bold;
}
.cont-panel input {
width:98%;
border-radius:3px;
border:1px #999999 solid;
padding-left:10px;
height:20px;
}
.cont-panel textarea {
width:98%;
border-radius:3px;
border:1px #999999 solid;
padding-left:10px;
}

#button {
	width:150px;
	height:28px;

	background-image: -webkit-linear-gradient(top, rgb(113, 213, 254), rgb(72, 175, 254));
	background-image: -moz-linear-gradient(top, rgb(113, 213, 254), rgb(72, 175, 254));
	background-image: -o-linear-gradient(top, rgb(113, 213, 254), rgb(72, 175, 254));
	background-image: -ms-linear-gradient(top, rgb(113, 213, 254), rgb(72, 175, 254));
	background-image: linear-gradient(top, rgb(113, 213, 254), rgb(72, 175, 254));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba48');

	border:1px solid #369bca;

	-webkit-box-shadow:
		inset 0px 1px 0px #95e7fe,
		      0px 1px 1px rgba(0,0,0,.15);
	-moz-box-shadow:
		inset 0px 1px 0px #95e7fe,
		      0px 1px 1px rgba(0,0,0,.15);
	box-shadow:
		inset 0px 1px 0px #95e7fe,
		      0px 1px 1px rgba(0,0,0,.15);

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:28px;

	color:#fff;
	text-shadow:0px 1px 0px rgba(255,255,255,.4);
}

#button:hover {
	background-image: -webkit-linear-gradient(top, rgb(79, 136, 207), rgb(18, 99, 199));
	background-image: -moz-linear-gradient(top, rgb(79, 136, 207), rgb(18, 99, 199));
	background-image: -o-linear-gradient(top, rgb(79, 136, 207), rgb(18, 99, 199));
	background-image: -ms-linear-gradient(top, rgb(79, 136, 207), rgb(18, 99, 199));
	background-image: linear-gradient(top, rgb(79, 136, 207), rgb(18, 99, 199));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fec252', EndColorStr='#fecd61');

	-webkit-box-shadow:
		inset 0px 1px 0px #7ed2fe,
		      0px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:
		inset 0px 1px 0px #7ed2fe,
		      0px 1px 1px rgba(0,0,0,.1);
	box-shadow:
		inset 0px 1px 0px #7ed2fe,
		      0px 1px 1px rgba(0,0,0,.1);
}

  /* for PANEL DISPLAY */


#overlay{
     width:100%;
     height:100%;
     top:0px;
     background-color:#000;
     opacity:0.7;
     filter:alpha(opacity=40); 
     position:fixed; 
     z-index:99999;
     display:none;
}
 
#popup{
	top:40% !important;
	left:40% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:99999;
     position:absolute;
     display:none; 
	 width:600px;
	height:auto;
	padding:20px;

	background:#fff;

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:5px #0099FF solid;
}

.a-pointer {
cursor:pointer;
text-decoration:none;
border:none;
}
.fix-close {
position:absolute;
right:10px;
top:10px;
}

.level-head{
font-size:24px;
color:#0066CC;
line-height:50px;
}
.captcha-text {
font-size:24px;
color:#999999;
font-family:"Monotype Corsiva";
}
/* For SPAM Bot Prevention */
    #human {  
    visibility:hidden;  
    display:none;  
    }  
