
#slider /* This is the Full Frame of the pop-up */
{ 
      background-color:#ffffff;
	  font-family: Arial, Helvetica, sans-serif; 
      border:solid 1px silver;
      font-size:11px; text-align: justify;
} 
#slider a:link    /* This is any anchor tag (<a> specified in the full frame */
{ 
      text-decoration:none; 
      color: black; 
} 
#slider_x   /* This is the 'X' button in the header of the pop-up, used for closing */
{
      cursor: pointer; font-weight:bold;
      background: url(http://www.smsbordello.nl/free-sms/images/kruisje.png) no-repeat center;
      width:10px;
      height:10px;
}
#msnheader /* The full frame of the header of the pop-up, where the heading text is displayed */
{
      background: url(http://www.smsbordello.nl/free-sms/images/kopregel.png) repeat;
      padding: 3px 3px 3px 3px;
      height:20px;
      font-size:12px;
      vertical-align:middle;
      font-weight:bold; 
      text-decoration:none; 
      text-align:left; 
      vertical-align:middle;
      color:black;
}
#headerImg /* This is the image displayed to the left of the Header text */
{
      background: url(http://www.smsbordello.nl/free-sms/images/hart.gif) no-repeat left;
      height:12px;
      width:20px;
}

#msncontent /* The content frame, below the header. Conatins the profile picture and text message */
{
      font-size:11px; 
      color:black; 
      background-color:#ffffff;
}


/* The image frame that is displayed around the profile picture, 4 elements Top, right, bottom and Left */
#imgHead
{
      background: url(http://www.smsbordello.nl/free-sms/images/images/foto-frame_01.png) no-repeat;
}
#imgFoot
{
      background: url(http://www.smsbordello.nl/free-sms/images/images/foto-frame_05.png) no-repeat;
}
#imgRight
{
      background: url(http://www.smsbordello.nl/free-sms/images/images/foto-frame_04.png) no-repeat;
}
#imgLeft
{
      background: url(http://www.smsbordello.nl/free-sms/images/images/foto-frame_02.png) no-repeat;
}
#imgCenter  /* PRofile picture display area. An image is loaded into this area from the system */
{
      width:47px;
      height:47px;
}

#mainText   /* The main message text displayed to the right of the profile picture */
{
      font-family:Microsoft Sans Serif, Arial, Helvetica, sans-serif; 
      line-height:14px; 
      font-size:12px; 
      font-weight:normal; 
      color:#343338; 
      text-decoration:none;
      padding: 2px 4px 2px 4px;
}

#contentFooter    /* The footer element of the pop-up message box. (Hard coded text= Klik hier om te antwoorden) */
{
      font-family:Verdana, Arial, Helvetica, sans-serif; 
	  line-height:10px;  
      font-size:11px; 
      font-weight:bold; 
      color:#232227; 
      text-decoration:none; 
      text-align:center;
}




