/*
 * Copyright 2009 by escorts-highclass.com
 * All Rights Reserved
 */

div#account {
	width: 500px;
	padding: 6px;
	background: url("/img/ehform-fieldset.gif") left bottom repeat-x;
}

div#accountnobg {
	width: 500px;
}

div#account a {
	font-weight: bold;
}

div#account div {
	margin-bottom: 4px;
}

div#account div.divide {
	height: 4px;
	margin-bottom: 6px;
	background: url("/img/ehform-divider.gif") left bottom repeat-x;
}

div#account fieldset {
	margin-bottom: 4px;
	border: none;
	border-top: 1px solid #c9dca6;
}

div#account legend {
	color: #333333;
	font-size: 1.1em;
	padding: 0 2px;
	padding-left: 0;
	font-weight: bold;
}

div.accountheader {
	width: 500px;
	color: #555555;
	text-align: right;
	font-size: 11px;
}

div.warning {
	width: 508px;
	color: #ff0000;
	background: #ffff66;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.warning a {
	font-weight: bold;
}

div.warninglight {
	width: 508px;
	color: #000000;
	background: #ffff66;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.warninglight a {
	font-weight: bold;
}

div.daysleft {
	border-top: solid 1px #aaaaaa;
	text-align: center;
	position: relative;
	top: 30px;
	color: #555555
	font-size: 11px;
}

ul.tree, ul.tree ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.tree ul {
	margin-left: 10px;
}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	color: #369;
	font-weight: bold;
	background: url('/img/lastnode.png') no-repeat;
}

