/*************************************************
	Title: Screen styles for membership section
	Author: 420 Creative - 420creative.com
	Copyright: 2009 New York State Jewelers Association
*************************************************/

#member-table {
	width: 95%;
}

#member-table tr th {
	border-collapse: collapse;
	border: 3px solid #7a8c97;
	border-width: 3px 0;
	padding: 8px;
}

#member-table td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #7a8c97;
	border-width: 0px 1px 1px;
}

input.searchme {
	border: 1px solid #999;
	padding: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#tdrcs {
	width: 442px;
	background: #fff;
	margin-top: 40px;
	padding-bottom: 10px;
}

		#tdrcs p { margin: 0 10px; }
		
		#tdrcs p a { color: #537ec2; }
