#JoinTheNetwork {
	margin: auto;
	width: 830px;
	/*border: solid 1px #333;*/
	text-align: left;
}

#JoinTheNetwork H2 {
	padding-top: 20px;
	margin-top: 0;
	color: #ff9900;
	margin-bottom: 10px;
}

#jtn_left {
	float: left;
	width: 550px;
}

#jtn_left  A{
	color: #666;
}
	
#jtn_right {
	float: right;
	width: 250px;
}

#JoinTheNetwork FORM {
	margin: 0;
	padding: 0;
}

.jtnForm {
	margin-top: 40px;
	width: 500px;
}




#jtn_r_profile {
	height: 200px;
	text-align: left;
	margin-top: 15px;
}
	


#jtn_r_btn {
	margin-top: 25px;
	text-align: center;
}


div.formcontent {
    /*width:720px;*/
	width: 500px;
    float:left;
    clear:left;
    margin-bottom:10px;

}

div.detailslabels {
    float:left;
    width:100px;
}


.requiredtext {
    color:#666666;
}

.required {
    color:#FF0000;
}

.input-warn-content {
    color: #C00;
    font-size: 10px;
}
.input-warn-content-ecard {
    color: #C00;
    font-size: 12px;
}

.member_head {
	font-size: 11x;
}

#Join_Error {
	border: solid 1px #ff9900;
	background-color: #ffffcc;
	padding: 5px;
}

#Join_Error UL {
	margin: 0;
}

#dhtmltooltip{
position: absolute;
width: 200px;
border: 1px solid #666;
padding: 5px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
text-align: justify;
font-weight: normal;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=lightgoldenrodyellow,direction=135);
}


.tooltip {
	border-bottom: solid 1px #666;
}