.account_header, table.account caption {
	font-size: 160%;
	color: #52C207;
	font-weight: bold;
	border-bottom: 1px solid #D4EFC2;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

table.account {
	width: 100%;
	border: 1px solid #ececec;
}
table.account th {
	background-color: #608B42;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
}
table.account td {
	margin: 1px;
	padding: 3px;
	background-color: #fff;
}
table.account td.empty {
	/*font-size: 150%;*/
	padding: 10px;
	text-align: center;
	line-height: 1.8em;
}
form.basic {
	width: 60%;
	margin: 2px auto;	
}
form.basic label {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
	padding-top: .2em;
	height: 2em;
	display: block;
	float: left;
	width: 30%;
	margin: 3px 2px;
}

form.basic div.description {
	font-size: 80%;
}

form.basic div.field {
	margin: 3px 2px;
	width: 66%;
	float: left;
	min-height: 2.8em;
}

form.basic div.large {
	height: auto;
}

form.basic div.large label {
	font-size: 12px;
	padding-top: .2em;
	height: 1.4em;
	display: block;
	width: auto;
}

form.basic input[type=text], form.basic textarea, form.basic select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	padding: 2px;
}
form.basic select {padding: 0}

form.basic div.buttons {
	clear: both;
	padding: 10px; 
	text-align: center;
}

form.basic ul.errors li {
	list-style-type: square;
	color: #666;
	font-size: 80%;
}

.account .section {
	width: 30%; margin-bottom: 10px; float: left;
}
.account .section ul li {
	line-height: 1.6em;
}

.account h2 { 	font-size: 120%;
	margin: 3px 8px;
	color: #54c409;
	border-bottom: 1px solid #54c409;}
