a 
{
  text-decoration: none;
}

form 
{
  margin:0; 
  padding: 0;
}

body, input, textarea
{
  font-family: Arial;
}

/* HEDER TOP */
div.header_top_space
{
  height: 95px;  
}

div.header_buttons
{       
  position: relative;
  width: 100%;
  height: 57px;  
  background-image: url(../img/members_header_bg.gif);   
}

div.header_buttons div.header_bg2
{         
  left: 545px;
  position: absolute;
  width: 130px;
  height: 57px;  
  background-image: url(../img/members_header_bg2.gif);   
}

div.header_top_image
{
  height: 15px;  
}

div.header_top_image img
{
  width: 705px;
  height: 15px;
}

div.header_border
{       
  width: 100%;
  height: 2px;  
  background-image: url(../img/info_header_border.gif);   
}

img.header_logo
{       
  float: left;
  margin-right: 30px;
  margin-left: 10px;
  width: 145px;
  height: 51px;
  border: 0;
}

a.header_nav_button
{
	float: left;
	position: relative;
	top: 19px;		
	margin-right: 2px;
	cursor: pointer;
	z-index: 100;
	/*font-family: Arial Narrow, Arial;*/
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -1px;
	/*font-size: 17px;*/
	font-size: 16px;
	color: #fff;
}

a.header_nav_button_right
{
  position: absolute;
}

a.header_nav_button_selected 
{			
	top: 16px;
}

a.header_nav_button:hover
{
	background: transparent; 
}

a.header_nav_button span
{
	position: relative;
	float: left;
}

a.header_nav_button span.right_part
{
  background-image: url(../img/button_b_right_new.gif);
  width: 10px;
  height: 38px;
}

a.header_nav_button:hover span.right_part
{  
  background-image: url(../img/button_w_right_new1.gif);
  height: 40px;
}

a.header_nav_button_selected span.right_part_selected
{
  background-image: url(../img/button_w_right_new_selected.gif); 
  width: 10px;
  height: 43px;
}

a.header_nav_button span.left_part
{
  background-image: url(../img/button_b_left_new.gif);
  width: 10px;
  height: 38px;
}

a.header_nav_button:hover span.left_part
{
  background-image: url(../img/button_w_left_new1.gif);
  height: 40px;
}

a.header_nav_button_selected span.left_part_selected
{
  background-image: url(../img/button_w_left_new_selected.gif);
  width: 10px;
  height: 43px;
}

a.header_nav_button span.center_part
{
  background-image: url(../img/button_b_center_new.gif);
  height: 38px;
  padding: 0 3px 0 3px;
}

a.header_nav_button span.center_part span
{
  padding-top: 12px;
}

a.header_nav_button:hover span.center_part
{
  background-image: url(../img/button_w_center_new1.gif);
  color: #FF8000;    
  height: 40px;
}

a.header_nav_button_selected span.center_part_selected
{
  background-image: url(../img/button_w_center_new_selected.gif);  
  height: 43px;
  color: #FF8000;
  padding: 0 3px 0 3px;
}

a.header_nav_button_selected span.center_part_selected span
{
  padding-top: 13px;
}
/* /HEADER */


/* BUTTONS */
a.box_button {
  text-decoration: none;
  cursor: pointer;
}

a.box_button span {
  float: left;
  display: block;
}

a.box_button:hover {                 
  border-bottom: dotted #FF8000 0;    
}

a.box_button span.left {
  width: 4px;
  height: 30px;
}

a.btn1 span.left {
  background: url(../img/box_button_left2.gif) left top no-repeat;
}

a.btn2 span.left {
  background: url(../img/box_button_left1.gif) left top no-repeat;
}

a.btn1:hover span.left {
  background: url(../img/box_button_left1.gif) left top no-repeat; 
}

a.btn2:hover span.left {
  background: url(../img/box_button_left2.gif) left top no-repeat; 
}

a.box_button span.center {
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;  
  padding: 7px 5px 0 5px;
  height: 30px;
}

a.btn1 span.center {
  color: #FC9803;
  background: url(../img/box_button_center2.gif) left top repeat-x;
}

