p.required {
	margin: 0 0 7px 240px; /* +10px of label width */
	padding: 0;
	font-weight: bold;
}

fieldset p {
	margin-bottom: 5px;
}

fieldset p.last-child {
	margin-bottom: 14px;
}

fieldset p span {
	color: #999999;
	padding-left: 10px;
}

fieldset p span img {
	vertical-align: text-bottom;
	height: 16px;
	width: 16px;
}

fieldset p.labelXtraTopMargin {
	margin-top: 20px;
}

fieldset label {
	display: block;
	width: 230px;
	text-align: right;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

fieldset input {
	width: 200px;
}

fieldset select {
	width: 205px;
}

fieldset textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
	width: 600px;
	margin: 0;
	padding: 0;
}

fieldset input.checkbox, .checkbox {
	margin: 0 7px 0 0;
	padding: 0;
	border: 0;
}

fieldset input.checkbox, fieldset .submit, fieldset input.radio, .radio {
	width: auto;
	border: 0;
}

fieldset legend {
	padding: 10px;
	font-style: italic;
	display:block;
}

#steps {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 16px;
	background: none;
}

#steps .step1 {
	width: 332px;
	text-align: center;
	padding: 12px 0;
	margin: 0;
	float: left;
	border-right: #FFF 1px solid;
	background: #e5e5e5;
	color: #999999 ;

	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px; 
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

#steps .step2 {
	text-align: center;
	padding: 12px 0;
	margin: 0;
	float: right;
	width: 332px;
	background: #e5e5e5;
	color: #999999 ;

	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px; 
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#steps .on {
	background: #d6d6d6;
	color: #333;
}

/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	margin-left: 240px;
	font-size:12px; 
	text-align: center; 
	background: transparent url(/resources/images/yellow-button.gif) no-repeat right -23px; 
}
	
button.submitBtn span {
	padding: 3px 0 0 15px; 
	height:19px; 
	background: transparent url(/resources/images/yellow-button.gif) no-repeat left top; 
	color:#333; 
}
	

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.submitBtn span {
		margin-top: -1px;
	}
}

button.inline-button {
	display:inline;
}

button.cancel {
	margin: 0 3px 0 0 !important;
}

button.go {
	display:none;
}

/* @end */

ul.details {
	margin: 20px 0 20px 40px;
}

ul.thingsweneed {
	margin: 20px 0 20px 60px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

