#join{
	padding: 10px 0 0;
}
.join-status{
	height: 33px;
    margin: 0 auto;
    width: 100%;
}

.join-status ul{
	margin:0;
	padding:0;
	list-style:none;
}

.join-status ul li{
	background-color: #c41a37;
    border-left: 1px solid #d3d3d3;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: right;
    height: 33px;
    line-height: 33px;
    position: relative;
    text-align: center;
    width: 16.6667%;
    -webkit-transition: all 0.15s ease 0s;
       -moz-transition: all 0.15s ease 0s;
    	-ms-transition: all 0.15s ease 0s;
    	 -o-transition: all 0.15s ease 0s;
    		transition: all 0.15s ease 0s;
}

.join-status ul li#current{
	background-color: #1b75bb;
}

.join-status ul li#current:after{
	background: transparent none repeat scroll 0 0;
    border-color: #1b75bb transparent transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-style: solid;
    border-top: 10px solid #1b75bb;
    bottom: -13px;
    content: "";
    display: block;
    height: 0;
    left: calc(50% - 10px);
    position: absolute;
    width: 0;
}

.join-status ul li:first-child{
	border-radius: 0 15px 15px 0;
    border-right: medium none;
}

.join-status ul li:last-child{
	border-radius: 15px 0 0 15px;
	border-left:none;
}

.join-status ul li a{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    text-decoration: none;
}

.join-status ul li a span.circle{
	background-color: #c41a37;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    left: calc(50% - 19px);
    position: absolute;
    text-align: center;
    top: -21px;
    width: 38px;
    z-index: 0;
    -webkit-transition: all 0.15s ease 0s;
       -moz-transition: all 0.15s ease 0s;
    	-ms-transition: all 0.15s ease 0s;
    	 -o-transition: all 0.15s ease 0s;
    		transition: all 0.15s ease 0s;
}

.join-status ul li#current a span.circle{
	background: #1b75bb;
}

.join-status ul li a span.text{
	position: relative;
    z-index: 2;
}

.join-status ul li img{
	display:none;
}

.join-status ul li:hover img{
	display:inline;
}

.join-status ul li:hover{
	background-color: #1b75bb;
}

.join-status ul li:hover,.join-status ul li:hover .circle{
	background-color: #1b75bb;
}

#current img
{
	display:inline;
}

#join h2{
	color: #c41a37;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
}

.reg_error{
	clear: both;
    color: #f00;
}

.RegData{
	font-size: 14px;
    width: 100%;
}

.RegData th{
	color: #082631;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 0 12px 10px;
    text-align: right;
    vertical-align: top;
}

.RegData label{
	color: #082631;
}

.hLine
{
	border-bottom:1px dashed #8e8e8e;
	padding-top:5px;
}
.RegDetails
{
	padding:10px;
}
.RegDetails h3
{
	font:bold 13px Arial;
	color:#ffffff;
	margin-bottom:5px;
}
.RegDetails h3 span
{
	color:#ffffff;
	font:normal 12px Arial;
}

.RegBtns{
	display: inline-block;
    margin-top: 20px;
    padding-top: 10px;
    text-align: left;
    width: 100%;
}

.RegBtns a{
	margin-right: 15px;
}

#joinform{
	border-radius: 20px;
    -webkit-box-shadow: 0 0 15px -8px rgba(1, 1, 1, 0.48);
       -moz-box-shadow: 0 0 15px -8px rgba(1, 1, 1, 0.48);
        -ms-box-shadow: 0 0 15px -8px rgba(1, 1, 1, 0.48);
         -o-box-shadow: 0 0 15px -8px rgba(1, 1, 1, 0.48);
            box-shadow: 0 0 15px -8px rgba(1, 1, 1, 0.48);
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    padding: 25px;
    width: 100%;
}