
/*---------------------- join stuff ------------------------- */

#join_wrapper { padding: 5px; }

#join_wrapper .innerjoin {border: 1px solid #5F5F5F;
					background-color: #e5e5e5;
					color: #000;
					text-align: left;
					margin-bottom: 20px;
					z-index: 10;
					padding: 10px; }


#join_wrapper .innerjoin a { color:#0000ff; text-decoration:underline; }


#joinleft { flex: 0 1 auto; min-width: 270px; width: 100%; }
#joinright { flex: 2 2 auto;   width: 100%;  }



.form_panel {
    padding: 1em;
    background: #F8F8F8;
    border: 0px solid #000;
    height: 95%;
    }

.form_panel .greycircle { background: url('/hub6/images/circle-gray.gif') no-repeat;
width: 33px;
height: 32px;
line-height: 32px;
float: left;
color: #000;
text-align: center;
margin-right: 10px; }


#join_wrapper h2 { color: #000; font-weight: normal}

.form_panel .form1 { padding-left: 10px; }

.form_panel .form1 input.joinfield { border: 1px solid #ccc;
					border-radius: 4px 4px 4px 4px;
					box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.2);
					outline: 0 none;
					width: 75%;
					float: left;
					padding: 2%;
					font-size: 18px;}


.form_panel .form1 .infoz {
    font-size: 11px;
    color: #999;
    line-height: 13px;
    margin: 0px;
}

.status-image {
    height: 32px;
    width: 32px;
    display: inline-block;
    float: left;
}


.status-image-correct {
background:url(/hub6/images/correct.png) no-repeat scroll left top transparent;

}

.status-image-wrong {
background:url(/hub6/images/wrong.png) no-repeat scroll left top transparent;

}


.status-image-wait {
background:url(/hub6/images/wait.gif) no-repeat scroll left top transparent;
}

.error_text {
    font-size: 12px;
    color: #ff0000;
    line-height: 14px;
    margin: 5px 0px;
    
}




.join-option {
    min-height: 80px;
    width: 100%;
    margin-bottom: 20px;
    background: #dee2e5;
    border: 1px solid #ccc;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    cursor:pointer;
    font-size: 12px;
    box-shadow: 3px 2px 2px rgba(0,0,0,0.6);
}

.option-on {
	background: #ffffff;
	box-shadow: none;


}


.join-option input.joined:checked {
    background: #000;
}
.join-option input.joined {
    margin: 25px 0px 0px 10px;
    float: left;
}


.join-option .price {
	float: right;
	width: 18%;
	font-size: 1.1em;
	padding: 10px 5px 0px 0px;
	text-align: center;
	

}

.join-option .price span { font-weight: bold;
color: #ff0000;
font-style: italic;
display: block;
font-size: 1.1em;
line-height: 1.3em; }






.join-option .caption { float: left; margin-left: 15px; width: 62%; }

.join-option p { margin: 5px 0px 5px 0px;
				  }


.join-option p strong { font-size: 1.1em; }




.btnSubmit {
    color: #fff;
    cursor: pointer;
    height: 55px;
    width: 90%;
    font-size: 25px;
    background: #48B037;
    border: solid 2px #40A130;
    border-radius: 5px;
    font-family: 'Verdana';
    margin: 0 auto;
}



@media only screen and (min-width: 600px) {

	.join-option { font-size:13px; }


		}




@media only screen and (min-width: 750px) {
	
		#joinleft {  width: 30%; }
		#joinright {  width: auto;  }







}