html {
	font-size:75%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	line-height:1.5em;
}

html,button,input,select,textarea {
	font-family:Helvetica,Arial,sans-serif;
}

body {
	margin: 0 40px;
	color: #555;
}

a:link {
	color:#000;
}

a:visited {
}

a:hover,a:focus {
}

a:active {
}

a:focus {
	outline:thin dotted;
}

a:hover,a:active {
	outline:0;
}

h1 {
	font-size:2em;
	line-height:1.5em;
	margin-top:0.75em;
	margin-bottom:0.75em;
}

h2 {
	font-size:1.5em;
	line-height:2em;
	margin-top:1em;
	margin-bottom:1em;
}

h3 {
	font-size:1.17em;
	line-height:1.282em;
	margin-top:1.282em;
	margin-bottom:1.282em;
}

h4 {
	font-size:1em;
	line-height:1.5em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

h5 {
	font-size:0.83em;
	line-height:1.807em;
	margin-top:1.807em;
	margin-bottom:1.807em;
}

h6 {
	font-size:0.75em;
	line-height:2em;
	margin-top:2em;
	margin-bottom:2em;
}

hr {
	height:1px;
	border:1px solid #666;
	padding-bottom:-1px;
	margin:1.5em 0;
}

h1,
h2,
h3 {
	color: #8d7e5e;
	font-family: "trajan-pro-3",serif;
	font-weight: 600;
}

.next-button {
    background: #f1e767; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C */
    border-color: #BF9656;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
    font-size: 125%;
    height: 57px;
    width: 96px;
    margin-left: 3px;
    cursor: pointer;
}

.next-button:hover {
    text-decoration: underline;
}

.header {
    width: 850px;
}

    .header .col-left, .header .col-right {
        float: left;
        width: 50%;
    }

    .header .step-title-img {
        margin-left: 120px;
    }

.box {
    margin: 1em 0.5em;
}

.step4-action-panel {
    float: left;
    padding: 1em 0em 1em 1em;
}

.step4-title-img {
    margin-left: 65px;
}

.step5-title-text {
    padding-left: 1em;
}


