#popup																{ position: absolute; margin: 0; width: 600px; top: 200px; left: 50px; border-top: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 3px solid #000000; border-right: 3px solid #000000; background: #FFFFFF; display: block; z-index: 5000; padding: 0; }
#popup #topSection										{ position: relative; }
#popup #topSection #list							{ float: left; }
#popup #topSection p									{ padding: 5px; margin: 0 10px 0 10px; }
#popup #topSection #header						{ background: #FFD62A; width: 600px; float: left; margin-bottom: 10px; border-bottom: 1px solid #000000; }
#popup #topSection #header h2					{ margin: 0; padding: 5px; float: left; }
#popup #topSection #header #closeBtn	{ cursor: pointer; float: right; padding: 5px; margin: 0; }
#popup #topSection #mwlImg						{ float: right; padding-right: 20px; padding-top: 10px; }

#popup #bottomSection									{ position: relative; float: left; width: 600px; }
#popup #bottomSection #ds							{ float: left; padding: 10px 0 0 20px; }
#popup #bottomSection p								{ float: right; padding: 5px 5px 15px 5px; margin: 0 10px 0 10px; width: 400px; }

#popup2																{ position: absolute; cursor: pointer; width: 425px; height: 400px; top: 100px; left: 275px; background: #FFFFFF; border-top: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 3px solid #000000; border-right: 3px solid #000000;  }
#popup2 span													{ font-weight: bold; text-decoration: underline; }

#popup2 #topRow,
#popup2 #secondRow										{ text-align: center; }
#popup2 #secondRow td									{ width: 212px; border: 1px solid #000000; }
#popup2 #thirdRow											{ margin: 0 10px 0 10px; width: 400px; }

#popup2 #topRow												{ margin: 0 10px 0 10px; }

#popup2 #closeBtn											{ position: absolute; left: 365px; top: 5px; width: 50px; height: 16px; background: url(/img/buttons/close.png) no-repeat 0 0; }