/*------------------------------------------------------------------ */
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:1%;
	border:#ccc 1px solid;
	border-radius:3px;
	box-shadow: 0 1px 2px #d1d1d1;
    width:98%;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
}
table th:first-child{
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child{
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	border-top-right-radius:3px;
}
table tr td:first-child{
	text-align: left;
	border-left: 0;
}
table tr td {
	padding:1%;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;	
	background: #fafafa;
}

table tr td input[type='text'], table tr td textarea, table tr td input[type='password'] { width:100%; }
table tr.even td{
	background: #f6f6f6;
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
}

table tr td.label { width:25%; }
table tr td.input input[type='text'], table tr td.input input[type='password'] { width:90%; }
table tr td.submit_row { text-align:center;}