a.btn2 span.center {
  color: #989898;     
  background: url(../img/box_button_center1.gif) left top repeat-x;
}

a.btn1:hover span.center {
  background: url(../img/box_button_center1.gif) left top repeat-x;;
  color: #989898;
}

a.btn2:hover span.center {
  background: url(../img/box_button_center2.gif) left top repeat-x;;
  color: #FC9803; 
}

a.box_button span.right {
  width: 4px;
  height: 30px;
}

a.btn1 span.right {
  background: url(../img/box_button_right2.gif) left top no-repeat;
}

a.btn2 span.right {
  background: url(../img/box_button_right1.gif) left top no-repeat;
}

a.btn1:hover span.right {
  background: url(../img/box_button_right1.gif) left top no-repeat;;
}

a.btn2:hover span.right {
  background: url(../img/box_button_right2.gif) left top no-repeat;;
}
/* /BUTTONS */

/*BOX POPUP*/
div.box_popup
{
	display: none;
	position: absolute;
	width: 345px;
	z-index: 1001;
}

div.box_popup div.top
{
	position: relative;
	width: 100%;
	height: 12px;
	background: url(../img/box_popup_top_bg1.gif) left top no-repeat; 
	cursor: move;
}

div#login_popup div.top
{
	cursor: auto;
} 

div.popup3 div.top
{
	height: 16px;
	background: url(../img/box_popup_top_bg3.gif) left top no-repeat; 
}

div.popup4
{
	height: 307px;
}

div.popup4 div.top
{
	background: url(../img/box_popup_top_bg4.gif) left top no-repeat;
	cursor: auto;
}

div#upload_progress_popup div.top
{
	cursor: auto; 
}

div.box_popup div.top a
{
	position: absolute;
	cursor: pointer;
	top: 15px;
	z-index: 3000;
}

div.box_popup div.top a:hover
{
	background: transparent;
}

div.box_popup div.top a.help
{
	left: 270px;
}

div.box_popup div.top a.close
{
	left: 304px;
}

div.box_popup div.top a.help span
{
  display: block;
  width: 24px;
  height: 23px;
  background: url(../img/box_popup_help1.gif) left top no-repeat; 
}

div.box_popup div.top a.help:hover span
{
  background: url(../img/box_popup_help2.gif) left top no-repeat; 
}

div.box_popup div.top a.close span
{
  display: block;
  width: 24px;
  height: 23px;
  background: url(../img/box_popup_close1.gif) left top no-repeat; 
}

div.box_popup div.top a.close:hover span
{
  background: url(../img/box_popup_close2.gif) left top no-repeat; 
}

div.box_popup div.bottom
{
  position: relative;
  left: 3px;
  width: 100%;
  height: 11px;
  background: url(../img/box_popup_bottom_bg1.gif) left top no-repeat; 
}

div.popup3 div.bottom
{
  height: 10px;
  width: 342px;
  background: url(../img/box_popup_bottom_bg3.gif) left top no-repeat; 
}

div.popup4 div.bottom
{
  height: 13px;
  width: 344px;
  background: url(../img/box_popup_bottom_bg4.gif) left top no-repeat; 
}

div.box_popup div.right
{
  position: absolute;
  left: 344px;
  top: 9px;
  width: 2px;
  height: 182px;
  background: #fff url(../img/box_popup_right_bg1.gif) left top no-repeat;
}

div.popup2 div.right
{  
  background: #fff url(../img/box_popup_right_bg2.gif) left top no-repeat;
  height: 278px;
}

div.popup3 div.right
{  
  background: #fff url(../img/box_popup_right_bg3.gif) left top no-repeat;
  height: 186px;
}

div.popup4 div.right
{  
  background: #fff url(../img/box_popup_right_bg4.gif) left top no-repeat;
  height: 330px;
}

div.a3line div.right
{
  height: 320px;
}

div.a3line_simple div.right
{
  height: 290px;
}

div.a2line_simple div.right
{
  height: 236px;
}

div.box_popup div.left
{
  position: absolute;
  left: 0;
  top: 9px;
  width: 2px;
  height: 182px;
  background: #fff url(../img/box_popup_left_bg1.gif) left top no-repeat;
}

