/*  css/account/default.css */

.Account_navigationRow td {
	background-color: #b5b6c0;
	padding: 5px;
}

#session_error {
	color: #333333;
	background-color: #FFFFCC;
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 10px;
	}
	
#description_wysiwyg {
	width: 100%;
}

table.htmlarea td {
	padding: 0px !important;
}

table.form th {
	text-align: left;
}

table.form {
	width: 100%;
}

table.form td {
	padding: 4px;
}


