/* --- component Form Profile Edit template --- */

.form_profile_edit_tabs_container
{
	height: 19px;
	padding: 0px;
	padding-left: 4px;
	background: #111 url('../../img/form_profile_edit_tabs_bg.gif') repeat-x;
	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: 15px;
	padding: 4px 3px 0px 3px;
	font-weight: bold;
	text-decoration: none;
}

a.form_profile_edit_tab_active:link,
a.form_profile_edit_tab_active:visited
{
	background: #111 url('../../img/form_profile_edit_tab_bg.gif') repeat-x;
	background-position: bottom left;
	color: #efefef;
}

a.form_profile_edit_tab_active:hover
{
	color: #dfdfdf;
}

.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
{
	border: 1px solid #666;
	border-top: none;
	padding: 4px 1px 1px 1px;
	background: #090909;
}

.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
{
	width: 290px;
	text-align:left;
}

.form_profile_edit_fields_container .right
{
	width: 300px;
}

#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: 1px solid #333;
	border-top: none;
}
.form_profile_edit_container .smile_component1, .form_profile_edit_container .smile_component2{
text-align:center;
}

.tr_1 td, .tr_2 td
{
	padding:5px;
}

.owner
{
	font:20px Tahoma;
	color:#606060;
}

a.rate_exprofile,
a.rated_exprofile
{
	display:block;
	float:left;
	font:bold 13px "Trebuchet MS";
	text-decoration:none;
	margin-right:25px;
	background:url(../../img/check.gif) no-repeat;
	padding-left:20px;
}

a.rate_exprofile:hover,
a.rated_exprofile
{
	background:url(../../img/add.gif) no-repeat;
	color:#c54100;
}

.rate_div
{
	border:1px solid #666;
	padding:10px;
	margin-left:5px;
	margin-right:6px;
}
