
.content_changePwd, .content_forgotPwd  {
	background: url(../images/bg_transparent.png) transparent;
  float: left;
	position: relative;
	top: 199px;	
	width: 450px;
	height: 355px;
	clear: both;
}

.content_editProfile, .content_register {
	background: url(../images/bg_transparent.png) transparent;
  float: left;
	position: relative;
	top: 199px;		
	width: 635px;
	height: 355px;
	clear: both;
}

.form_area {
	background: url(../images/bg_transparent.png) transparent;
  float: left;		
	color: #596874;  
	font-size: 11px;
	padding: 8px 8px 0;     
	margin: 0 10px 0;
	display: inline;
	height: 248px;			
	width: 412px;
}

.confirmation_errors a{
	color: #000; 
	font-weight: bold;
}

.content_changePwd .form_area {
position: absolute;
top: 86px;  /* not from the top of the page but just from the top of where this componant sits */
left: 0;
}


.content_editProfile .form_area, .content_register .form_area{
position: absolute;
top: 56px;  /* not from the top of the page but just from the top of where this componant sits */
left: 0;
}

.content_editProfile .form_area, .content_register .form_area{
  float: left;		
	margin: 10px 10px 0;
	display: inline;
	height: 270px;			
	width: 600px;
}

.form_area table.edit_profile, .form_area table.register {
	height: 268px;	
	width: 600px;
}

table.edit_profile td, table.register td {
	color: #596874;
	font-size: 11px;	
}

table.edit_profile td table, table.register td table {
	width: 100%;	
}

.form_label, .form_field {
	text-indent: 2px;

}

.form_field input, .form_field select {
	text-indent: .25em;	
	margin:0 0 14px 0;
	height: 16px;		
	width: 154px;	
	border: 1px solid #bccad5;
	clear: none;
}
/* IE7 hacks; should be fixed some other way if possible */
*:first-child+html  .form_field select {
	height: 20px;		
}

.form_submit input{
	position: relative;
	left: 86px;
	font-size: 11px;
	margin:4px 0 0;
}

.update_password, .forgot_password {
	color: #596874;  
	font-size: 11px;
}

.form_errorMessage {
  float: left;	
	/*display: none;*/
	position: relative;
	top: -12px;
	color: #d0071e;
	font-size: 9px;
	font-weight: bolder;
	line-height: 1em;
	text-indent: 0;
	padding: 0 0 0 3px;
}

.form_errorImage {
  float: right;	
	position: relative;
	top: -32px;
	left: -35px;
	/*display: none;*/
}

.form_errorMessage_01, .form_errorMessage_02  {

}

