
 #content.profile h1{
 color: #911410;
 font-family: "Times New Roman", Times, serif;
 font-size: 24px;
}
#profileSep{
	display: block;
	border-top: 1px double #d3d3d3 ;
	border-bottom: 1px double #d3d3d3 ;
	height: 4px;
}
   #your-profile hr{
   	display: none;
   }
  
   #your-profile hr{
  	clear: both;
  }

 #content.profile h3{
 	font-size: 20px;
 	color: #5b5a50;
	font-weight: 800;
}
#your-profile #description{
	width: 349px;
	height: 164px;
}
#your-profile #description,#your-profile input[type=text],#your-profile input[type=password]{
	width: 349px;
	display: block;
}
 #content.profile table,#content.profile table td,#content.profile table th{
 	border: none;
 }

#your-profile th{
	width: 260px;
	text-align: right;
	padding: 0 16px 10px 0;
		font-weight: normal;
}
#your-profile td{
	width: 349px;
	padding: 0 0 10px 0;
	color: #911410;
}
	#your-profile label{
		font-weight: normal;
		
	}
	#your-profile label[for=nickname],#your-profile label[for=email]{
		color: #a31813;
	}

#your-profile #submit{
	border: none;
	width: 118px;
	height: 29px;
	background-color: #fff;
	background-image: url(../images/buttons/signup2.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: 800;
}

#your-profile .field-hint{
	display: block;
}
#your-profile #submit:hover{
	background-image: url(../images/buttons/signup2OVER.gif);
}
 #your-profile .submit{
 	margin-left: 280px;
	margin-top: 10px;
 }
  #userphoto td {
	background-color: #f2f2f2;
	padding: 10px;
	color: #5b5a50;
	font-weight: 800;
}
 #your-profile #userphoto_image_file_control,#userphoto_image_file_control label{
	clear: both;
	color: #5b5a50;
 }
	#your-profile .image{
		float: right;
		display: block;
		width: 150px;
		font-weight: normal;
		text-align: left;
	}
  
  
