﻿
/* Styles for div popup notes */

div.notemain { position: absolute; z-index: 50; font: 13px Arial; /* Note text */ background: #FFEAF6 url(/mycorner/images/phase1/bg-why-gradient.gif) repeat-x left bottom; border: 2px solid #DD2388; display: block; width: 250px; /* Note width */ height: auto; /*margin: 0; */ padding: 10px; }

a.note { text-decoration: none; }
div.notemain span.notetitle { float: left; color: #DD2388; padding: 0; width: auto; margin: 0; padding: 0; font: bold 13px Arial; }
div.notemain span.closeanchor { float: right; display: block; margin: 0 0 5px 0; padding: 0 5px 2px 5px; font: bold 10px Arial; border: #DD2388 1px solid; background: #FFF; }
div.notemain span.closeanchor a { text-decoration: none; font: bold 13px Arial; color: #DD2388; }
div.notemain span.notebody { clear: both; /*float: left;*/ display: block; border: 1px solid #DD2388; color: #333; background: #fff; width: 238px; height: auto; margin: 10px 0 0 0; padding: 5px; font-size: 12px; }
