/* transparent */

select{
	margin-bottom:4px;
}

span._scmail_err_msg{
	position:absolute;
	display:none;

	padding:0 0 6px;
	
	width:300px;

	
	top:-35px;
/*	bottom:25px;*/
	left:0;
	
	color:#FFF;
	font-weight:700;
	
	background:url(_efo_img01.jpg) 7px bottom no-repeat;
	
	opacity:0.8;
}

span._scmail_err_msg span{
	display:inline-block;
	padding:6px 8px;
	
	width:auto;
	
	font-size:0.8em;
	color:#FFF;
	
/*	background:#FF3333;*/
	background:#1B8A06;
	
	border-radius:5px;
	-webkit-border-radius:5px;  
	-moz-border-radius:5px; 
}

span._scmail_err_box{
	display:none;
	
	padding:2px 2px 2px 20px;
	
	color:#FFF;
	font-weight:100;
	font-size:12px;
	
	background:url(_efo_icon01.jpg) 5px 5px no-repeat #E24141;
	
	border-radius:5px;
	-webkit-border-radius:5px;  
	-moz-border-radius:5px; 
}

span#_scmail_msg_box{
	position:fixed;
	z-index:10;
	/**
	top:10px;
	left:10px;
	*/
	padding:10px;
	
	width:auto;
	height:auto;
	
	line-height:140%;
	font-weight:100;
	font-size:12px;
	color:#333;

	background:#F4FDE6;

	border:1px solid #1B8A07;
	border-radius:10px;
	-webkit-border-radius:10px;  
	-moz-border-radius:10px; 
}

span#_scmail_msg_box span{
	font-size:18px;
	font-weight:700;
	color:#FB0000;
}




