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

#right_text
{
margin-top:-20px;
}


.block_cap_text {
	border-bottom: 1px black dotted;
}

.profile_view_left_col
{
width:300px;
/*float:left;*/
}

.profile_view_right_col
{
width:320px;
float:left;
}

.profile_view_fields_container
{
	padding: 4px 1px 1px 1px;
}

.profile_view_section_cap
{
	padding: 2px 4px;
	color: #dfdfdf;
	font-weight: bold;
}

.left {
width:300px;
}

.right {
width:200px;
}

.profile_view_fields_container .left
{
	width: 400px;
}

.profile_view_fields_container .right
{
	width: 390px;
}

.profile_view_desc_container
{
width:100%;
vertical-align:top;
}

.profile_view_fields_container textarea
{
	width: 360px;
	height: 100px;
}
.profile_view_container .smile_component1, .profile_view_container .smile_component2{
text-align:center;
}

.send_kiss,
.compose_msg,
.send_profile
{
	float:left;
	margin-right:10px;
}

#profile_view_menu_top
{
	border:solid;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding:5px 0;
	margin-bottom:5px;
	background-color:#f9f9f9;
}

.send_kiss,
.compose_msg,
.send_profile,
.friend,
.stranger,
.unbookmark,
.bookmark,
.block,
.unblock
{
	background:url(../../img/n_block.gif) no-repeat;
	padding:4px 0 4px 25px;
	color:#092F67;
}

.compose_msg,
.send_profile
{
	background:url(../../img/n_mail.gif) no-repeat;
}

.send_kiss
{
	background:url(../../img/hand.gif) no-repeat;
}

.bookmark,
.unbookmark
{
	background:url(../../img/n_bookmark.gif) no-repeat;
}

.friend
{
	background:url(../../img/add_friends.gif) no-repeat;
}

.stranger
{
	background:url(../../img/add_friends.gif) no-repeat;
}

.profile_view_res_nav
{
	text-align:center;
	padding:5px;
}

.red_bg_cont
{
	background:url(../../img/main_bg_bg.jpg) repeat-x;
}

.red_bg_left
{
	background:url(../../img/main_bg_left.jpg) repeat-x;
	height:51px;
	width:17px;
}

.active_prev_bg
{
	background:url(../../img/active_bg_left.jpg) no-repeat;
	height:51px;
	width:5px;
}

.active_post_bg
{
	background:url(../../img/active_bg_right.jpg) no-repeat;
	height:51px;
	width:5px;
}

.active_bg
{
	background:url(../../img/active_bg_mid.jpg) repeat-x;
}

.inactive_bg,
.active_bg
{
	text-align:center;
	vertical-align:top;
	padding-top:10px;
}

