
#popups {
  background:white none repeat scroll 0 0;
  padding: 0;
  position:absolute;
  width:600px;
  z-index:10;
  width: 500px;
  min-height: 550px
  opacity: 1;
}

#popups-title {
	-moz-border-radius-topleft:5px;
	color:#455067;
	margin-bottom:0.25em;
	padding:0.25em;
	background: url(./images/email_hdr.png) repeat-x;
	height: 60px;
	border: none;	}
			
#popups-title div.title {
	float:left;
	color: #a03928;
	font-size: 22px;
	font-weight: normal;
	padding: 15px 0 0 25px;}
	
#popups-title #popups-close {
  float:right;
  text-indent: -9000px;
  margin: 15px 15px 0 0;	}
	
#simple-page h2, #popups h2 {display: none;}
#simple-page.detail-page .content { font-size:16px; }
#simple-page #webform-component-footer {font-size:11px; font-style: italic; color:#666666;}

#popups-title #popups-close a {
	display: block; 
	background: url(./images/close.gif) no-repeat;
	height: 32px;
	width: 32px;	}
		
#popups-body {padding: 0 25px 25px 25px;}

#simple-page label {font-size: 13px; color: #666; font-weight: normal;}

#edit-submitted-email-wrapper label {color: #333; font-weight: bold;}

.marker, .form-required {
  color:#4f6b53;
  font-size: 18px;
  font-weight: normal;
   font-family:Georgia, "Times New Roman", Times, serif;
   }
   
.webform-client-form .form-text, 
#popups-body .form-text {font-size: 15px; border: 2px solid #DDD; width: 400px; padding: 2px; color: #333;}

.webform-client-form input[type="text"]:focus, 
#popups input[type="text"]:focus, 
#popups input[type="password"]:focus, 
#popups textarea:focus {border: 2px solid #4f6b53; background: #FFF;}

#popups #popups-footer {background: url(./images/footer.png);}

.webform-client-form .captcha {color:#666666; margin-top:10px;}