div.popup2 div.left
{
  background: #fff url(../img/box_popup_left_bg2.gif) left top no-repeat;
  height: 278px;
}

div.popup3 div.left
{
  background: #fff url(../img/box_popup_left_bg3.gif) left top no-repeat;
  height: 186px;
}

div.popup4 div.left
{
  left: 1px;
  background: #fff url(../img/box_popup_left_bg4.gif) left top no-repeat;
  height: 330px;
}

div.a3line div.left
{
  height: 320px;
}

div.a3line_simple div.left
{
  height: 290px;
}

div.a2line_simple div.left
{
  height: 236px;
}

div.box_popup div.body
{
	
  width: 342px;
  /*margin: 0 10px 0 1px;*/
  background: url(../img/box_popup_bg1.gif) left top repeat-x;
  /*border: solid red 1px;*/
  position: relative;
  left: 2px;
}

div.popup2 div.body
{
  background: url(../img/box_popup_bg2.gif) left top repeat-x;
}

div.popup3 div.body
{
  background: #FFEBD9 url(../img/box_popup_bg3.gif) left top repeat-x;
}

div.popup4 div.body
{
  background: #F8C701 url(../img/box_popup_bg4.gif) left top repeat-x;
  height: 327px;
}

div#upload_progress_popup div.body
{
  height: 327px;
}

div.box_popup div.body div.header
{
  position: relative;
  top: 10px;
  margin-left: 20px;
  padding-left: 40px;
  background: url(../img/create_folder_icon.gif) left center no-repeat;  
  color: #888;
  height: 30px;
  width: 220px;
}

div#add_friend_popup div.body div.header, div#accept_friend_popup div.body div.header, div#edit_friend_popup div.body div.header, div#friend_shares_popup div.body div.header  
{
  background: url(../img/friend_popup_icon.gif) left center no-repeat;  
}

div#upload_files_popup div.body div.header, div#upload_files_popup_flash div.body div.header
{
  background: url(../img/upload_popup_icon.gif) left center no-repeat;  
}

div.popup3 div.body div.header  
{
  background: url(../img/error_popup_icon.gif) left center no-repeat;  
  color: #FE9901;
}

div#upload_progress_popup div.body div.header  
{
  background: none;  
  color: #fff;
}

div.upload_progress_header
{ 
  font-size: 30px; 
  letter-spacing: -2px;
  width: 230px; 
  height: 30px;  
  color: #FF8000; 
  margin: 10px auto; 
}

div.upload_progress
{  
  color: #888; 
  width: 211px;
  height: 27px;
  margin: 50px auto;
  margin-bottom: 20px;
  background-color: #4AA3D5;
}

div.upload_progress span
{
  color: #888; 
  display: block;
  width: 20%;
  height: 27px;  
  background-color: #FFF9F2;
}


div.upload_progress_bottom_text
{
  text-align: center;
  font-size: 16px;
  letter-spacing: -1px;
  color: #444;
}


div#welcome_popup div.body div.header  
{
  background: url(../img/welcome_popup_icon.gif) left center no-repeat;  
  color: #FE9901;
}

div#login_popup div.body div.header  
{
  background: url(../img/login_popup_icon.gif) left center no-repeat;  
  color: #FE9901;
}

div.box_popup div.body div.header span
{
  position: absolute;
  top: 5px;
  font-size: 24px;
  letter-spacing: -1px;
}

div.box_popup div.body div.header span.top_head
{
  position: absolute;
  top: -10px;
  left: 40px;
  font-size: 10px;  
}

div.box_popup div.body div.form
{
  position: relative;
  width: 309px; 
  left: 18px;
  top: 30px;  
}

div.box_popup div.body div.form div.top
{
  background: url(../img/box_popup_form_top_bg.gif) left top no-repeat;
  width: 309px;
  height: 5px;
}

div.box_popup div.body div.form div.bottom
{
  position: static;
  background: url(../img/box_popup_form_bottom_bg.gif) left top no-repeat;
  width: 309px;
  height: 5px;
}

div.box_popup div.body div.form div.line
{
  position: relative;
  height: 52px;
  width: 308px;
}

