body
{
	margin: 0 auto;
	width: 950px;
	font-family: Arial;
	background-color: #4C4B4A;
	background: #4D502F;
	background: #4D604B;
}

h1
{
	font-size: 32px;
	color: #990;
	padding: 20px;
}

h2
{
	font-size: 30px;
	padding-bottom: 20px;
	color: #331e33;
	text-shadow: #999 1px 1px 1px;
}

a
{
	color: #3d4752;
	text-decoration: none;
}

a:hover
{
	color: #ff7f00;
	text-decoration: none;
}

input, textarea, select, button
{
	padding: 2px;
	font-size: 16px;
	font-family: Arial;
}

input, textarea, select
{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background: url('/images/field-background.png') repeat-x;
	color: #333;
	font-size: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input:focus
{
	background: #ffffa6
}

button
{
	background: #ddd;
	color: #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #999;
	font-size: 14px;
	padding: 3px 5px 3px 4px;
}

button img
{
	margin: 0 5px -3px 0;
}

button.big
{
	font-size: 16px;
	padding: 3px 5px 3px 4px;
}

button.big img
{
	margin: 0 5px -2px 0;
}

button:hover
{
	background: #bfdeff;
	border-color: #82acd9;
	color: #2c4666;
	cursor: pointer;
	cursor: hand;
}

button.positive
{
	color: #3d6614;
}

button.negative
{
	color: #900;
}

button.positive:hover
{
	background: #e2f0aa;
	border-color: #7f8561;
}

button.negative:hover
{
	background: #ffbfbf;
	border-color: #d97777;
}

/* foundation type classes */

.clear
{
	clear: both;
}

/* layout */

#header
{
	width: 100%;
}

#navigation
{
	background: #4D502E;
	height: 39px;
	margin-top: 69px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}

#navigation ol
{
	float: right;
	padding-right: 30px;
}

#navigation ol li
{
	float: left;
	margin: 12px 0px 0px 20px;
	font-size: 16px;
	color: #FFF;
}
	
#navigation a
{
	color: #ddd;
	font-weight: bold;
}

#navigation a:hover
{
	color: #ff0;
	text-decoration: none;
}

#content
{
	clear: both;
	min-height: 100px;
	background: #fff;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	padding: 40px 50px 60px 50px;
	color: #666;
	border-top: 1px solid grey;
}

#content
{
	font-size: 18px;
}

dl dd
{
	font-size: 18px;
	line-height: 26px;
}

p
{
	font-size: 18px;
	margin-bottom: 24px;
	line-height: 24px;
}

address
{
	margin-top: -15px;
}

#footer
{
	width: 600px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 0;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

#footer a
{
	color: #ddd;
	font-weight: normal;
}

#footer a:hover
{
	color: #ff0;
	text-decoration: none;
}

.instructions
{
	border: 2px solid #D9D98D;
	background-color: #FFFFA6;
	margin: 0px 20px;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 18px;
}

.instructions a
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.invisible
{
	display: none;
}

/* usability */

div.instructions a:hover
{
	text-decoration: none;
}

label.error {
	margin: 5px 0 10px 10px;
	color: #f00;
	float: left;
	font-style: italic;
	width: 300px;
}

/* splash */

#splash img
{
	float: left;
	padding: 0;
}

#splash div
{
	text-align: center;
}

#splash button
{
	margin-top: 40px;
}

#splash h2
{
	font-size: 35px;
}

#splash h3
{
	font-size: 19px;
}

#splash h4
{
	font-size: 19px;
	font-weight: normal;
	margin-top: 20px;
}

#small-tour
{
	font-size: 13px;
	margin-top: 15px;
}

#small-tour a
{
	color: #000;
	text-decoration: underline;
}

#small-tour a:hover
{
	text-decoration: none;
}

#splash button
{
	font-size: 20px;
}

/* plans */

.plans h2
{
	font-size: 34px;
}

.plans h3
{
	margin-top: -10px;
	font-weight: normal;
	font-size: 24px;
}

#plans
{
	margin: 0 auto;
	text-align: center;
}

#plans .plan {
	width: 32%;
	height: 190px;
	float: left;
	margin: 15px 4px 4px 4px;
}
	
#plans .plan h1
{
	font-size: 28px;
	padding: 0 0 20px 0;
}
	
#plans .plan h2
{
	font-size: 22px;
}
	
#plans .featured
{
	width: 180px;
	height: 220px;
	margin-top: 0;
	font-size: 24px;
}

#plans .featured h1
{
	font-size: 32px;
}

#plans .featured h2
{
	font-size: 26px;
}

#plans .featured button
{
	font-size: 24px;
}
	
#free-plan h3 a
{
	color: #000;
	text-decoration: underline;
}

#free-plan h3 a:hover
{
	text-decoration: underline;
}
	
.qa
{
	width: 410px;
}

.qa h3
{
	font-size: 18px;
	margin-bottom: 10px;
}

.qa p
{
	line-height: 20px;
	margin-bottom: 25px;
}

/* phones & reminders */

form#phones table,
form#reminders table
{
	width: 100%;
}

form#phones th,
form#reminders th
{
	text-align: left;
	font-size: 14px;
	padding: 0 5px;
}

form#reminders th
{
	text-align: center;
}

form#phones td
{
	padding: 5px;
	font-size: 24px;
}

form#reminders td
{
	padding: 5px 0 0 5px;
}

form#phones td input,
form#phones td select
{
	padding: 2px;
	font-size: 16px;
}

form#reminders .date,
form#reminders .time,
form#reminders .days,
form#reminders .through
{
	font-size: 12px;
	font-weight: bold;
}

form#reminders .date
{
	font-weight: normal;
}

form#reminders .through
{
	font-style: italic;
}

input.phone3, input.phone4
{
	text-align: center;
}

input.phone3
{
	width: 42px;
}

input.phone4
{
	width: 54px;
}

form#reminders .name
{
	font-weight: bold;
	font-size: 22px;
}

form#reminders .name span
{
	color: #CCC;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

/* reminder edit form */

form#reminder dl#left
{
	float: left;
}

form#reminder dl#right
{
	float: right;
	width: 550px;
}

form#reminder dl#left dt,
form#reminder dl#right dt
{
	font-size: 9pt;
	font-weight: bold;
	padding: 10px 0px;
	clear: left;
}

form#loginForm ul li div,
form#signupForm ul li div
{
	padding-bottom: 10px;
}

form#loginForm ul li a,
form#signupForm ul li a
{
	color: #000;
}

form#loginForm ul.form li.input input,
form#signupForm ul.form li.input input
{
	width: 100%;
	margin-bottom: 10px;
}

form#loginForm ul.form li.remember, ul.form li.forgot
{
	font-size: 10px;
}

form#signupForm ul.form li.tos
{
	margin: 20px 0;
}

select option
{
	background: #fff;
}

form#loginForm ul.form {
	width: 250px;
}

form#loginForm ul.form li.buttons,
form#signupForm ul.form li.buttons
{
	margin-top: 10px;
}

form#loginForm ul.form li.forgot {
	margin-top: 10px;
}

form#loginForm ul.form li.input div label,
form#signupForm ul.form li.input div label,
form#accountForm ul.form li.input div label
{
	font-size: 12px;
	font-weight: bold;
	clear: left;
	float: left;
	margin-bottom: 10px;
}

/* jQuery Datepicker */

#ui-datepicker-div
{
	font-size: 60%;
}
