h3 {
	font-weight: normal;
}
table {
	border: 2px solid white;
}
#signup {
	border: 0px;
}
table.vedit {
	
}
table.vedit th {
	background-color: #FAEBAD;
	border: solid 1px #C0C0C0;
}

table.vedit td {
	border: solid 1px #C0C0C0;
	padding-top: 3px;
	padding-bottom: 1px;
	
}

#signup-table {
	width: 580px;
}

#signup-table th, #signup-table td{
	line-height: 1.2em;
}


#profile-table {
	width:100%;
}

.vertical-bar {
	height: 200px;
}

#members-table {
	width:100%;
}
#amember-main-container {
	text-align: center;
}

table.errmsg {
	border: 0px solid red;
}

table#member-subsettings {
	border: 2px solid white;
	width: 465px;
}
table#member-subsettings td{
	vertical-align: top;
	text-align: left;
}
table#member-subsettings td h3{
	text-align: left;
}

table#member-addrenew {
	width: 400px;
	text-align: center;
	border: 2px solid white;
}

table#member-addrenew th {
	background-color: #fffadc;
}

table#member-paymenthistory {
	border: solid 1px #C0C0C0;
	width: 550px;
}

table#receipt-table {
	width: 450px;
	border: solid 1px #C0C0C0;
}

table#member-paymenthistory th, table#receipt-table th{
	background-color: #fffadc;
	border: solid 1px #C0C0C0;
}
table#member-paymenthistory td, table#receipt-table td {
	border: solid 1px #C0C0C0;
}
table#receipt-table th, table#receipt-table td {
	padding: 3px;
}

table#pleaselogin-table {
	width: 546px;
}
table#lostpassword-table {
	width: 546px;
}
table#addrenew-table {
	width: 380px;
}
table#table_error li {
	color: red;
}
