




/*
     FILE ARCHIVED ON 7:36:41 Jul 31, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:27:35 Jul 18, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Basic styles used by voteitup plugin features
Styles defined here overrides the styles of voteitup skins
This file do not store styles used by voteitup widgets
*/

/* Registration box */
.regcontainerbackground {
background-color: #CCCCCC;
opacity:0.4;
filter:alpha(opacity=40);
position: fixed;
width: 100%;
height: 100%;
top: 0%;
left: 0px;
}
.regcontainer {
display: none; /* do not show immediately */
position: fixed; /* align with browser window */
width: 100%;
height: 100%;
top: 0%;
left: 0px;
text-align: center;
}
.regpopup {
position: relative;
margin: auto;
width: 40%;
/*height: 20%;*/
padding: 4px;
top: 30%;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
color: #333333;
font-size: 16px;
font-family: arial;
}
.regpopup a {
/*color: #0000FF;*/
}
.regpopup h3 {
font-size: 18px;
font-weight: normal;
color: #E37400;
padding: 0px;
margin: 4px;
}
.regclosebutton {
float: right;
width: 16px;
height: 16px;
border: 0px;
padding: 1px;
}
.regsmalltext {
font-size: 8px;
text-align: right;
padding: 0px;
margin: 0px;
}