div#welcome_popup div.body div.form div.line
{
  position: relative;
  height: 200px;
  width: 308px;
}

div.box_popup div.body div.form div.line1
{
  background-color: #fff;
  border-top: solid #fff 1px;
  border-bottom: solid #fff 1px;
}

div.box_popup div.body div.form div.line_textarea
{
  height: 82px;
}

div.box_popup div.body div.form div.line2
{
  background-color: #F3F9FD;
  border-top: solid #E6F2FB 1px;
  border-bottom: solid #E6F2FB 1px;
}

div.box_popup div.body div.form div.line span
{
  position: relative;
  top: 15px;
  float: left;
}

div.box_popup div.body div.form div.line span.remember_password
{
  color: #444;
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
}


div.box_popup div.body div.form div.line span.remember_password a
{
  color: #444;
  background: url(../img/gray_1px.gif) left bottom repeat-x;
}

div.box_popup div.body div.form div.line span.error_message
{
  color: #444;
  width: 280px;
  padding: 0 10px 0 10px;
  display: block;
  font-size: 16px;
  line-height: 25px;
}

div.box_popup div.body div.form div.line span.name
{
  color: #444;
  width: 85px;
  font-size: 13px;
  margin-right: 10px;
  text-align: right;
}

div.box_popup div.body div.form div.line span.name img
{
  position: relative;
  top: 3px;
  margin-right: 5px;
}

div.box_popup div.body div.form div.line span.file_input
{
  position: relative;  
}

div.box_popup div.body div.form div.line span.file_input input
{
  position: absolute; 
  z-index: 2000; 
  height: 40px; 
  left: -50px;
  top: -5px;
  opacity: 0;
}

div.box_popup div.body div.form div.line span.input
{
  top: 12px;
  background: url(../img/box_popup_input_bg1.gif) left top no-repeat; 
  height: 26px;
  width: 142px;
}

div.box_sinputs_popup div.body div.form div.line span.input
{
  background: none; 
}

div.box_popup div.body div.form div.line span.filelist
{  
  margin-top: 12px;
  height: 50px;
  width: 200px;
  overflow: auto;
  font-family: Arial;
  font-size: 12px;
  color: #888;
}

div.box_popup div.body div.form div.line span.filelist2
{
  margin-top: 0;
}

div.box_popup div.body div.form div.line span.filelist div 
{
  border-bottom: solid #E6F2FB 1px;
  height: 22px;
}

div.box_popup div.body div.form div.line span.filelist div div
{
  float: left;
  display: block; 
  width: 160px;
  font-family: Arial;
  font-size: 14px;
  border: none;
}

div.box_popup div.body div.form div.line span.filelist div a
{
  float: left;
  display: block; 
}

div.box_popup div.body div.form div.line span.filelist div a img
{
  border: none;
}

div.box_popup div.body div.form div.line span.select
{
  padding: 7px 0 0 5px;
  top: 12px;
  background: url(../img/box_popup_select_bg.gif) left top no-repeat; 
  height: 31px;
  width: 167px;  
  font-family: Arial;
  font-size: 12px;
  color: #808080;  
}

div.box_popup div.body div.form div.line span.url a    
{
  font-family: Arial;
  font-size: 12px;
  color: #808080;  
}

div.box_popup div.body div.form div.line span.textarea
{
  top: 12px;
  background: url(../img/box_popup_textarea_bg1.gif) left top no-repeat; 
  height: 50px;
  width: 143px;
}

div.box_sinputs_popup  div.body div.form div.line span.textarea 
{
  background: none; 
}


div.box_popup div.body div.form div.line span.textarea_focus
{
  background: url(../img/box_popup_textarea_bg2.gif) left top no-repeat; 
}

div.box_popup div.body div.form div.line span.textarea textarea
{
  font-size: 12px;
  padding: 4px;
  background: transparent; 
  border: none;
  width: 137px;
  height: 45px;
  color: #000;
}

div.box_popup div.body div.form div.line span.focus
{
  background: url(../img/box_popup_input_bg2.gif) left top no-repeat;   
}

