/**
modal_content => sm_content
modal_overlay => sm_olay
modal_close   => sm_close
modal_title   => sm_title
**/

/*modal*/
#sm_content {
    display: none;
    position: fixed;
    left: 50%;
    padding: 15px;
    top:10%;
    -webkit-box-shadow: 0px 0px 8px #111;
    background:#FFF;
    width:671px;
    margin-left:-335px;
    text-align:center;
}
#sm_content .sm_close {
	float:right;
	cursor:pointer;
	position:relative;
	border:0px;
    background:url(/images/tooltip-close.png) no-repeat; /* adjust url as required */
    width:16px;
    height:16px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:3px;
    right:3px;
}
#sm_olay { 
    background-color: #1F0D04; 
}
/*
#sm_content small { 
    font-size:77%;
}
#sm_content h3 {
    font-size:116%;
}
*/

/* check ie.css and ie7.css for hacks  */

