body {
	background-color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}

a {
	color: #49301C;
}

img {
	border: 0;
}

.container {
	background-color: #E5ECF3;
	width: 800px;
	padding: 10px;
	margin: 0 auto;
}

.header {
	height: 90px;
}

.logo {
	float: left;
}

.menu {
	float: right;
	background-color: #fff;
	padding: 5px;
}

a.signin {
	background: url(../img/signin.gif) no-repeat;
	display: block;
	width: 257px;
	height: 34px;
	font-size: 20px;
	text-decoration: none;
	padding: 3px 0 0 10px;
	margin: 0 auto;
	color: #33CCFF;
	font-weight: bold;
}

.form p { margin:0.4em; clear:both; }
.form label { float:left; width:230px; }
.form input.txt { border:1px #c5c5c5 solid; width:190px; }

.error {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.notice {
	background-color: #DDFFCC;
	padding: 6px;
	text-align: center;
}

.notice-premium {
	background-color: #DDFFCC;
	padding: 6px;
}

ul.features {
	list-style: none;
}

ul.features li {
	background: url(../img/tick.gif) no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
}

#saved {
	position: absolute;
	background-color: #FFFFCC;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	top: 0;
	left: 0;
	width: 99%;
	z-index: 500;
	cursor: default;
}

a.delete-account {
	font-size: 11px;
	float: right;
}

.footer {
	background-color: #DDFFCC;
	width: 800px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	font-size: 11px;
}