﻿body {
    background-color: #ccc;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #999;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

.steptxt {
	font-size:9px;
	vertical-align:text-top;
	padding-left:5px;
	text-align:center;
}

.notnowtxt {
	font-size:10px;
    color: #666;
	font-style: italic;
	margin-top:10px;
    color: #666;
    width:70%

}

.popup {
    background-color: #F2FAFD;
	border: 1PX #BCE8F1 SOLID;
    padding: 15px;
    width: 532px;
    min-height: 275px;
    margin: auto;
	border-bottom: 5px #31708F solid;
}

.popup_header {
    /*height: 35px;*/
	font-size: 18px;
    padding: 15px;
    border: 1PX #BCE8F1 SOLID;
    border-top: 10px #31708F solid;
    background-color: #D9EDF7;
    color: #31708F;
    vertical-align:central;
	margin:auto;
	width: 532px;
}

.popup_subhead {
	text-decoration: underline;
	margin-top:10px;
	color:#666

}

.underlinetxt {
	text-decoration:underline
}

.aligntxt_right  {
	text-align:right;
	text-decoration: none;
	float:right;
	margin-right:20px;
/*	vertical-align:text-top;*/
}

.float_right {
	float:right !important
}

.light_hr {
	margin:15px 0;
	 border-top: 1px solid #ccc;
	width:100%;
}
.mar_left20  {
	margin-left:20px
	}
	
.marg-top0  {
	margin-top: 0px !important
}

.marg-top5  {
	margin-top: 5px !important
}

.marg-top10  {
	margin-top: 10px !important
}

.marg-top20  {
	margin-top: 20px !important
}

.clearboth {
	clear:both;
}

.notgood {
	font-weight:bold;
	color:red;
    margin-bottom: 0px !important
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.width76 {
    width: 76%;
}

#wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align:center;
    position:relative
}
.thankyou {
    display:inline-block;
    /*width:543px; height:81px;*/
    position:absolute;
    left:20%;
    margin-top:50%;

}




