#pseudoWindow {position:absolute; 
               height:514px;
							 width:615px;
               display:none
              }

#frameLeft	{ position:absolute; 
               top:0px; 
               left:0px; 
               width:600px; 
               height:502px; 
               border:2px solid black; 
               background-color:#ffffff; 
               border-top:3px solid #cccccc; 
               border-left:3px solid #cccccc; 
               border-right:3px solid #666666;
               border-bottom:3px solid #666666;
							 margin:0px;
							 padding:0px;					
	}						

#frameRight { position:absolute;
							width:9px;
							height:508px;
							left:603px;
							top:-3px;
							padding:0px;
							margin:0px;
							border:0px solid red;
							}

#frameRight img { padding:0px;
									margin:0px;
									}							
							
#frameBottom { position:absolute;
								height:12px;
								width:612px;
								left:-3px;
								top:504px;
								padding:0px;
								margin:0px;
								border:0px solid red;
								}
#frameBottom img { padding:0px;
										margin:0px;
										
										}

							
#titlebar {position:absolute; 
           top:0px; 
           left:0px; 
           height:26px; 
           width:596px; 
           
					 background-image:url(images/draggableWindow_bg_off.jpg);
					 background-color:#ff61fe; 
           color:#ffffff; 
           border-bottom:2px solid #666666;
           font-family:Tahoma; 
           font-size:10pt; 
           font-weight:bold; 
           padding:2px;
           text-align:left
          }

#closebox {position:absolute; 
           right:1px; 
           top:1px;
					 margin:0px;
          }

#barTitle {padding-left:3px}

#contentFrame{position:absolute; 
                top:30px; 
                left:0px; 
                height:472px;
                width:600px;
                background-color:#ffffff;
                margin-left:0px;
                margin-top:0px;
                overflow:visible
              }
