/*
		-----
		styles used in forms
		-----
*/


form {
	display: inline;
}

checkbox,
input,
radio,
select {
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 10px;
	color: #6f6e62;
}

textarea {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.helpbox {
	border: 1px solid #4b4b4b;
	background-color: #e3e3d6;
	margin: 10px 0;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
}

p.helpmain {
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 10px;
	line-height: 160%;
	color: #6f6e62;
}

a.orderEdit {
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cc3333;
	text-align: left;
	text-decoration: none;
}

a.orderEdit:hover {
	text-decoration: underline;
}


h3 {
	font-size: 12px;
	padding: 0 0 2px 0;
	margin: 0px 0 0 0;
	border-bottom: 1px solid #9A9887;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 4px 0 0;
	font-size: 9px;
	line-height: 16px;
	color: #9A9887;
}


	/*
		used by "checkout_success.php"
		for member present selection
	*/
#sel-present {
	margin: 10px auto 10px auto;
	width: 90%;
	border: 1px dashed #f90;
	padding: 12px;
	background-color: #ffe;
}
#sel-present h3 {
	font-family: verdana,arial,geneva,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6F6E62;
	padding: 4px 0 10px 0;
	border-bottom: 1px solid #f90;
}

ul.present-list {
	list-style-type: none;
	list-style-position: inside;
	margin: 4px 0 0;
	font-size: 10px;
	line-height: 16px;
	color: #444;
}

ul.present-list li {
	padding: 2px 10px;
}

div.btn-holder {
	text-align: right;
	border-top: 1px solid #FFCB7B;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
}

table.comments-tbl {
	border: 1px solid #B3B1A0;
	padding: 8px;
}
table.comments-tbl textarea {
	background-color: #FFFEE4;
	padding: 3px;
	border: 1px solid #B3B1A0;
}


