/* 						Owners Area
---------------------------------------------------------------- */
.owner table {
	border: 1px solid #999;
	margin: 20px 0 10px 30px;
	text-align: left !important;
	width: 470px;
}
.owner table tr td.leftc {
	font-weight: bold;
	width: 280px;
}
.owner table tr td.rightc {
	text-align: center;
	vertical-align: bottom;
	width: 50px;
}
.owner table tr td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 3px;
	text-align: left;
}
.owner table td.title {
	background: #f1f1f1;
	border: 1px solid #999;
	border-bottom: 2px solid #999;
}
.owner form label {
	width:100px;
	display:block !important;
	float:left;
}
.owner form input {
	width:150px
}
.owner #submit {
	width:100px;
	margin:10px 0 0 110px
}