/*   All CSS code is Copyright 2010 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

form {
	margin-top: 1em;
}

fieldset {
	border: 1px solid #000;
	margin-bottom: 1em;
	padding: 1em;
	margin-right: 6em;
	margin-left: 6em;
	background: #EDF4EE url(../images/bg-box.gif) repeat-x scroll left top;
	color: #000;
}

legend {
	display: none !important;
}

legend {
	border: 1px solid #000;
	font-weight: bold;
	padding: .25em .5em;
	margin-left: .5em;
	background-color: #355E3B;
	color: #FFF;
}

.entryHeader {
	border: 1px solid #000;
	border-bottom-width: 0px;
	font-weight: bold;
	background-color: #355E3B;
	color: #FFF;
	margin-right: 6em;
	margin-left: 6em;
	text-align: center;
	padding-top: .25em;
	padding-bottom: .25em;
}

textarea {
	border: 1px solid #000;
	padding: .2em;
	width: 23em;
}

input {
	border: 1px solid #000;
	padding: .2em;
	width: 23em;
}

.required {
	color: #FFF;
	background: #355E3B url(/images/bg-navi.gif) repeat-y right top;
	border: 1px solid #123A18;
}

.submitButton {
	background: transparent url(/images/bg-navi.gif) repeat-y right top;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	display: block;
	width: 5em;
	height: 2em;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	color: #FFF;
}

.submitButton:active {
	color: #000 !important;
	background-color: #FFF !important;
	background-image: none !important;
}

.submitButton:hover {
	color: #FFF;
	background: #355E3B url(/images/bg-navi-hover.gif) repeat-y right top;
}

.estimateEntry {
	display: block;
	margin-bottom: .5em;
	clear: both;
}

.estimateEntry div {
	display: block;
	float: left;
	height: 1em;
	width: 12em;
}

p.estimateNote {
	font-size: 80%;
	margin-top: -5px;
}

ul#entryInfo {
	background-color: #EDF4EE;
	border: 1px solid #000;
	margin-right: 4em;
	margin-left: 4em;
	margin-bottom: 3em;
	padding-top: .5em;
	padding-bottom: .5em;
}

ul#entryInfo li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	margin-left: 2em;
	padding-bottom: .25em;
	font-weight: bold !important;
}

ul#entryInfo i {
	font-weight: normal !important;
}