.page .login {
	margin: 20px 0;
	font-size: 1.2em;
}

.page .login th {
	text-align: left;
	font-weight: normal;
	padding-right: 20px;
	height: 25px;
}

.page .login input {
	width: 200px;
}

.left {
	margin: 10px 0;
	float: left;
	width: 50%;
	border-right: 1px solid #E0E0E0;
}

.right {
	padding-top: 10px;
	margin-left: 470px;
}

#content h2 {
	font-size: 2.4em;
	margin: 20px 0 0 15px;
}

#content h3 {
	margin: 0 0 20px 15px;
}

/* Form */

fieldset .leg {
	border-bottom: 1px solid #CABB5D;
	background: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
	padding: 0 0 10px 20px;
}

fieldset {
	font-size: 1.2em;
	border: 0 none;
	margin-bottom: 30px;
	color: #333;
}

fieldset input, fieldset textarea, fieldset select {
	border: 1px solid #C1C1C1;
	background: #FFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 1px 2px;
	width: 100%;
}

input.disabled {
	border: 0 none;
	background: transparent;
}

.ownersAdd th {
	width: 200px;
}

fieldset table {
	width: 100%;
	border-collapse: collapse;
}
	
	fieldset table td, fieldset table th {
		padding: 0 10px 0 20px;
		line-height: 30px;
		text-align: left;
	}
	
	fieldset table td p {
		line-height: 1em;
	}
	
	table .even {
		background-color: #F4F1DB;
	}
	
	table th {
		font-weight: normal;
		vertical-align: top;
	}	
	
div.submit {
	text-align: right;
}