.profile_toolbar
{
font-size:11px;
font-weight:bold;
font-family:verdana;
color:#fff;
height:30px;
}

.profile_toolbar div
{
float:left;
/*height:18px;*/
}

.profile_toolbar a:link,
.profile_toolbar a:visited
{
color:#fff;
margin-left:10px;
margin-right:10px;
position:relative;
top:2px;
}
.profile_toolbar a:hover
{}

.profile_toolbar .title_text
{
    display:none;
}

.profile_toolbar .bar_left
{
background:url(/Layout/shablon/img/menu_left/bar_left.gif) no-repeat top left;
width:6px;
height:18px;
}
.profile_toolbar .bar_center
{
background:#e68c69;
width:350px;
height:18px;
}
.profile_toolbar .bar_center a:link,
.profile_toolbar .bar_center a:visited
{
text-decoration:underline;
}

.profile_toolbar .bar_center a:hover
{
text-decoration:none;;
}

.profile_toolbar .bar_right
{
background:url(/Layout/shablon/img/menu_left/bar_right.gif) no-repeat top left;
width:14px;
height:18px;
}
.profile_toolbar .bar_button_left
{
background:url(/Layout/shablon/img/menu_left/bar_button_left.gif) no-repeat top left;
width:6px;
height:18px;
}
.profile_toolbar .bar_button_center
{
background:transparent url(/Layout/shablon/img/menu_left/bar_button_center.gif) repeat-x scroll left top;
height:18px;
}
.profile_toolbar .bar_button_right
{
background:url(/Layout/shablon/img/menu_left/bar_button_right.gif) no-repeat top left;
width:14px;
height:18px;
}




/************popup*****************/

.popup
{
position: fixed;
top:0px;
left:0px;
display:block;
width:100%;
height:100%;
z-index:2;
}

.popup .overlay
{
background:#000;
filter:alpha(opacity=30);
-moz-opacity:0.3;
opacity: 0.3;
width:100%;
height:100%;
}

.popup table
{
border-collapse:collapse;
width:100%;
height:100%;
position: absolute;
top:0px;
}

.popup table td
{
padding:0px;
}

.popup .crn_top_left
{
background: url(/layout/shablon/img/profile/popup/crn_top_left.png) bottom right no-repeat;
height:50%;
}

.popup .crn_top_left img
{
width: 27px;
height:27px;
}

.popup .brd_top
{
background: url(/layout/shablon/img/profile/popup/brd_top.png) bottom repeat-x;
}

.popup .crn_top_right
{
background: url(/layout/shablon/img/profile/popup/crn_top_right.png) bottom left no-repeat;
}

.popup .crn_top_right img
{
width: 27px;
height:27px;
}

.popup .brd_left
{
background: url(/layout/shablon/img/profile/popup/brd_left.png) right repeat-y;
}

.popup .cnt
{
background: #fff;
vertical-align:top;
width:300px;
}

.popup .cnt .item
{
width:100%;
}

.popup .brd_right
{
background: url(/layout/shablon/img/profile/popup/brd_right.png) left repeat-y;
}

.popup .crn_bottom_left
{
background: url(/layout/shablon/img/profile/popup/crn_bottom_left.png) top right no-repeat;
}

.popup .brd_bottom
{
background: url(/layout/shablon/img/profile/popup/brd_bottom.png) top repeat-x;
}

.popup .crn_bottom_right
{
background: url(/layout/shablon/img/profile/popup/crn_bottom_right.png) top left no-repeat;
height:50%;
}

.popup .header
{
border-bottom:1px solid #E75C21;
padding-bottom:5px;
margin-bottom:10px;
clear:both;
width:100%;
}

.popup .header .title
{
color:#E75C21;
clear:both;
font-size:14px;
font-weight:bold;
width:100%;
}

.popup .info
{
clear:both;
font-size:12px;
color:#E75C21;
margin-bottom:10px;
}
.popup .inp
{
clear:both;
margin-bottom:10px;
width:100%;
}
.popup .inp input,
.popup .inp select,
.popup .inp textarea
{
border:1px solid #e75c21;
width:98%;
}

.popup .inp textarea
{
height:150px;
}

.popup .buttons
{
clear:both;
width:100%;
}

.popup .buttons .button_no
{
clear:left;
float:left;
}

.popup .buttons .button_no input
{
background: transparent url(/Layout/shablon/img/profile/button_2.gif) no-repeat scroll center center; 
border: none; 
cursor: pointer; 
height: 23px; 
margin: 0px; 
padding-bottom: 2px; 
color: white; 
width: 106px;
font-weight:bold;
}

.popup .buttons .button_ok
{
clear:right;
float:right;
}

.popup .buttons .button_ok input
{
background: transparent url(/Layout/shablon/img/profile/button_1.gif) no-repeat scroll center center;
border:0px;
color:#fff;
width:179px;
height:23px;
cursor:pointer;
font-weight:bold;
padding-bottom:5px;
}




/************popup*****************/

