@charset "UTF-8";
/*
 * Blocks CSS
 * Client: Pact
 * Project: Pact Global Website
 * Author: Steve Case
 * Author Company: Case Developed, LLC
 * Email: steve@casedeveloped.com
*/

/* ===== Begin All Drupal Block Styles ===== */
/* Share This Right Column Block */
section.block-sharethis .content {
	width: 215px;
	padding: 15px;
	margin: 10px 0 0 -10px;
	border-radius: 5px;
	background-color: #F4F3F1;
	box-shadow: inset 0 0 5px #CCC;
	-moz-box-shadow: inset 0 0 5px #CCC;
}

/* Newsletter Signup Bllock */
.newsletter-signup  p {
	margin: 0 0 10px 0;
}

.node-webform .submitted {
  display: none;
}

/*Friday report form*/
#node-webform-971 .form-text {
  padding: 15px;
  width: 275px;
  margin: 0 0 15px 0;
  color: #666;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  outline: 0;
}
#node-webform-971 .form-text.error {
  border: 2px solid #911B50;
}
#node-webform-971 .form-submit {
  margin: 15px 0;
  background-color: #7F1542;
  background-image: none;
  color: #FFF;
  text-shadow: none;
  padding: 10px 10px 10px 15px;
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 11px;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  width: auto;  
}