/****************************/
/*			GENERAL			*/
/****************************/

.dialog_border
{
	opacity:0.5;
	background-color:#555555;
}
* html .dialog_border, *+html .dialog_border  {background-color:#bbbbbb;}

.dialog_box
{
	color:#555555;
	font-size:12px;
	overflow:auto;
}

.dialog_box a
{
	color:black;
	font-size:12px;
}
.dialog_box a:hover
{
	text-decoration:none;
	color:#4B4B4B;
}


.dialog_default_style
{
	background-color:white;
}



.dialog_title
{
	width:100%;
	height:23px;
	background:#EBC35F;
	border-bottom:2px solid #E6B029;
	padding:7px 0 0 0;
	text-indent:15px;
	color:white;
	font-size:14px;
	font-weight:bold;
}

.dialog_content
{
	padding:10px;
}

#div_loading .loading
{
	position:absolute;
	background:url("../images/loading_inline.gif") no-repeat scroll 0 0 transparent;
	width:220px;
	height:19px;
}

.dialog_alert	{}
.dialog_confirm {}
/****************************/
/*			FORMS			*/
/****************************/

.dialog_box .item_line
{
	width:420px;
	margin:7px 0 7px 0;
}

.dialog_box .item_label
{
	width:100px;
	float:left;
	text-align:right;
	padding:3px;
}

.dialog_box .item_label2
{
	float:left;
	margin:0 0 0 20px;
}


.dialog_box .item_value
{
	width:270px;
	float:left;
	margin:0 10px 0 10px;
}

.dialog_box .item_value2
{
	float:left;
	margin:0 10px 0 10px;
}


.dialog_box .text_input, .dialog_box .completor_input, .dialog_box .area_input
{
	border:1px solid #999999;
}

.dialog_box .text_input
{
	height:28px;
	padding:2px;
}

.dialog_box .text_input_original
{
	border:none;
	width:260px;
}
* html .dialog_box .text_input_original, *+html .dialog_box .text_input_original {border-color:transparent;width:267px;}

/********************/
/*		BUTTON		*/
/********************/
.dialog_box .button_right
{
	cursor:pointer;
	float:right;
	margin:10px 20px 0 0;
}

.dialog_box .button, .dialog_box .button_left
{
	cursor:pointer;
	margin:30px 20px 10px 20px;
}

.dialog_box .button_left {float:left;}

.dialog_box .send
{
	background:url("../images/inbox/bt_send_message.gif") no-repeat scroll 0 0 transparent;
	width:130px;
	height:23px;
}

.dialog_box .publish
{
	background:url("../images/button/bt_publish.gif") no-repeat scroll 0 0 transparent;
	width:100px;
	height:23px;
}

.dialog_box .cancel
{

	background:url("../images/button/bt_cancel.gif") no-repeat scroll 0 0 transparent;
	width:58px;
	height:16px;
}

.dialog_box .dialog_ok_button
{
	background:url("../images/button/bt_ok.gif") no-repeat scroll 0 0 transparent;
	width:70px;
	height:23px;
}


.dialog_box .bt_find_out
{
	background:url("../images/button/bt_find_out.gif") no-repeat scroll 0 0 transparent;
	width:100px;
	height:23px;

}

.dialog_box .no_thanks
{
	background:url("../images/button/bt_no_thanks.gif") no-repeat scroll 0 0 transparent;
	width:100px;
	height:23px;

}


.dialog_box .bt_do_now
{
	background:url("../images/button/bt_do_now.gif") no-repeat scroll 0 0 transparent;
	width:100px;
	height:23px;
}


.dialog_box .bt_later
{
	background:url("../images/button/bt_later.gif") no-repeat scroll 0 0 transparent;
	width:62px;
	height:23px;
}


.dialog_box .bt_forward_to_marketing
{
	background:url("../images/button/bt_forward_to_marketing.gif") no-repeat scroll 0 0 transparent;
	width:270px;
	height:23px;
	cursor:pointer;
}


.dialog_box .bt_save
{
	background:url("../images/button/bt_save.gif") no-repeat scroll 0 0 transparent;
	width:64px;
	height:23px;
}

.dialog_box .dialog_close_button
{
	background:url("../images/button/bt_close.gif") no-repeat scroll 0 0 transparent;
	width:100px;
	height:23px;
}



/********************************/
/*		send to friend			*/
/********************************/

.dialog_box .send_to_friend .compose_message div.tokenizer {border:medium none;}

/********************************/
/*		alert company premium	*/
/********************************/
.dialog_alert_company_premium .company_name	{font-weight:bold;}
.dialog_alert_company_premium .dialog_message {margin:3px 0 0 0;}

/****************************/
/*	alert company profile	*/
/****************************/
.dialog_alert_company_profile .dialog_message {margin:3px 0 0 0;}

