.stepwizard-step p {
	margin-top: 10px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.horizontalList {
    list-style: none;
}

ul.horizontalList{
    text-align: left;
    margin:0px;
    padding:0px;
    margin-top: 15px;
    margin-bottom: 10px;
    
}

ul.horizontalList.bottom{
	margin-bottom:-10px!important;
}

ul.horizontalList.topo{
	margin-top:-10px!important;
}

ul.horizontalList li {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding-right: 15px;
    position: relative;
    border-right:1px solid #ccc;
}

ul.horizontalList li:last-child{
	border:0px;
}

.horizontalList li.first {
    margin: 0;
}

table.transactions  tr   td:first-child{
	width:20%!important;
}

table.transactions tr  td:last-child{
	width:30%!important;
	text-align:right;
}

table.transactions a.transaction{
	font-weight:bold;
	font-size:14px;
	display:block;
}

.dimmed{
	color:#666;
	font-size:12px;
	padding-left:5px;
}

img.imglabel{
	width:90%;
}

label.imgLabel{
width:90%;
}

.form-group.has-error{
	margin-bottom:0px;
}


a.more{
	    line-height: 22px;
}

.contents{
	min-height:500px!important;
}
.TopHead{
    background: #242a33 url(/images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    height:250px;
    padding-top:20px;
}

.TopHead h4 {
	color:#fff!important;
}

.TopHead p {
	color:#ccc!important;
}

.overForm{
	margin-top:-100px;
}

body{
	background-color:#f9f9f9;
	overflow-x:hidden;
}
