@charset "utf-8";
/* SFP Choose Your Savings Styles */
body
{
	background-image:url(http://www.stormfrontproductions.net/addy2007/images/bg.gif);
	background-repeat:repeat;
	font-family:"Trebuchet MS", Arial, sans-serif;
	margin:0;
}

/* layout */
#container
{
	background-color:#000000;
	margin:0 auto;
	text-align:center;
	width:990px;
}

#nav
{
	background-color:#907f60;
	border-top:3px solid #c2baac;
	color:#f9efdd;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:26px;
	margin:0;
	padding:10px 0 0 0;
	width:538px;
}

	#nav a
	{
		color:#ffffff;
		margin:0 0 0 9px;
		text-decoration:none;
	}
	
	#nav a:hover
	{
		color:#f9efdd;
		text-decoration:none;
	}
	
#form
{
	background-color:#f9efdd;
	background-image:url(images/mid_bg.gif);
	color:#907f60;
	float:right;
	font-size:14px;
	height:352px;
	margin:0;
	padding:58px 0 0 40px;
	text-align:left;
	width:498px;
}

#bottom
{
	background-image:url(images/bot_bg.jpg);
	color:#999999;
	font-size:9px;
	height:161px;
	float:right;
	line-height:1.5em;
	margin:0;
	padding:76px 50px 0 50px;
	width:438px;
}

	#bottom a
	{
		color:#999999;
		text-decoration:none;
	}
	
	#bottom a:hover
	{
		color:#CCCCCC;
		text-decoration:none;
	}
			

#footer
{
	color:#999999;
	font-size:12px;
	padding:10px 0;
}

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

/* forms */
.textbox
{
	background-color:#FFFFFF;
	border:1px solid #c2baac;
	color:#907f60;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	width:190px;
}

.button
{
	background-color:#907f60;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	
/* misc */
.clear
{
	clear:both;
	height:0;
}

label.error
{
	color:#990000;
	font-size:10px;
}

.ast
{
	color:#990000;
}

.nomargin
{
	margin:0;
	padding:0;
}