.profile-form {
	position:relative;
	font-family:Arial;
	font-size:14px;
	color:#1793D0;
}

.profile-form fieldset {
	border:dotted 1px #1793D0;
	padding:10px;
	position:relative;
	background-color:#D9F3FD;
	margin:5px;
}

.profile-form legend {
	border:dotted 1px #1793D0;
	border-right:none;
	border-left:none;
	padding:3px 10px;
	background-color:#FFF;
	font-size:20px;
	margin:0;
}

.profile-form .infobox {
	position:relative;
	width:48%;
	float:left;
	padding:0px;
}

.profile-form div.field {
	position:relative;
	margin:0px 0px 8px 8px;
}

.profile-form div.comm label {
	display:block;
	width:40%;
	text-align:right;
	float:left;
	font-size:14px;
	padding-right:10px;
}

.profile-form #login_details {
	width:55%;
}

.profile-form #membership_info {
	width:41%;
}

.profile-form #login_info label {
	display:block;
	width:220px;
	margin-right:10px;
	text-align:right;
	float:left;
	font-size:13px;
}

.req { font-weight:bold;}

.profile-form #login_info input {
	clear:right;
}

.profile-form #namedate_info {
	width:50%;
}

.profile-form #firstname_text {
	width:90px;
}

.profile-form #lastname_text {
	width:130px;
}

.profile-form #genderlocation_info {
	width:46%;
}

.profile-form #location_info input {
	width:190px;
}

.profile-form #family_info input {
	margin-left:20px;
}

.profile-form #fampartner_info {
	width:50%;
}

.profile-form #partner_text {
	width:200px;
}

.profile-form #parentchild_info {
	width:46%;
}

.profile-form #children_text {
	width:200px;
}

.profile-form #profile_info {
	position:relative;
}

.profile-form #profile_info #edit_profile_link {
	float:right;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

.profile-form #profile_info #edit_profile_link a {
	color:#1793D0;
}

.profile-form #profile_info #edit_profile_link a:hover {
	color:#12733A;
}

.profile-form div.profile-field {
}

.profile-form div.profile-field label {
	display:block;
	width:200px;
	text-align:right;
	float:left;
	margin:8px;
	clear:left;
}

.profile-form div.profile-field span {
	display:block;
	margin:8px;
	float:left;
	color:#EC128E;
}

.profile-form input.submit {
	font-size:18px;
	width:50%;
	padding:3px;
	border:2px outset #EC128E;
	background-color:#FFF1FA;
	color:#EC128E
}

.profile-form input.submit:hover {
	background-color:#FFF;
	border:2px inset #EC128E;
}

.profile-form .form-error {
	font-size:14px;
	border:2px dashed #EC128E;
	background-color:#FFF1FA;
	padding:5px;
	margin:5px;
	color:#000;
}

.profile-form .submitfield {
	text-align:center;
}

.profile-form .info1 {
	color:#12733A;
}

.profile-form .info2 {
	color:#EC128E;
}

.profile-form p.note {
	margin:2px 10px;
	font-size:13px;
	text-align:right;
	color:black;
	font-style:italic;
}

.profile-form p.commnote {
	margin:2px 10px;
	font-size:14px;
	text-align:center;
	color:black;
	font-style:italic;
}