div.box_popup div.body div.form div.line span.input input
{
  font-size: 12px;
  padding: 4px;
  background: transparent; 
  border: none;
  width: 134px;
  color: #000;
}

div.box_sinputs_popup  div.body div.form div.line span.input input
{
 border: solid #DFDFDF 1px;
 /*background: none; */
}  


div.box_popup div.body div.form div.line span.message
{
  color: #888;
  font-size: 10px;
  margin-left: 10px;
  margin-top: 3px;
}

div.box_popup div.body div.form div.line span.message a
{
  color: #888;
  background: url(../img/gray_1px.gif) left bottom repeat-x;
}

div.box_popup div.body div.buttons
{
  margin-top: 50px;
  margin-left: 110px;
  height: 35px;
}

div.box_popup div.body div.buttons input
{
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
}

div.popup3 div.body div.buttons         
{
  margin-left: 140px;
}

div#shared_link_popup div.body div.buttons         
{
  margin-left: 25px;
}

div#details_popup div.body div.buttons         
{
  margin-left: 80px;
}

div#share_file_popup div.body div.buttons         
{
  margin-left: 65px;
}

div#unshare_file_popup div.body div.buttons         
{
  margin-left: 25px;
}

div#edit_friend_popup div.body div.buttons         
{
  margin-left: 80px;
}

div#add_friend_popup div.body div.buttons         
{
  margin-left: 120px;
}

div.box_popup div.body div.buttons a
{
  margin-right: 10px;
  float: left;
}
/*/BOX POPUP*/

/*Blocker*/
div#blocker
{
  display: none;
  position: absolute;
  /*background-image: url(../img/megagif.gif); 
  background-position: left top;*/
  background-color: #fff;
}

div#global_blocker
{
  display: none;
  position: absolute;
  background-image: url(../img/1px.gif);
  background-position: left top;
}
/*/Blocker*/

/*MESSAGES*/
span.e_message
{
  	font-family: Arial;
  	font-weight: bold;		
  	font-size: 14px;
	color: #FF8000;
}

span.s_message
{
  font-family: Arial;
  font-weight: bold;		
  font-size: 14px;
	color: #444;
}
/*/MESSAGES*/


/* SELECT FOR FOLDER TREE*/
span.folder_tree_select
{
  position: absolute;
  display: block;
  width: 200px;
  padding: 7px 0 0 5px;
  top: 0;
  left: -9px;
  background: url(../img/box_popup_select_bg.gif) left top no-repeat; 
  height: 31px;
  width: 167px;  
  font-family: Arial;
  font-size: 12px;
  color: #808080;  
}

/* /SELECT FOR FOLDER TREE*/
div.folder_tree_popup
{
  display: none;
  white-space: nowrap;
  position: absolute;   
  overflow: auto;
  width: 200px;
  height: 155px;
  background-color: #FCFCFC;
  z-index: 30001;
  padding:0;
  margin:0;
  border: solid #DCDCDC 1px;
  border-top: none;
}

span#folder_tree_popup_line
{
  display: none;
  clear: both;
  padding-bottom: 2px;
  height: 22px;
}

span#folder_tree_popup_line a.f_type
{
  margin: 0 5px 0 5px; 
}

span#folder_tree_popup_line a.name
{
  font-family: Arial;
  font-size: 14px;
  color: #444;
  font-weight: normal;
  text-decoration: none;
  border: solid #FCFCFC 1px;
  padding: 3px;
}

span#folder_tree_popup_line a.name:hover
{
  border: solid #EEEEEE 1px;
  background-color: #fff;
}

span#folder_tree_popup_line a.selected
{
  border: solid #EEEEEE 1px;
  background-color: #fff;
}

span#folder_tree_popup_line img
{
  width: 8px; 
  height: 8px;
  border: none;
}

/********BOX TABLE************/

div.table_header span a
{  
  color: #888;
  background: url(../img/gray_1px.gif) left bottom repeat-x;  
}

div.table_header
{
  font-family: Arial;
  font-size: 20px;
  color: #439ED6;
  margin: 0 5px 10px 10px;
}

div.table_header_small
{
  font-size: 17px;
  height: 34px;
  margin-left: 18px;
  margin-right: 0;
  border-bottom: solid #E8F4FF 1px;
}

