body { background-color:#fff; color:#000 }
/* ^Thank you Martin Schuster for pointing this out */

a:visited {
text-decoration:none;
color:#00F;
}

a:hover {
text-decoration:none;
color:#000;
}

a img {
border:none;
}

#Friends_Nav_Bar {
font-weight:700;
color:red;
}

#Field_Title {
font-weight:700;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#Field {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#Field2_Title,#Karma {
font-weight:700;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#Field2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#OutterSubmit {
background-color:#CCC;
height:40px;
}

#InnerSubmit {
padding-top:9px;
padding-bottom:7px;
padding-left:9px;
border:1px solid #333;
}

#TextAreaMessage {
border:1px solid #333;
}

.formtext {
border:1px solid #666;
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-weight:700;
font-size:12px;
padding-left:1px;
}

.formtextmessage {
border:1px solid #666;
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
padding-left:1px;
}

.Blue_Heading,.Green_Heading {
font-weight:bolder;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:17px;
color:#03C;
text-transform:capitalize;
}

.Green_Heading {
color:#066;
}

#Karma {
color:#F03;
}

a.help b {
position:absolute;
visibility:hidden;
width:128px;
height:0;
border:1px solid #0C9;
background-color:#FFF;
left:22px;
top:5px;
}

#help_title {
background-color:#0C9;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:3px;
color:#FFF;
}

#help_content {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding-left:3px;
padding-right:3px;
color:#333;
font-weight:400;
}

a:link,a:active {
text-decoration:none;
}

a.screen b {
position:absolute;
visibility:hidden;
width:128px;
height:0;
left:-200px;
top:-40px;
}
a.screen,a.screen:visited,a.help,a.screen:visited {
position:relative;
z-index:1;
}

a.screen:hover,a.help:hover {
text-decoration:none;
border:0;
z-index:1000;
}

a.screen:hover b,a.help:hover b {
visibility:visible;
height:116px;
cursor:pointer;
z-index:500;
}

a.screen:hover b img,a.help:hover b img {
border:0;
}

#popupZak_Alert{
  margin: 0; 
  margin-left: 76%; /* This gets it relatively center on the screen */
  margin-right: 76%%; /* This gets it relatively center on the screen */
  margin-top: 650px; /* Makes it a little off the top of the screen */
  padding: 10px; /*  Make the text not touching the top on the login box */
  width: 20%; /* For centering it on the screen */
  height: 47px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #FBFBF0; /* Login Box background color. Change this if desired. */
  border: 2px solid #FF0000; /* 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.*/
}
