@charset "utf-8";

/* preview mode
--------------------------------------------------------*/

body.previewMode {
	padding-top: 40px;
}

#previewMsg {
	width: 100%;
	background: url(previewMsg.png) repeat-x #CCE3F7;
	display: none;
	position: fixed;
	left:0;
	top:0;
	z-index:9999;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

#previewMsg div {
	position:relative;
	padding: 10px;
}

#previewMsg div a {
	display:block;
	float:right;
	background: #000;
	color:#fff;
	padding:3px 8px;
	font-size: 12px;
	border-radius:3px;
	position: relative;
	top:-2px;
}

#previewMsg dl {
	float:right;
	margin-right: 10px;
	position: relative;
	top:-2px;
}

#previewMsg dl dt ,
#previewMsg dl dd {
	float:left;
}

#previewMsg dl dt {
	padding-top: 4px;
	font-size: 11px;
}

#previewMsg dl dd input {
	font-size: 11px;
	width: 120px;
	padding: 2px;
}