div.signup_info
{
	border-top: solid #E8F4FF 1px;
	padding-top: 10px;
	margin-top: 35px;
}

div.table_header span
{
  font-size: 12px;
  color: #888;
  font-family: Arial;    
}

table.box_table
{
	color: #888;
	border: solid #E6F2FB 1px;
	width: 100%;
	margin-bottom: 20px;
}

table.box_table tr.line td
{
	background-color: #fff;
	/*height: 51px;*/
	padding: 10px 0;
	border-bottom: solid #E6F2FB 1px;
}

table.box_table tr.line2 td
{
	background-color: #F3F9FD;
}

table.box_table tr.noborder td
{
	border: none;
}

table.box_table tr.error td
{
	background-color: #FDB818;
}

table.box_table tr.line td.name
{
	text-align: right;
	padding-right: 9px;
	font-size: 14px;
	width: 140px;
	color: #444;
}

table.box_table tr.error td.name
{
	color: #fff;
}

table.box_table tr.line td.input
{
  width: 152px;
  font-size: 14px;
  color: #444;
}

table.box_table tr.line td.select
{
    width: 152px;
}

table.box_table tr.line td.select span a.sbut
{
  position: relative;
  top: -14px;
  left: 7px;
}
table.box_table tr.line td.long_line
{
  padding-right: 9px;
  font-size: 14px;
  width: 140px;
  color: #444;  
}
table.box_table tr.line td.long_line a
{
  position: relative;
  left: 20px;
  color: #444;
  font-size: 14px;
  background: url(../img/gray_1px.gif) left bottom repeat-x;  
}

table.box_table tr.line td.name a
{
  position: relative;
  left: 20px;
  color: #444;
  font-size: 14px;
  background: url(../img/gray_1px.gif) left bottom repeat-x;  
}


table.box_table tr.line td.input div
{
  width: 152px;
  height: 26px;
  background: url(../img/form_input_bg1.gif) left top no-repeat;
}

table.box_table tr.line td.input div.focus
{
  background: url(../img/form_input_bg2.gif) left top no-repeat;
}

table.simple_inputs tr.line td.input div
{
  background: none;
}

table.box_table tr.line td.input div input
{  
  color: #000;
  padding: 4px;
  width: 146px;
  background: transparent; 
  border: none;
}

table.box_table tr.line td.message
{
  text-align: center;
  color: #888;  
  font-size: 12px;
}

table.box_table tr.line td.message a
{
  /*position: relative;*/
  /*top: 20px;*/
  /*left: 20px;*/
  color: #444;
  font-size: 12px;
  background: url(../img/gray_1px.gif) left bottom repeat-x;  
}

table.box_table tr.error td.message
{
   color: #fff;      
}

table.box_table tr.trial td
{
	border-bottom: 1px solid #ff8000;
}

table.box_table tr.trial_first td
{
	border-top: 1px solid #ff8000;
}

table.box_table tr.trial td.name
{
	border-left: 1px solid #ff8000;
}

table.box_table tr.trial td.message
{
	border-right: 1px solid #ff8000;
}

div.closed_table
{
  height: 60px;
  width: 100%;
  border: solid #E6F2FB 1px;
  margin-bottom: 20px;
  
}

div.closed_table a
{
  position: relative;
  top: 20px;
  left: 20px;
  color: #444;
  font-size: 14px;
  background: url(../img/gray_1px.gif) left bottom repeat-x;  
}

div.table_buttons a
{
  float: left;
  margin-right: 10px;
}

div.table_buttons
{
  padding-left: 150px;
  margin-bottom: 20px;
}

/*********left / right pert*************/   
div.left_part
{       
  float: left;
  width: 450px;  
  padding: 6px 20px 0 23px;
  background-color: #fff;
}

div.right_part
{       
  float: left;
  width: 185px; 
  height: 555px;
  padding-top: 6px;
  background: url(../img/signup_page_delimetr.gif) left top no-repeat;
}

div.right_part div.info
{       
  font-size: 14px;
  color: #666;
  margin-left: 20px;
}

