@charset "UTF-8";
#header { float:left; width:140px; margin-left:80px; }
#body { margin-left:240px; }

#body p strong { color:#fff; background-color:#000; }
#body p.about_us { 
	width:333px; height:102px;
	background:transparent url(/assets/images/tagline.png) no-repeat left center;
	text-indent:-9000px;
}

.popup {
	min-width:500px; 
	padding:20px;
	background-color:rgb(248,248,248);
	background-color:rgba(245,245,245,0.9);
	border:3px solid #AAAAAA;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.popup form fieldset { padding:10px 20px; margin-bottom:10px; border:none; }
.popup form legend { color:#000; font-weight:bold; font-size:16px; }
.popup form p { margin-bottom:4px; }
.popup form p label { float:left; width:80px; font-weight:bold; }
.popup form p input { width:190px; }
.popup form p.form_actions { padding:0 20px; }
.popup form p.form_actions button { 
	margin-right:4px;
	background-color:#000;
	color:#fff;
	border:none;
	padding:2px 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:3px;
	-webkit-box-shadow:3px;
}
.popup form p.form_actions .action { border-bottom-color:#444; }