/**
modal_content => sm_content
modal_overlay => sm_olay
modal_close => sm_close
modal_title => sm_title
**/

/*modal*/
#sm_content {
	display: none;
    position: absolute;
    left: 50%;
    padding: 15px;
	top:5%;
    -webkit-box-shadow: 0px 0px 8px #111;
    background:#FFFFFF;
	width:70%;
	margin-left:-36%;
	color:#333333;float:left;font-family: Arial;font-size:1.2em;line-height:1.3em;min-width:54px;
	overflow:auto;
}

.corpo-mensagem {
 font-size:1.2em;line-height:1.3em;
}

.sm_min_text {
	font-size:1.1em;
	
}

.sm_max_text {
	font-size:1.4em;
	
}

#sm_content BR{
	line-height:0.6em; height:0.6em;
}
#sm_content small{font-size:100%;}

#sm_content .sm_options{
	float:right;
	cursor:pointer;
	display:block;
	top:-10px;
	position:relative;
}

#sm_content h3{font-size:116%;}
#sm_olay { background-color: #000000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.overlay {position: relative;top:0;left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #sm_content {
     position: absolute;
     top: 5%;
}

