body{
font-family: 'Electrolize', sans-serif;
background: #082A44;
background-image:url('images/grid.png');
background-size:2%;
}


a:link {color: rgba(255, 255, 255, 1.0);}      
a:visited {color: rgba(255, 255, 255, 1.0);}  


a:hover {
color: rgba(255, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
} 

a:active {
color: rgba(255, 255, 255, 1.0);
} 

.restrict{
position:absolute; 
top:250px; 
left:50%; 
margin-left: -170;
width:300px; 
height:100px; 
border: 2px solid rgba(87, 182, 227, 0.6);
border-radius : 10px 10px 10px 10px;
color:#FFF;
padding:10px;
opacity:0.0;
filter:alpha(opacity=0);
}

.offme{
    color:rgba(0, 221, 255, 1.0);  
    text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
    text-decoration:none;
    }
    
    
.overme{
    color:rgba(221, 221, 255, 1.0);  
    text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
    text-decoration:none;
    cursor:pointer; 
    }

.cursor{
    cursor:pointer; 
}

.menumain{
position:absolute; 
top:200px; 
left:0px; 
width:230px; 
border-bottom: 2px solid rgba(87, 182, 227, 0.6);
border-right: 2px solid rgba(87, 182, 227, 0.6);
border-radius : 0px 10px 10px 0px;
}


.menuoptions{
padding-left:15px;
padding-top:10px;
border-radius : 0px 0px 10px 0px;
}

.menutop{
border-radius : 0px 10px 0px 0px;
position:relative; 
top:0px; 
left:-4px; 
background-color: rgba(11, 120, 180, 0.8);
height:30px; 
width:100%; 
padding-left:5px;
padding-top:10px;
color: rgba(255, 255, 255, 0.8);
}



.page{
padding-bottom:50px; 
}

.container{
position: relative;
top:50px; 
width: 1200px;
margin-left: auto;
margin-right: auto;
border: 2px solid rgba(87, 182, 227, 0.6);
border-radius: 5px;
}


.fonty{
color:FFF; 
color: rgba(200, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
}

.menu{
Height: 200px;
position: relative;
background-image:url('images/assetbar.png');
background-color: grey;
margin: 15px;
color:FFF; 
}

.footer{
position: relative;
margin:15px; 
Height:250px; 
color: rgba(0, 221, 255, 1.0);
background-color: rgba(0, 50, 100, 0.8);
border: 1px Solid white; 
}

.boardbody{
position: relative; 
width: 60%;
left: 1%;
}

.boardlatest{
position: absolute;
width: 35%;
top: 230px;
height: 575px;
right: 1%;
border: 1px solid white;
background: -moz-linear-gradient(45deg,  rgba(0,50,100,0.8) 0%, rgba(0,50,100,0.8) 57%, rgba(83,203,241,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,50,100,0.8)), color-stop(57%,rgba(0,50,100,0.8)), color-stop(100%,rgba(83,203,241,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(0,50,100,0.8) 0%,rgba(0,50,100,0.8) 57%,rgba(83,203,241,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(0,50,100,0.8) 0%,rgba(0,50,100,0.8) 57%,rgba(83,203,241,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(0,50,100,0.8) 0%,rgba(0,50,100,0.8) 57%,rgba(83,203,241,0.8) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(0,50,100,0.8) 0%,rgba(0,50,100,0.8) 57%,rgba(83,203,241,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc003264', endColorstr='#cc53cbf1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#FFF; 
padding-top: 30px;
}

.board{
position: relative;
background: -moz-linear-gradient(left,  rgba(0,50,100,0.8) 0%, rgba(0,50,100,0.8) 57%, rgba(83,203,241,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,50,100,0.8)), color-stop(57%,rgba(0,50,100,0.8)), color-stop(100%,rgba(83,203,241,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,50,100,0.8) 0%,rgba(0,50,100,0.8) 57%,rgba(83,203,241,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,50,100,0.8) 0%,rgba(0,50,100,0.8) 57%,rgba(83,203,241,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,50,100,0.8) 0%,rgba(0,50,100,0.8) 57%,rgba(83,203,241,0.8) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,50,100,0.8) 0%,rgba(0,50,100,0.8) 57%,rgba(83,203,241,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc003264', endColorstr='#cc53cbf1',GradientType=1 ); /* IE6-9 */
padding: 1%;
border: 1px Solid white; 
color:#FFF; 
}

.board0{
font-size: 8pt; 
position: relative;
color: rgba(0, 221, 255, 1.0);
background: #28343b; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #28343b 0%, #828c95 64%, #b5bdc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#28343b), color-stop(64%,#828c95), color-stop(100%,#b5bdc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #28343b 0%,#828c95 64%,#b5bdc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #28343b 0%,#828c95 64%,#b5bdc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #28343b 0%,#828c95 64%,#b5bdc8 100%); /* IE10+ */
background: linear-gradient(135deg,  #28343b 0%,#828c95 64%,#b5bdc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#b5bdc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding: 1%;
border: 1px Solid white; 
}

.board0 a{
color: rgba(255, 255, 255, 1.0); 
font-weight:bold; 
} 

.board a{
color: rgba(255, 255, 255, 1.0); 
font-weight:bold; 
} 

.post{
position: relative;
color: rgba(0, 221, 255, 1.0);
background: #28343b;
background: -moz-linear-gradient(-45deg, #28343b 0%, #828c95 64%, #b5bdc8 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#28343b), color-stop(64%,#828c95), color-stop(100%,#b5bdc8));
background: -webkit-linear-gradient(-45deg, #28343b 0%,#828c95 64%,#b5bdc8 100%);
background: -o-linear-gradient(-45deg, #28343b 0%,#828c95 64%,#b5bdc8 100%);
background: -ms-linear-gradient(-45deg, #28343b 0%,#828c95 64%,#b5bdc8 100%);
background: linear-gradient(135deg, #28343b 0%,#828c95 64%,#b5bdc8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#b5bdc8',GradientType=1 );
padding: 1%;
border: 1px Solid white;
}

.lpost{ 
height:100px; 
padding:5px; 
color:#FFF; 
padding-left:20px; 
}

.smallav{
width:80px; 
height:80px;
}

.input
{
color: #FFF;
background: #000000!important;
font: bold 100% "Lucida Sans Unicode",sans-serif;
width:250px; 
}

.opera input[type="password"],
.webkit input[type="password"]
{
  font: large Verdana,sans-serif;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.5); 
 }

 
submit input
{
color: #FFF;
background: RED;
border: 2px outset #FFF;
}

.inputsm{

width:80px; 
}

.video
{
width: 1000px;
height: 700px;
position: absolute;
top: 50px;
left: 35;
}

.logo2{
position:absolute; 
left 20px; 
top:20px; 
height: 300px; 
}

.hideme{
visibility:hidden; 
}



.login2{
z-index:99; 
position:fixed; 
margin-left:auto; 
margin-right:auto; 
width:600px;
left:50%; 
margin-left:-300px; 
border: 2px solid rgba(227, 87, 87, 0.6);
background-color: rgba(170, 9, 9, 0.9);
border-radius : 10px 10px 10px 10px;
color: rgba(255, 200, 200, 1);
text-shadow: 0px 0px 5px rgba(255, 0, 0, 0.98);
padding:10px;
opacity:0;
filter:alpha(opacity=0); 
top:100px;
}


:focus { background-color: #fff; }

.loginbox{
color:#FFF; 
}

td{
color:#FFF; 
}



.login{
z-index:50; 
position:fixed; 
border: 2px solid rgba(87, 182, 227, 0.6);
background-color:rgba(60, 111, 150, 0.9);
top:200px; 
left: 50%; 
margin-left:-200px; 
width: 400px; 
border-radius: 5px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
color: rgba(200, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
opacity:0;
filter:alpha(opacity=0); 
}

.error{
z-index:50; 
position:absolute; 
background-color:rgba(100, 0, 0, 0.9); 
top:200px; 
left: 50%; 
margin-left:-200px; 
width: 400px; 
border: 1px solid #FF0000; 
border-radius: 5px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
color: rgba(255, 250, 250, 1.0);
text-shadow: 0px 0px 5px rgba(255, 10, 10, 0.98);
}

.hidestyle{
position:absolute; 
margin-top: 2;
height: 26px;
width: 250px;
z-index: 2; 
opacity:0.0;
filter:alpha(opacity=00);
}

.grabav{
position:relative;  
}

.topcorner{
position:absolute; 
top:-10px; 
right:-10px; 
z-index:9;
}

.close{
width:40px;
cursor:pointer;
position: relative; 
}

.post0
{
width: 90%;
min-height:300px; 
border: 1px solid #000000; 
position:relative; 
text-shadow:none; 
margin-left:5%;

}



.userbox{ 
background: #28343b; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #28343b 0%, #828c95 64%, #b5bdc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#28343b), color-stop(64%,#828c95), color-stop(100%,#b5bdc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #28343b 0%,#828c95 64%,#b5bdc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #28343b 0%,#828c95 64%,#b5bdc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #28343b 0%,#828c95 64%,#b5bdc8 100%); /* IE10+ */
background: linear-gradient(135deg,  #28343b 0%,#828c95 64%,#b5bdc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#b5bdc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
position:absolute; 
width: 200px; 
top:0px; 
left:0px; 
height: 100%;
text-align: center;
display:inline; 
float:right; 
}

.lefty{
float:left; 
padding-right:10px; 
}

.posttext{
position:relative; 
top:0px;  
width:auto; 
margin-left: 200px;
min-height:300px; 
background-color:rgba(200, 200,200, 0.9); 
}

.posttime{
position:relative;
padding-top:5px; 
text-align: right;
height:25px; 
z-index:3; 
color:DDD; 
background: #959595; /* Old browsers */
background: -moz-linear-gradient(45deg,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* IE10+ */
background: linear-gradient(45deg,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

} 

.padded{
padding-top:50px; 
}

.edit{
height:300px; 
width:700px; 
border:1px solid navy; 
OVERFLOW-y:SCROLL; 
background-color:FFF; 
}

.edit a:link{ color:#134896; } 
.edit  a:visited{ color:#134896; } 
.edit a:hover{ color:#134896; } 
.edit a:active{ color:#134896;}

.menubar{
position:fixed; 
top:0px; 
left:0px; 
width:100%; 
min-width:400px; 
height: 50px; 
border-bottom: 2px solid rgba(87, 182, 227, 0.6);
color: rgba(200, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
z-index:50; 
}

.lavatar
{
width:240px; 
height:240px; 
}

.submenu{
position:relative;
padding-top:5px; 
margin-bottom: 20;
height:25px; 
z-index:3; 
color:DDD; 
background: #959595; /* Old browsers */
background: -moz-linear-gradient(45deg,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* IE10+ */
background: linear-gradient(45deg,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.submenu a{
color: rgba(200, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
}

.sig{
width: 400;
height: 150;
resize:none; 
}

.upsig
{

}

.upmail
{

}

.infochange
{

}

.upavatar
{
position: relative;
top: -494px;
float: right;
right: 10px;
}

.imagetable{
height:240px; 
}

.imagetable tr{
height: 80; 
}

.blog{
font-family: 'Arial', sans-serif;
position: relative;
width: 1000px;
margin-left: auto;
margin-right: auto;
border: 2px solid rgba(0, 0, 0, 0.6); 
background-color:#FAFFFF;
top: -32px;
padding-top: 100px;
padding-left:10px;  
padding-bottom:40px; 
min-height:100%; 
}


.blogtitle{
font-size:18pt; 
font-weight:bold; 
width: 690px;
padding-left: 10px; 
word-wrap: break-word;
}



.blogpost{
padding-left: 10px; 
min-height:200px; 
width: 690px;
position:relative; 
word-wrap: break-word;
}

.blogentry{
border-right: 2px solid #EBEBEB; 
width: 700px;
padding-top: 10px;
padding-bottom: 10px;
}

.blogtitle a
{ 
color: #2a8399;
text-decoration: none;
}

.blogname{
border-bottom: 2px solid #EBEBEB; 
padding:10px; 
width: 970px;
margin-bottom:10px; 
}


.blogfoot{
font-size:8pt; 
position:relative; 
left:50%; 
margin-left:-300px; 
height:35px; 
width:600px; 
background-color: #CCCCCC;  
border: 1px solid #666; 
bottom: -9;
}

.mot{
color: #2a8399;
font-size:30pt; 
font-weight:bold; 
text-shadow:-2px -1px 2px rgba(0, 0, 0, 0.98);

}


.logger{
position: absolute;
top: 10px;
right: 20px;
}


.release
{
font-size:18pt; 
position: absolute; 
top: 10px; 
}

.smi{ 
width:30px; 
padding-left:15px; 
cursor:pointer; 
}

.sml{ 
width:30px; 
padding-left:5px; 
cursor:pointer; 
}


.smicons
{
position: absolute;
top: 10px;
left: 0px;
width: 150;

}


.hl{
position:absolute; 
top:90px; 
margin-top:auto; 
left:50%; 
margin-left:-420px; 
width:800px; 
height:500px; 
border: 2px solid rgba(87, 182, 227, 0.6);
color: rgba(200, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
border-radius : 0px 10px 10px 10px;
padding:10px;
opacity:0.0;
filter:alpha(opacity=0);
}



.sl{
position:absolute; 
top:90px; 
margin-top:auto; 
left:50%; 
margin-left:-420px; 
width:800px; 
height:500px; 
border: 2px solid rgba(87, 182, 227, 0.6);
color: rgba(200, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
border-radius : 0px 10px 10px 10px;
padding:10px;
}

.hl a
{
text-decoration:none;
cursor:pointer; 
}


.maincont
{
position: relative;
top:100px; 
width: 1400px;
margin-left: auto;
margin-right: auto;
}


.window{
background-color: rgba(60, 111, 150, 0.5);
}

.windowtop
{
position: relative;
top: -12;
left: -12;
width: 250;
}

.windowcorner
{
position: absolute;
height: 300px;
bottom: -15;
right: -15;
opacity:0.6;
filter:alpha(opacity=60);
}

.disclaimer
{
position: fixed;
Bottom: 0px;
left: 0px;
width: 100%;
min-width:800px; 
height: 30px;
border-top: 2px solid rgba(87, 182, 227, 0.6);
color: rgba(200, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
z-index: 50;
font-size: 8pt; 
}

.cialogo{
position:absolute; 
left:50%; 
margin-left:-400px; 
}

.bsl{
width:375px; 
}

.bs2{
width:125px; 
}

.share{
display: inline-block ;
width:27px; 
height:25px; 
position: relative;
margin-left: -5;
left: 5;
}

.grey{
border: 1px solid #444;
background-color: #222;
}

.shbu{
height: 25px;
}


.linkpop{
position: fixed;
height: 80px;
border: 2px solid rgba(87, 182, 227, 0.6);
background-color: rgba(60, 111, 150, 0.9);
top: 200px;
left: 50%;
margin-left: -150px;
width: 300px;
border-radius: 5px;
padding: 20px;
padding-right: 20px;
padding-bottom: 20px;
color: rgba(200, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
opacity:0;
filter:alpha(opacity=0); 
z-index:49; 
}

.editbox{
position: relative;
margin-left: -370;
padding: 20px;
margin-right: auto;
left: 50%;
background-color: aliceblue;
width: 700px;
}

body.blogbody{
background-image:none;
background: rgb(171,236,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(171,236,252,1) 0%, rgba(13,158,191,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,236,252,1)), color-stop(99%,rgba(13,158,191,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(171,236,252,1) 0%,rgba(13,158,191,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(171,236,252,1) 0%,rgba(13,158,191,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(171,236,252,1) 0%,rgba(13,158,191,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(171,236,252,1) 0%,rgba(13,158,191,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abecfc', endColorstr='#0d9ebf',GradientType=0 ); /* IE6-9 */
}


.blogbody a:link 
{
color: #2a8399;
text-decoration:none; 
}



.blogbody a:visited 
{
color: #2a8399;
text-decoration:none; 
}

.blogbody a:hover{
color: #2a8399;
text-decoration:none; 
}

.blogbody a:active {
color: #2a8399;
text-decoration:none; 
}

.mirror{
position: fixed;
top: 30px;
right: 300;
width: 400px;
z-index: 51;
}

.blogdate{
font-size:8pt; 
}

.blogright{
position: relative;
left: 740;
top: 0;
width: 280px;
height: 300px;
min-height: 300px;
font-size: 8pt;
font-weight: bold;
}

.blogfeed{
position:relative; 
top:-300px; 
width:700px; 
} 

.editbay{
position: relative;
top:-200px; 
} 

.colorpick{

}

.tt
{
position: relative;
top: -400;
}

#TT
{
background-color:white; 
color:black; 
width:300; 
}

.blogolder{
position: absolute;
left: 660;
top: -70px;
padding: 10px;
}

.blognewer{
position: absolute;
left:  0px;
top: -70px;
padding: 10px;
}

.bio{
width: 100px; 
}

.arrow{
width:30px; 
}

.arrow2{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}


.backnav{
position: fixed;
top: 50px;
left:-10px; 
width: 175px;
padding-bottom: 10px;
vertical-align: middle;
border-bottom: 2px solid rgba(87, 182, 227, 0.6);
border-right: 2px solid rgba(87, 182, 227, 0.6);
border-left: 2px solid rgba(87, 182, 227, 0.6);
color: rgba(200, 255, 255, 1.0);
text-shadow: 0px 0px 5px rgba(0, 221, 255, 0.98);
z-index: 50;
border-radius: 0px 0px 10px 0px;
}


.bump{
position:relative; 
top:9px; 
}

.ccount{
position:absolute; 
top:0px; 
right:5px; 
}

.buttonimg{
width:17px; 
}

#linkpop{
position:relative; 
top:3px; 
}

#L{
width: 300;
}

.clink{
left: -3px;
position: relative;
}

.rightbutton{
position:relative; 
leftt: 500px; 
}



.blogup{
position: fixed;
height: 80px;
border: 2px solid #EBEBEB;
background-color:#FAFFFF;;
top: 200px;
left: 50%;
margin-left: -150px;
width: 300px;
border-radius: 5px;
padding: 20px;
padding-right: 20px;
padding-bottom: 20px;
color: rgba(0, 0, 0, 1.0);
z-index:20; 
}

.divide
{
position:absolute; 
background-color: #CCCCCC;
height:2px; 
width: 660px; 
left:20px;
bottom:0px;  
}


.newedit{
position: relative;
top: 40px;
margin-left: -350;
left: 50%;
}

.title
{
color:#FFF;
position: relative;
top: -400;
}

.quiz{
height:300px; 
width: 700px; 
position: absolute;
top: 300px;  
left:50%; 
margin-left:-350px; 
border: 2px solid rgba(87, 182, 227, 0.6);
 
}

.question{
color:white; 
position: absolute; 
top:0px; 
left:10px; 
opacity:0.0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}
.v{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}


.quizresult{
height: 450px;
width: 800px;
position: absolute;
top: 209px;
left: 50%;
margin-left: -400px;
border: 2px solid rgba(87, 182, 227, 0.6);
}

.vthumb{
width:inherit
}