﻿/* Blue Scheme */

a { color: #29B6EB; text-decoration: none; }
a:hover { color: #29B6EB; text-decoration: underline; }

.headercontainer { background: #29B6EB url(/images/bg_headercontainerblue.jpg) top repeat-x; }
.header { background: url(/images/headerblue.png) bottom center no-repeat; }
.header_short { background: url(/images/headerblue.png) center center no-repeat; }

fieldset#step_1, fieldset#step_2, fieldset#step_3 {
	background: #8FD1F3 url(/images/bg_form_blue.jpg) repeat-x;
	border-top: 5px solid #222222;
}