* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background-color: #E8FFDE;
	color: #3D403C;
	font-family: Calibri, Verdana, sans-serif;
}
a {
	color: #C7D99A;
}
a:hover {
	color: #E8FFDE;
}
input, textarea, a#startButton, a#clearButton {
	background-color: #C7D99A;
	border: 1px solid #BF6321;
	padding: 5px 20px;
	margin-top: 5px;
	font-size: 1em;
	color: #3D403C;
}
div#header {
	background-color: #7A8C87;
	height: 150px;
	border-bottom: 4px solid #C7D99A;
}
div#header h1 {
	margin: 30px;
	font-size: 5em;
	display: block;
	float: left;
	border-right: 1px solid #94A6A1;
	padding-right: 50px;
	margin-right: 0;
	color: #E8FFDE;
}
div#header ul {
	margin: 30px;
	float: left;
	list-style-type: square;
	line-height: 2em;
}
div#header div#actionTypeBox {
	float: left;
	height: 150px;
	color: #E8FFDE;
}
div#header div#actionTypeBox div.manual {
	padding-top: 5px;
}
div#header div#actionTypeBox div.fromurl, div#header div#actionTypeBox div.fromtxt {
	padding-top: 40px;
}
div#header div#actionTypeBox div.manual textarea {
	padding: 2px;
	height: 70px;
}
a#startButton, a#clearButton {
	display: block;
	padding: 5px 50px;
	float: left;
	margin-right: 20px;
	font-size: 1.2em;
	text-decoration: none;
}
a#startButton:hover, a#clearButton:hover {
	background-color: #BF6321;
	color: #E8FFDE;
}
table#urlTable {
	border: 1px solid #BF6321;
	float: left;
	width: auto;
}
table#urlTable tr th, table#urlTable tr td {
	padding: 8px 20px;
	border-right: 1px solid #D97D3B;
	border-bottom: 1px solid #BF6321;
}
table#urlTable tr th {
	background-color: #BF6321;
	color: #E8FFDE;
	vertical-align: middle;
}
table#urlTable tr.borderTop th {
	border-top: 1px solid #D97D3B;
}
table#urlTable tr th input {
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 4px;
	margin-left: 10px;
}
div#content {
	padding-left: 35px;
}
.clear {
	clear: both;
}
.help {
	cursor: help;
}

