/* ########## MODAL WINDOWS START ########## */
.sg_background_hider
{
	background-color:#000000;
}

.sg_modal_window
{
	cursor:default;
}

.sg_modal_bottom
{
	width:548px;
	height:16px;
}

.sg_modal_closebox
{
	cursor:pointer;
}

.sg_modal_window p
{
	margin-bottom:20px;
}

div.sg_modal_title,
p.sg_modal_title
{
	font-weight:bold;
	/*padding-left:60px;*/
	background-repeat:no-repeat;
	margin-bottom:10px;
}

div.sg_modal_text,
p.sg_modal_text
{
	overflow:hidden;
	/*padding-left:60px;*/
}

div.sg_modal_buttons,
p.sg_modal_buttons
{
	text-align:right;
	margin-top:20px;
	margin-bottom:10px;
	overflow:hidden;
	height:22px;
	margin-left: 52px;
}

.sg_modal_content
{
	border-width:0 1px;
	color:#000000;
	padding:0 28px 0 28px;
	overflow:hidden;
}

.sg_modal_content .fresh_button
{
	margin-right:5px;
}

/*.sg_modal_window input
{
	margin-left:15px;
}*/

.sg_modal_fax_scroller
{
	width:483px;
	height:400px;
	overflow:auto;
	border:1px solid #cecece;
	margin-bottom:10px;
	/*background:url('../images/fax/preview_bg.gif');*/
	background-color:#eeeeee;
}

.sg_modal_navi_bar
{
	margin:auto;
}

.sg_modal_navi_bar a
{
	cursor:pointer;
	text-decoration: underline;
}

.sg_modal_navi_bar a.open_page
{
	text-decoration: none !important;
	font-weight:bold;
}

.sg_modal_link_container
{
	display:inline;
	vertical-align:middle;
}

.sg_modal_link_container a
{
	vertical-align:middle;
}

.sg_modal_link_container img
{
	vertical-align:middle;
}

.sg_modal_fax_headline
{
	font-size:16px;
	font-weight:bold;
	height:40px;
	text-align:left;
}

.sg_modal_input
{
	width:98%;
}

.sg_modal_icon
{
	float:left;
	margin-right:20px;
}

.sg_modal_inputdescription
{
	margin-bottom:10px;
}

/* ########## MODAL DEFAULT THEME */
.sg_modal_window_newbox_closer
{
	background:url('../images/lightbox/newbox/lightbox_top_close.png') no-repeat top right;
	/*padding-top:34px;*/
}

.sg_modal_window_newbox
{
	background:url('../images/lightbox/newbox/lightbox_top_right.png') no-repeat top right;
}

.sg_modal_windowtop_newbox
{
	background:url('../images/lightbox/newbox/lightbox_top_left.png') no-repeat top left;
	margin:0 34px 0 0;
	height:34px;
	position:relative;
}

.sg_modal_content_newbox
{
	background-image:url('../images/lightbox/newbox/lightbox_left.png');
}

.sg_modal_bottom_newbox
{
	background-image:url('../images/lightbox/newbox/lightbox_bottom_left.png');
	width:100%;
}

.sg_modal_closebox_newbox
{
	cursor:pointer;
	width:22px;
	height:22px;
	position:absolute;
	top:6px;
	right:-28px;
	margin-bottom:0;
}

.sg_modal_middleright_newbox
{
	background:url('../images/lightbox/newbox/lightbox_middle_right.png') repeat-y top right;
	padding-right:17px;
	/*background-color:red;*/

}

.sg_modal_bottomright_newbox
{
	background:url('../images/lightbox/newbox/lightbox_bottom_right.png') repeat-y top right;
	padding-right:20px;
	overflow:hidden;
}

/* ########## MODAL WINDOWS END ########## */
