﻿/* Blue Scheme */

a { color: #FC5100; text-decoration: none; }
a:hover { color: #FC5100; text-decoration: underline; }

.headercontainer { background: #FC5100 url(/images/bg_headercontainerorange.jpg) top repeat-x; }
.header { background: url(/images/headerorange.png) bottom center no-repeat; }
.header_short { background: url(/images/headerorange.png) center center no-repeat; }

fieldset#step_1, fieldset#step_2, fieldset#step_3 {
	background: #FBB100 url(/images/bg_form_orange.jpg) repeat-x;
	border-top: 5px solid #222222;
}