@charset "UTF-8";
/* CSS Document */
/*
	remail.me custom yui styles
*/	
.yui-panel {
	border-color: #178cb2;
	}
.yui-panel .hd {
	background-color: #178cb2;
	border: none;
	line-height: 18px;
	padding: 4px 6px;
	font-size: 14px;
}
.yui-panel .bd {
	padding: 9px 15px 1px;
	}
.yui-panel .ft {
	font-size: 0.6em;
	}
.yui-panel-container.shadow .underlay {
	bottom:	-6px;
	left: 8px;
	right: -4px;
	top: 7px;
	opacity: 0.18;
	}
.yui-tt {
	background-color:#DCFFDC;
	border:1px solid #82CE56;
	}
.yui-skin-sam .yui-button, .yui-skin-sam .yui-button .first-child, yui-skin-sam .yui-button a { 
	border-color: #FFFFFF;
	}
.mask {
	background-color: #666666;
	opacity: 0.50;
	position: fixed;
	}
.yui-skin-sam .mask {
	opacity: 0.60;
	}

#Y_alert_c, #Y_wait_c {
	background-color: #000000;
	}
#Y_alert, #Y_wait {
	border: 1px solid #425628;
	margin-bottom: 2px;
	}
#Y_alert .hd, #Y_wait .hd {
	font-size: 14px;
	line-height: 2.3em;
	color: #425628;
	background: #ECFFEA;
	border-bottom: 1px solid #425628;
	}
#Y_alert .bd, #Y_wait .bd {
	text-align: center;
	font-size: 0.91em;
	padding: 9px 15px 10px;
	background-color: #FFFFFF;
	}
#Y_alert .bd img, #Y_wait .bd img {
	padding-top: 3px;
	}
#Y_alert .bd p, #Y_wait .bd p {
	margin: 0;
	}
#Y_alert .ft, #Y_wait.ft {
	height: 28px;
	background-color: #ECFFEA;
	border-top: 1px solid #425628;
	}
#Y_alert button, #Y_wait button {
	background-color: #178cb2;
	color: white;
	padding: 0 15px;
	font-size: 11px;
	line-height: 1.5em;
	min-height: 1.5em;
	border: 1px solid rgb(14, 84, 178);
	-moz-border-radius: 3px; 
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	}
.ft #buttonSpan {
	position: absolute;
	bottom: 5px;
	right: 7px;
	font-size: 12px;
	}
	

