html,body {
	height: 100%;
}

#tieline-logo {
	padding: 25px;
}

/* Footer styles. */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

#push,#footer {
	height: 60px;
}

#footer {
	background: url("../images/footer.gif") no-repeat scroll 50% 0 transparent;
	text-align: center;
}

@media ( max-width : 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#main-content {
	padding-top: 34px;
}

.no-margin {
	margin: 0px;
}

#login-form {
	margin-top: 60px;
}

#form-div {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30em;
	height: 18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	background: url("../images/body.png") repeat-x scroll 0 0 #FFFFFF;
}

.button-back .button-next,.finish {
	margin: 2px;
}

.step {
	border: 1px solid #DDDDDD;
	border-radius: 6px 6px 6px 6px;
	clear: left;
	padding: 3px;
}

.step legend {
	border-style: none;
	width: auto;
}

.step .span6 {
	margin-left: -2px;
}

.stepy-titles {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.stepy-titles li {
	color: #DDD;
	cursor: pointer;
	float: left;
	padding: 10px;
	font-size: large;
	font-weight: bold;
}

.stepy-titles li span {
	display: block;
	font-size: x-small;
	font-weight: bold;
}

.stepy-titles .current-step {
	color: #da251c;
	cursor: auto;
}

input:focus, textarea:focus, select:focus{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 37, 28, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 37, 28, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 37, 28, 0.6) !important;
  outline: 0;
  outline: thin dotted \9;
  border-color: #DDD !important;
}