div.right_part div.info a
{       
  color: #666;
  background: url(../img/gray_1px.gif) left bottom repeat-x;
}

/***************************/

div.cleaner
{
	line-height: 0;
	clear: both;
	height: 0;
}

/**tips**/
div.tools_tip
{
  display: none;
  z-index: 98000;
  font-size: 12px;
  font-weight: bold;
  text-align: left;    
  color: #fff;  
  position: absolute; 
  opacity: 0.9;
}

div.tools_tip_orange
{
  font-size: 12px;
}

html div.tools_tip div.left_arrow
{ 
  position: absolute;
  left: 1px;
  top: 10px;
  background: url(../img/tip_arrow_left.gif) no-repeat;  
  width: 16px;
  height: 22px;
}

html div.tools_tip_orange div.left_arrow
{   
  background: url(../img/tip_arrow_left_orange.gif) no-repeat;  
}

div#tools_tip_orange_top div.top_arrow 
{ 
  background: url(../img/tip_arrow_top_orange.gif) no-repeat;  
  position: relative;   
  left: 20px;
  width: 22px;
  height: 16px;
}

html div.tools_tip div.right_arrow
{ 
  float: left;
  position: relative;  
  left: -1px;
  top: 10px;
  background: url(../img/tip_arrow_right.gif) no-repeat;  
  width: 16px;
  height: 22px;
}

html div.tools_tip div.top_arrow
{   
  background: url(../img/tip_arrow_top.gif) no-repeat;  
  position: relative;   
  left: 20px;
  width: 22px;
  height: 16px;
}

html div.tools_tip div.tools_tip_text
{ 
  width: 130px;
  margin-left: 16px;
  padding: 15px;
  background: #40ABFB url(../img/tips_blue_bg.gif) left top repeat-x;
}


div#tools_tip_top div.tools_tip_text
{ 
  width: 150px;  
  padding: 15px;
  margin-left: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  
  background: #40ABFB url(../img/tips_blue_bg.gif) left top repeat-x;
}

div#tools_tip_right_large div.tools_tip_text
{ 
  width: 150px;  
  padding: 15px;
  margin-left: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;  
  background: #40ABFB url(../img/tips_blue_bg.gif) left top repeat-x;
}

div#tools_tip_orange_top div.tools_tip_text
{ 
  width: 150px;  
  padding: 15px;
  margin-left: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  
  background: #40ABFB url(../img/tips_orange_bg.gif) left top repeat-x;
}

html div.tools_tip_orange div.tools_tip_text
{ 
  background: #ECA004 url(../img/tips_orange_bg.gif) left top repeat-x;
}

div#share_with_friend_box  div.tools_tip_text
{
  width: auto;
  font-weight: normal; 
}

html div.tools_tip div.right_text
{
  float: left;
}

html div.tools_tip div.tools_tip_text_right
{
  margin-left: 0;
  margin-right: 13px;
}
/**\tips**/

/** footer **/

div.footer_center
{
  margin: auto;  
  width: 705px;       
}

div.footer_center div
{ 
  margin-left: 85px;
  color: #444; 
  font-size: 10px; 
  padding: 20px 0 20px 0;
}

div.footer_center div a
{
  color: #444;
  background: url(../img/gray_1px.gif) left bottom repeat-x;
}

div#share_with_friend_box
{
  font-size: 16px;
}

/*
div.loading_bar
{
  display: none;
  position: absolute;
  z-index: 100000;
  font-family: Arial;  
  font-weight: bold;	
  color: #777;
  height: 20px;
}
*/

div.loading_bar
{
  display: none;
  position: absolute;
  z-index: 100000;  
  background: url(../img/box_loading.gif) left top no-repeat;
  padding: 10px 10px 10px 15px;
  width: 78px;
  height: 17px;  
  color: #fff;
}
div#emergency
{
	border-bottom: 3px solid #EDF6FB;
}

div#emergency div
{
	color: #fff;
	text-align: center;
	padding: 7px 0;
	font: bold 12px Arial;
	background-color: #FF8000;
	border-bottom: 1px solid #C88804;
}

div#emergency div a 
{
	color: #fff;
	text-decoration: underline;
}
