/* 
WOO CUSTOM STYLESHEET
---------------------
Add your custom styles here instead of style.css so it is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to your liking.
*/

#application table td, #application table th {vertical-align: top;}

#application table th { text-align: right; line-height: 14px; }

#application table td {padding-right:30px;}

#application td input {width: 150px;}

#application table th.essay {padding-top: 20px; text-align: left;}

table .error {
  display: block;
  color: #ee0000 !important;
  padding-top: 5px;}

table input.error {border: 1px solid #ee0000;}

#footer-info #newsletter {padding-top: 10px;}

#footer-info #newsletter td {font-size: .9em;}

#footer-info #newsletter td label {font-weight: normal; color: #8C9BA3;}

/* 
Scott trying to style an "action" module to be placed above page intro and at page bottom 
*/

div.action h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	color: #61666C;
	font-family: Arial, Helvetica, sans-serif
}

div.action cite {
	color: #666;
	font-size: 16px;
}

div.action h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
}

div.action {
	width: 540px;
        #width: 100%;
	margin: 0 0 30px 0;
	padding: 15px 15px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	background-color: #DCE7F1;
}

