body {
	background-color: #fff;
	margin: 0;
	padding: 24px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.875em;
	color: #333;
}

/**
 * Global styles
 */

a {
	color: #005cab;
}

a img {
	border: 0;	
}

h1 {
	font-size: 1.5em;
	color: #009b7b;
	text-transform: uppercase;
	margin-top: 0;
	border-bottom: 1px #dcddde solid;
	padding-bottom: 1px;
}

table.form {
	border-collapse: collapse;	
}

table.form th {
	text-align: right;
	padding: 3px 14px 14px 0;
	vertical-align: top;
	white-space: nowrap;	
}

table.form td {
	padding: 0 0 14px 0;	
}

input.text {
	width: 230px; /* 216px - 2px border - 4px padding */
	height: 14px; /* 20px - 2px border - 4px padding */
	border: 1px #7f9db9 solid;
	margin: 0;
	padding: 2px;
}

textarea {
	border: 1px #7f9db9 solid;	
	margin: 0;
	padding: 2px;
}

#message {
	width: 230px; /* 216px - 2px border - 4px padding */
	height: 107px; /* 113px - 2px border - 4px padding */
}

button.submit {
	width: 103px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0;
	background: url("../images/button_submit.png");
	cursor: pointer;
	/* Fixes for rendering problems in IE6 and IE7 */
	font-size: 0;
	display: block;
	line-height: 0;
	/* End IE bugfixes */
}

div.alert {
	border: 1px #c00 solid;
	padding: 15px;
	color: #c00;
	font-weight: bold;
	margin: 0 0 15px 0;
}

div.alert p,
div.alert *:first-child {
	margin-top:	0;
}

div.alert ul,
div.alert *:last-child {
	margin-bottom: 0;
}

span.article-credit {
	font-size: 0.875em;
	color: #333;
	margin: 0;
	padding: 0;
	
}