/*
CSS for the nag screen in frontend
v0.2.20131123
*/

#pwcr_nag {
	position:fixed;
	top:5%;
	left:25%;
	width:50%;
	padding:5px;
	background:#FFF0F0;
	border:2px solid black;
	border-radius: 5px;
	border-left: 4px solid red
}

#pwcr_nag h3 {
	font-family: "Open Sans",sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	color: #555555;
	margin: 1em 0;
	display: block;
}

#pwcr_nag .button {
background: none repeat scroll 0 0 #F7F7F7;
	border-color: #CCCCCC;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.08);
	color: #555555;
	vertical-align: top;
    	
	-moz-box-sizing: border-box;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	height: 28px;
	line-height: 26px;
	margin: 0;
	padding: 0 10px 1px;
	text-decoration: none;
	white-space: nowrap;
}