

/*------------discounts.css----------*/

/* page structure
-------------------------------------*/
div#discounts-left {
	width:420px;
	float:left;
}
div#discounts-right {
	float:left;
	margin-left: 90px;
}
#form-discounts {
	margin-top:15px;
}

div#email-addresses {
	margin-bottom: 24px;
}

div.email-address {
	margin:0;
	padding:3px 0 3px 20px;
	background:url(/images/icons/email.gif) no-repeat 0px 6px; 
}


#container
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
line-height: 130%;
overflow: hidden
}

#top
{
padding: .5em;
background-color: #ddd;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 250px;
border-left: 1px solid gray;
padding: 1em;
max-width: 36em;
}

#footer_discounts
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


/* user notice
-------------------------------------*/
div#user-notice {
	margin:0 0 15px 0;
	padding:10px 10px 10px 32px;
	text-align:left;
	width:550px;
}
div#user-notice a {
	color:#c00;
	text-decoration:underline;
}
div#user-notice a:hover {
	text-decoration:none;
}
div#user-notice ul {
	list-style:disc;
	margin:3px 0 0 16px;
}
div.user-notice-info {
	background-color:#e2f9e3;
	background-image:url(/images/icons/tick.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	border:3px solid #9c9;
}
div.user-notice-error {
	background-color:#ffcfce;
	background-image:url(/images/icons/cross.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	border:3px solid #c00;
}

