/*****************************************************
* Edit Page Styles
*****************************************************/

h4 a {
	padding-left: 7px;
	background: transparent url(../images/list-item-dark.png) no-repeat left 4px;
}

.account-editor {
	float: left;
	width: 570px;
	}

.account-sidebar {
	margin-top: 90px;
	margin-left: 620px;
	min-height: 200px;
	width: 205px;
	padding: 57px 15px 5px;
	width: 293px;
	background: #F2F2F2 url(../images/light_big_box-bg.gif) top left no-repeat;
	color: #888;
	font-size: 12px;
	border: 4px solid #D3D3D3;
	margin-bottom: 17px;
	}

.account-sidebar .light-wide-hdr {
	position: absolute;
	font-size: 20px;
	color: #1F1F1F;
	margin: -40px 0 0 0;
	}
	
.account-sidebar a {
	color: #888;
	text-decoration: underline;
	}	

.account-sidebar a:hover {
	text-decoration: none;
	}	

.account-sidebar li {
	padding: 8px 0;
	border-top: 1px solid #ddd;
	}

.testimony-holder {
	margin: 10px 0;
	padding: 10px;
	width: 550px;
	background: rgb(212,212,212) url(../images/pro_nav-bg.gif) repeat-x left top;
	color: #333;
	font-size: 12px;
	border: 1px solid rgb(185,185,185);
	border-top: 0;
	}

.testimony-holder a {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	text-decoration: underline;
	background: transparent url(../images/list-item-dark.png) no-repeat left 3px;
	}

.testimony-holder a:hover {
	text-decoration: none;
	}

.testimony-name {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	}

.testimony-date {
	color: #555;
	font-size: 10px;
	margin-top: 10px;
	}

.testimony-message {
	color: #555;
	margin: 10px 0 15px 0;
	font-size: 12px;
	}

.testimony-message a {
	background: none;
	padding: 0;
	font-size: 12px;
	}

.newsl-holder {
	margin: 10px 0;
	padding: 6px;
	width: 550px;
	background-color: rgb(212,212,212);
	color: #333;
	font-size: 12px;
	border: 1px solid rgb(185,185,185);
	}

.edit-form {
	padding: 30px 0 0 15px;
	font-size: 12px;
	color: rgb(31,31,31);
	}

.edit-form input {
	padding: 4px;
	font-size: 12px;
	width: 240px;
	}

.edit-form .fieldfull {
	width: 546px;
	}

.edit-form form li {
	width: 570px;
	padding-top: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #d5d5d5;
	}

.edit-form form li div {
	margin-bottom: 15px;
	}

.edit-form .phonenumber span {
	float: left;
	display: block;
	margin-right: 4px;
	}

.edit-form .phonenumber {
	padding-bottom: 30px;
	}

.edit-form .phonenumber input {
	width: auto;
	}

.edit-form label {
	font-size: 14px;
	display: block;
	margin-bottom: 7px;
	}

.edit-form span label, .edit-form div label {
	clear: both;
	color: #999;
	margin: 2px 0 0 0;
	font-size: 10px;
	}
	
.edit-form textarea {
	padding: 4px;
	font-size: 12px;
	height: 220px;
	}	
		
.edit-form a {
	color: #555;
	text-decoration: underline;
	}	
	
.edit-form a:hover {
	text-decoration: none;
	}	
	
.edit-form table {
	width: 100%;
	border: 1px solid #888;
	border-top: 0;
	border-right: 0;
	border-spacing: 0;
	border-collapse: 0;
	padding: 0;
	}	

.edit-form tr:hover {
	background-color: #fff;
	}		
	
.edit-form td, .edit-form tr {
	height: 25px;
	}	

.edit-form td, .edit-form th {
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	}	

.edit-form th {
	background-color: #1f1f1f;
	color: #fff;
	text-transform: uppercase;
	height: 30px;
	}	
	
.edit-form .form-bg-alt {
	background-color: #ddd;
	}	
	
.delete-account {
	text-align: center;
	margin: 110px 0 0 0;
	padding: 10px;
	background-color: #f6b8b8;
	color: rgb(32,32,32);
	font-size: 12px;
	}	
