/*---------------------------------------------------------------------------
P R O M O T I O N   S U R V E Y
-----------------------------------------------------------------------------

--------------------------------
STRUCTURE
------------------------------*/
.popup { width: 410px; height: 300px; margin: 100px 0 0 0; position: absolute; left: 180px; top: 0; display: block; z-index: 100; text-align: center; font: normal 11px/1.25 verdana, lucida, arial, helvetica, sans-serif; }
.popup ul { width: 121px; height: 200px; position: absolute; top: 105px; right: 140px; list-style: none; }

/*------------------------------
ADDITIONAL CLASSES
-------------------------------*/
.yes, .no { margin: 0 0 7px 0; }
.no { background: url(img/btn121x64_No.jpg); }
.yes span, .no span { padding: 5px 0 0 0; display: block; font-size: 120%; font-weight: bold;  }

/*------------------------------
HEADERS/PARAGRAPHS
------------------------------*/
.headerTxt { padding: 39px 0 0 0; display: block; font: bold 15px/1.25 verdana, lucida, arial, helvetica, sans-serif; color: #1cb1c9; }
.subheaderTxt { margin: 10px 0 0 0; display: block; font: bold 11px/1.25 verdana, lucida, arial, helvetica, sans-serif; color: #636363; }

/*------------------------------
LINKS
------------------------------*/
.popup a { width: 110px; height: 64px; margin: 0 auto; display: block; color: #fff; text-decoration: none !important; }
.popup a:hover { text-decoration: none !important; }

/*------------------------------
IMAGES
------------------------------*/
.popup img { position: absolute; top: 133px; left: 40px; }	
