html,body{ height:100%; }
/*body{ background: url(tall-grass.jpeg) 0 0 no-repeat; background-size:auto; }*/
body{ background: url(repeat-bg.gif); }
.logo{ padding:30px; background:#000; text-align:center; border-bottom:5px solid #ddd; }
.bordered{ border:1px solid #333; padding:20px; }

#frm_form, .pn{ margin-top:50px; margin-bottom:20px; }
.panel{ 
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,1);
	box-shadow: 0px 3px 14px 0px rgba(0,0,0,1);
}

label.lblmain{ margin-top:5px; }
label.error{ margin-left:5px; font-weight:normal; font-style:italic; font-size:10px; color:red; }

.main-footer{ padding:50px 0 20px 0; text-align:center; font-weight:bold; color:#333; }