body {
    font: normal 11px verdana, arial, helvetica, sans-serif;
    margin: 0;
    padding: 40px;
}

h1, h2 {
    font: normal 24px arial, helvetica, sans-serif;
    color: #6688ab;
}

h2 {
    margin-top: 1em;
    font-size: 13px;
    font-weight: bold;
}

#container {
    margin: 0 auto;
    width: 866px;
}

a:link { color: #7a98b6; font-weight: bold; text-decoration: none; }
a:visited { color: #7a98b6; font-weight: bold; text-decoration: none; }
a:hover { color: #7a98b6; font-weight: bold; text-decoration: underline; }
a:active { color: #7a98b6; font-weight: bold; text-decoration: underline; }

#steps {
    margin-top: 30px;
    border-bottom: 1px solid #a99b5c;
    padding-bottom: 10px;
}

#steps ul {
    list-style: none;
    display: inline;
    margin: 60px 0 50px 0;
    padding: 0;
}

#steps li {
    display: inline;
    list-style: none;
    padding-right: 6px;
    color: #a99b5c;
}

#steps li.active {
    color: #6688ab;
    font-size: 14px;
}

#steps li.active_back a, .active_back {
    color: #a99b5c;
    font-weight: normal;
}

#steps li.inactive { color: #ccc; }

#steps .active span { font-style: italic; }

#step1 {
    margin: 20px 0 0 0;
    border-bottom: 1px solid #a99b5c;
}

#step1 tbody td {
    padding: 0 20px 20px 0;
    width: 25%;
}

#sidebar-product, #sidebar-contact {
	float: right;
	clear: right;
	padding-top: 20px;
	width: 215px;
}

#sidebar-product ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#sidebar-product li {
	background: transparent url(../images/item.gif) left 3px no-repeat;
	display: block;
	list-style: none;
	margin: 5px 0;
	padding: 0 0 0 15px;
}

#mailing-address {
    margin-top: 20px;
    line-height: 18px;
}

#errors {
    margin-top: 20px;
    border-top: 1px solid #900;
    border-bottom: 1px solid #900;
    background-color: #eee;
    color: #300;
    padding: 20px;
    line-height: 16px;
}

#errors h3 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #900;
}

fieldset {
    width: 568px;
    margin: 0;
    padding: 10px;
    border: 1px solid #a99b5c;
}

legend {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: #a99b5c;
    margin-bottom: 10px;
}

select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #a99b5c;
	margin-top: 7px;
}

.input {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    padding: 4px 0;
    border: 1px solid #a99b5c;
    margin: 5px 0 20px 0;
    width: 100%;
}

.buttons {
    text-align: right;
    margin-top: 20px;
}

.contact td em {
    font-size: 9px;
    line-height: 11px;
}