/* BASIC css start */
/* ÀÎÆ®·Î ÆË¾÷ °ü·Ã ½ºÅ¸ÀÏ */
#element_to_pop_up {display:none; padding:0px; min-width:640px; /* ÆË¾÷ÀÇ »çÀÌÁî¸¦ ¹Ýµå½Ã ÁöÁ¤ÇØÁÖ¾î¾ß ÇÕ´Ï´Ù. */min-height:701px;}
#element_to_pop_up .mintroClose {cursor:pointer; color:#fff; font-size:11px; line-height:30px; float:right; height:30px; padding-right:10px;}
#element_to_pop_up .mNotToday {cursor:pointer; float:left; padding-left:10px; position:relative;}
#element_to_pop_up .mNotToday>input {cursor:pointer; width:13px; height:13px; border:0px; position:absolute; top:8px;}
#element_to_pop_up .mNotToday>label {cursor:pointer; color:#fff;font-size:11px; position:absolute; top:0px; width:200px; left:25px; text-align:left; height:30px; line-height:30px;}
#element_to_pop_up .close_area {background-color:#6c6c6c; width:640px; height:30px; }

/* BASIC css end */

