/*Setup styles for the demo page. You don't need these*/
body{text-align: center; background-color: #ffffff;padding: 230px 0 0 0;overflow: hidden}
#content{margin: 0 auto; width: 450px; text-align: left;}
.demo{font-size: 700px;line-height: .4;margin: 30px 0 0 0;color: #000044; font-family: "myriad pro", myraid, helvetica, arial, sans-serif;font-style: italic;text-decoration: none}
.demo *{font-size: 18px;line-height: 1.3;font-style: normal}

/*Some example styles to pass your tooltip courtesy of the blueprint CSS framework*/
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/*The tooltip styles*/
.tooltip {padding: 3px;}
.tooltip * { width: 420px;z-index: 999;position: absolute;display: inline;margin: 0 0 0 4px;}

