/* AEN side menu */
#aen_left_menu {
float:left;
width:auto;
height:auto;
margin:0 0 10px 10px;
font-size:12px;
background-color:#E9EDF0;
}
#left {
height:auto;
font-weight:bold;
padding:10px;
}
/* AEN Side Menu END */

/** Register View  */
#register_right
{
	float:left;
	width:160px;
	margin-left:10px;
	height:auto;
}
#register_left
{
	float:left;
	width:820px;
	margin-left:10px;
	
}
#register_left #user_data
{
	float:left;
	width:400px;
	margin-left:10px;
	background-color:#E9EDF0;
	margin-bottom:10px;
}

#register_left #user_data table
{
	float:left;
	width:380px;
	margin:10px;
	background-color:#E9EDF0;
	border:1px dotted #164C97;
}
#register_left #user_data table td
{
	padding:3px;
	
}
#register_left #user_data table th
{
	padding:3px;
	font-size:14px;
}
#register_left #user_data table th.css_reg_field_error
{
	color:#720A11;
}
#register_left #ga_add_1
{
	float:left;
	width:400px;
	height:auto;
	text-align:center;
	margin-bottom:10px;
	
}

#register_left #ga_add_2
{
	float:left;
	width:100%;
	text-align:center;
	height:auto;
}
/** END Register View */


/** Profile View  */
#profile_right
{
	float:left;
	width:160px;
	margin-left:10px;
	height:auto;
}
#profile_left
{
	float:left;
	width:820px;
	margin-left:10px;
	
}

 #user_data
{
	float:left;
	width:400px;
	margin-left:10px;
	background-color:#E9EDF0;
	margin-bottom:10px;
}

#profile_left #user_data table
{
	float:left;
	width:380px;
	margin:10px;
	background-color:#E9EDF0;
	border:1px dotted #164C97;
}
#profile_left #user_data table td
{
	padding:3px;
	
}
#profile_left #user_data table th
{
	padding:3px;
	font-size:14px;
}
#profile_left #user_data table th.css_reg_field_error
{
	color:#720A11;
}
/** END Profile View */


/** Login View  */
#login_left
{
	float:left;
	width:820px;
	margin-left:10px;
	height:auto;
}

#login_left #form
{
	float:left;
	width:340px;
	height:auto;
	background-color:#E9EDF0;
	padding:10px;
	margin-right:10px;
}
#login_left #form table
{
	width:300px;
}


#login_left #ga_add_1
{
	float:left;
	width:400px;
	height:auto;
	text-align:center;
	margin-bottom:10px;
	
}

#login_left #ga_add_2
{
	float:left;
	width:100%;
	text-align:center;
	height:auto;
}

#login_left ul li
{
	margin-bottom:3px;
	line-height:18px;
	border-bottom:1px dotted #164C97;
}

#login_right
{
	float:left;
	width:160px;
	margin-left:10px;
}


/** END Login View */