/* --- component Form Profile Edit template --- */

.form_profile_edit_tabs_container
{
	padding-left: 4px;
	background: #fff;
	background-position: bottom left;
}

a.form_profile_edit_tab:link,
a.form_profile_edit_tab:visited,
a.form_profile_edit_tab_active:link,
a.form_profile_edit_tab_active:visited
{
	display: block;
	float: left;
	height: 12px;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 3px;
	font-size: 10px;
	background: #DE8E91;
	/*color: #4F637F;*/
	color: #fff;
}

a.form_profile_edit_tab:hover 
{
	text-decoration: underline;
}
a.form_profile_edit_tab_active:link,
a.form_profile_edit_tab_active:visited
{
	background: #980611;
	background-position: bottom left;
}

a.form_profile_edit_tab_active:hover
{
	text-decoration: underline;
}

.form_profile_edit_tab_left,
.form_profile_edit_tab_right,
.form_profile_edit_tab_left_active,
.form_profile_edit_tab_right_active
{
	float: left;
	width: 7px;
	height: 19px;
}

.form_profile_edit_tab_left_active
{
	background: #111 url('../../img/form_profile_edit_tab_left.gif') no-repeat;
	background-position: bottom left;
}

.form_profile_edit_tab_right_active
{
	background: #111 url('../../img/form_profile_edit_tab_right.gif') no-repeat;
	background-position: bottom left;
}


.form_profile_edit_fields_container
{
	width: 480px;
	padding: 0px 1px 1px 1px;
	background: #fff;
}

.form_profile_edit_section_cap
{
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
	padding: 2px 4px;
	background: #300;
	color: #dfdfdf;
	font-weight: bold;
}

.form_profile_edit_fields_container .left
{
	
	text-align: right;
}


#form_profile_edit_real_name
{
	width: 210px;
}

#form_profile_edit_occupation
{
	width: 190px;
}

.form_profile_edit_fields_container textarea
{
	width: 360px;
	height: 100px;
}

.form_profile_edit_fields_bottom .block_bottom
{
	border-top: none;
}

#profile_fields {

	width:290px;
	float:right;
	background:#fff9cb;
	padding:5px;

}



.profile_view_desc_btn_l {

	background:#fff url('../../img/desc_l.gif') no-repeat;
	width:6px;
	height:20px;
	float:left;

}


.profile_view_desc_btn_r {

	background:#fff url('../../img/desc_r.gif') no-repeat;
	width:6px;
	float:left;
	height:20px;
	margin:0 5px 0 0;

}

.profile_view_desc_btn_m {

	background:#fcf2a7;
	float:left;
	height:18px;
	padding-top:2px;
	

}

#profile_view_desc_main 
{

	width:300px;
	texta-align:left;
	margin:6px 0 0 0;

}



#profile_rate_container 
{

	padding:5px;
	
}

.profile_edit_edit_form
{
	
}

.form_profile_edit_container
{
	margin: auto;	
}
.form_profile_edit_container .smile_component1, .form_profile_edit_container .smile_component2{
text-align:center;
background:#ffe8ea;
}