.sticky {

	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	border-bottom:3px solid #fff !important;
	background: #91BD09; /* Old browsers */
	background: -moz-linear-gradient(top, #91BD09 0%, #91BD09 100%); /* FF3.6+ */
	/* FireFox 3.6 */
	/* Safari4+, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BD09', endColorstr='#91BD09')";
	-pie-background: linear-gradient(#91BD09, #91BD09 100%);
	behavior: url(PIE.htc);
	-moz-box-shadow: 1px 1px 7px #676767;
	-webkit-box-shadow: 1px 1px 7px #676767;
	box-shadow: 1px 1px 7px #676767;
	height: 45px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #91BD09),color-stop(1, #91BD09));/* IE6,IE7 */
	/* IE8 */
	/* Firefox F3.5+ */
	/* Safari3.0+, Chrome */
}


.floated {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	border-bottom:3px solid #fff !important;
	background: #0e59ae; /* Old browsers */
    background: -moz-linear-gradient(top, #0e59ae 0%, #0e59ae 100%); /* FF3.6+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E59AE', endColorstr='#0E59AE')";
	-moz-box-shadow: 1px 1px 7px #676767;
	-webkit-box-shadow: 1px 1px 7px #676767;
	box-shadow: 1px 1px 7px #676767;
	height: 45px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0E59AE),color-stop(1, #0E59AE));/* IE6,IE7 */
	-pie-background: linear-gradient(#0E59AE, #0E59AE 100%);
	behavior: url(PIE.htc);
}


.fixed {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	border-bottom:3px solid #fff !important;
	background: #660099; /* Old browsers */
	background: -moz-linear-gradient(top, #660099 0%, #660099 100%); /* FF3.6+ */
	/* FireFox 3.6 */
	/* Safari4+, Chrome */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#660099', endColorstr='#660099')";
	-pie-background: linear-gradient(#660099, #660099 100%);
	behavior: url(PIE.htc);
	-moz-box-shadow: 1px 1px 7px #676767;
	-webkit-box-shadow: 1px 1px 7px #676767;
	box-shadow: 1px 1px 7px #676767;
	height: 45px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #660099),color-stop(1, #660099));/* IE6,IE7 */
	/* IE8 */
	/* Firefox F3.5+ */
	/* Safari3.0+, Chrome */
}

.ondemand {

	width:100%;
	border-bottom:3px solid #fff !important;
	position:absolute;
	padding:0px 0px 0px 0px;	
	top:0;
	left:0;
	z-index:1000;
    background: #0e59ae; /* Old browsers */
	height: 45px;
}
.ondemand-button
{
width:40px !important;
height:40px;
float:right !important;
z-index:999;
position:absolute;
margin-right:100px!important;
}



.hide{display:none;}


.round.button span {
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 14px;
display: block;
line-height: 1;
padding: 4px 15px 6px;
}

.red.button {
background-color:#0e59ae;
}

/*.red.button:hover {
background-color:#990000;
}
.red.button:active {
background-color:#ea0202;
}*/

.close
{ position:absolute; z-index:999; top:13px; right:20px;}

.notyFont { font-family:Arial, Helvetica, sans-serif; color:white;
			margin:13px 0px 0px 20px;
			text-shadow:0 1px 0 rgba(0,0,0,.8);
	        -webkit-font-smoothing: subpixel-antialiased;}
			
.qq {       font-family:Arial, Helvetica, sans-serif; color:white;
			margin:13px 0px 0px 20px;
			position:absolute; z-index:1;
			right:80px; top:1px;
			text-shadow:0 1px 0 rgba(0,0,0,.8);
	        -webkit-font-smoothing: subpixel-antialiased;}
			
.shareThis 	{ margin:0px 0px 0px 0px; 
              padding:0px;
              position:absolute; z-index:1;
			  right:370px; top:11px;
			  border:0px solid black; width:430px;}						

.show{

    background: #0e59ae;
	height: 35px;
	position:absolute; z-index:999;
	right:-10px; top:-5px;
	width: 30px;
	overflow:hidden;
	border:1px solid #039;
	/*margin-top: 0px !important;*/
	margin-right: 10px !important;
	text-align: center;

	}

.show img{margin-top:10px;}