/* CSS Document */

/* P O P U P */

#pop { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 50; margin: 0; padding: 0; }
#pop .bg { background: #000; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 51; margin: 0; padding: 0; }
#pop .popupContent { position: relative; background: #000; width: 100%; min-height: 390px; margin: auto auto; z-index: 52; font-size: 11px; padding: 0; }
#pop .popupContent iframe { position: relative; width: 100%; height: 390px; }

#pop .popupContent h1 { color: #5d8ac3; font-weight: bold; font-size: 16px; margin: 0; padding: 0; line-height: 20px; }
#pop .popupContent h2 { color: #666; font-weight: bold; font-size: 14px; margin: 0; padding: 0; line-height: 18px; }
#pop .popupContent h3 { color: #666; font-weight: bold; font-size: 12px; margin: 0; padding: 0; line-height: 16px; }

#pop .popupContent input { margin: 0; width: 75px; }

#pop .popupContent .clearFix { float: left; width: 100%; clear: both; }

