.borderstyle{border: 1px solid #CCCCCC;}
.bottomstyle {font-size: 12px; font-family: "Trebuchet MS"; color: #666666; }
.searchstyle {font-size: 12px; font-family: "Trebuchet MS"; color: #666666; }
.profilestyle{font-size: 16px; font-family: "Trebuchet MS"; color: #666666; }
.headstyle{font-size: 14px; font-family: "Trebuchet MS"; color: #666666; }
.twpxpadding{padding-left:15px; font-size: 14px; font-family: "Trebuchet MS"; color: #666666; }
.profiletext{font-size: 14px; font-family: "Trebuchet MS"; color: #666666; padding-left:10px; }
.uploadbg{background-image:url(images/uploadbg.jpg); background-repeat:no-repeat; background-color:#DDEDC5;}
.style1 {font-weight: bold}

a{color:#666666; text-decoration:none;}
a:link{ color:#666666;}
a:visited{ color:#666666;}
a:hover{ color:#009966;}

#popupbox{
  margin: 0; 
  margin-left: 73%; /* This gets it relatively center on the screen */
  margin-right: 30%; /* This gets it relatively center on the screen */
  margin-top: 20px; /* Makes it a little off the top of the screen */
  padding-top: 0px; /*  Make the text not touching the top on the login box */
  width: 250px; /* For centering it on the screen */
  height: 150px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #DDEDC5; /* Login Box background color. Change this if desired. */
  border: solid #999999 1px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }