#transport_messages{
	display:none;
}
#messages_holder{
	background: none repeat scroll 0 0 #FFFFFF;
	color: #333333 !important;
	font:bold 12pt Arial,georgia;
	display: block;
	position:fixed;
	z-index:11000;
	opacity:0.9;
	left:0;
	top:0;
	width:100%;
	height: auto;
	min-height:75px;
}
#messages_holder #messages_items{
	margin: 15px;
	min-width:500px;
	padding: 0px;
	list-style: none;
}
#messages_items dl{}
#messages_items dt{
	display:inline-block;
	width:240px;
}
#messages_items dd{
	display:inline;
	margin-left: 10px;
}
#messages_items li{
	margin:5px;
	padding:10px;
	color: #333333 !important;
}
#messages_items li.ok{
	background-color: #82c561;
	border: 1px solid #c9c2c1;
}
#messages_items li.ok dt{
	color: #fff;
	text-shadow: green 2px 2px 1px;
}
#messages_items li.notice{
	background-color: #FFF9B1;
	border: 1px solid #c9c2c1;
}
#messages_items li.notice dt{
	color: gray;
	text-shadow:5px 5px 10px;
}
#messages_items li.error{
	background-color: #ffc9c9;
	border: 1px solid #c9c2c1;
}
#messages_items li.error dt{
	color:#FF2222;
	text-shadow:4px 5px 20px red;
}

.mlp_common_popup * { color:#000; font-size: 13px; font-style: normal; font-weight: normal; text-decoration: none; }
.mlp_common_popup a { color:#666; font-size: 13px; font-style: normal; font-weight: normal; text-decoration: underline; }
.mlp_common_popup b { font-weight: bold;}
.mlp_common_popup a:hover { color: #060; }
.mlp_common_popup .OneLine { background: #ffffff !important; color: #000000; }
.mlp_common_popup .TwoLine { background: #ffffff !important; color: #000000; }
.mlp_common_popup td { padding: 0px; }
.mlp_common_popup input, .mlp_common_popup select, .mlp_common_popup textarea { background: #ffffff !important; color: #000000; }

.mlp_common_popup .mlp_common_popup_logo { background: url(img/p_logo.png); width: 69px; height: 60px; }
.mlp_common_popup .mlp_common_popup_top_name{background: url(img/p_top.png); color: #333333; font-size: 18px; padding-top: 10px; }
.mlp_common_popup .mlp_common_popup_top_name div { color: #333333; font-size: 18px; padding-top: 10px; }
.mlp_common_popup .mlp_common_popup_top_name a { color: #333333; font-size: 18px; text-decoration: none; }
.mlp_common_popup .mlp_common_popup_top { background: url(img/p_top.png); color: #333333; font-size: 18px; }
.mlp_common_popup .mlp_common_popup_top_right { background: url(img/p_top_right.png) right; width: 36px; height: 60px; }
.mlp_common_popup .mlp_common_popup_iebg { width: 36px; }

.mlp_common_popup .mlp_common_popup_border_left { background: url(img/p_border_left.png) repeat-y; width: 36px; }
.mlp_common_popup .mlp_common_popup_border_right { background: url(img/p_border_right.png) repeat-y; width: 36px; }

.mlp_common_popup .mlp_common_popup_bottom { background: url(img/p_bottom.png) repeat-x bottom; }
.mlp_common_popup .mlp_common_popup_bottom_left { background: url(img/p_bottom_left.png); width: 36px; height: 38px; }
.mlp_common_popup .mlp_common_popup_bottom_right { background: url(img/p_bottom_right.png); width: 36px; height: 38px; }

.mlp_common_popup .mlp_common_popup_text_area { color: #333333; font-size: 12px; background: url(img/bg.png); }

.mlp_common_popup .mlp_common_popup_buttons { text-align: center; padding-top: 5px; background: #fcfcfc; }
.mlp_common_popup .mlp_common_popup_buttons a { background: #00BEBE; padding: 5px 25px; color: #fff; font-size: 12px; text-decoration: none; margin: 0 5px; }
*:first-child+html .mlp_common_popup .mlp_common_popup_buttons a { background: #00BEBE; line-height: 25px; padding: 5px 25px 5px 25px; color: #fff; font-size: 12px; text-decoration: none; }

.mlp_common_popup .mlp_common_popup_button { display: block; float: right; height: 31px; padding-right: 10px; margin-top: 5px; margin-left: 10px; background: url(img/p_button_bg.png) no-repeat bottom right; }
.mlp_common_popup .mlp_common_popup_top a { display: block; height: 26px; font-size: 12px; color: #333333; padding-left: 30px; vertical-align: middle; padding-top: 10px; text-decoration: none; }
.mlp_common_popup .mlp_common_popup_reload { background: url(img/p_reload.png) no-repeat left center; }
.mlp_common_popup .mlp_common_popup_close { background: url(img/p_close.png) no-repeat left center; }


.mlp_common_popup table tr.OneLine, .mlp_common_popup table tr.TwoLine { border-bottom: 1px dashed #00BEBE; }
.mlp_common_popup table tr.LastLine { border-bottom: none 0; }
.mlp_common_popup .mlp_input_outer { border: 1px solid #00BEBE; background: #e2ffff; }
.mlp_common_popup .mlp_input_text { border: none 0; background: transparent; }

.mlp_common_popup .mlp_aleft { text-align: left; }
.mlp_common_popup .mlp_acenter { text-align: center; }
.mlp_common_popup .mlp_aright { text-align: right; }
.mlp_common_popup .mlp_w80 { width: 80px; }
.mlp_common_popup .mlp_w100 { width: 100px; }
.mlp_common_popup .mlp_w120 { width: 120px; }
.mlp_common_popup .grey { color: #333333; }
#wizard td.mlp_common_popup_text_area{ position: relative; overflow: hidden; }
#wizard_content_wrapper{ height: 550px !important; display: block !important;overflow: auto !important; vertical-align: top !important; }
#popup_content_wrapper{ 
min-height: 150px !important; 
display: block !important; 
overflow: auto !important; 
vertical-align: top !important; 
max-height: 560px !important;
max-width:900px;
min-width:660px;
}
.mlp_common_popup td.left_td,
.mlp_common_popup table.left {
	background: none !important;
	background-image: none !important;
	border: none !important;
}
.mlp_common_popup ul.mlp_tab_block{
	display:block!important;
	height:27px!important;
	background: url(http://common.mylivepage.net/style43/tab_bg.gif) repeat-x bottom left;
	height: 27px;
	list-style-type: none;
}
.mlp_common_popup li.mlp_tab_active a {
	background:url("http://common.mylivepage.net/style43/tab_active_r.gif") no-repeat scroll right top transparent !important;
	color:#454545!important;
	display:block!important;
	font-weight:bold!important;
	line-height:27px!important;
	padding:0 12px!important;
	text-decoration:none!important;
}

.mlp_common_popup li.mlp_tab {
	background: url(http://common.mylivepage.net/style43/tab_l.gif) no-repeat top left !important;
	display: block !important;
	float: left !important;
	line-height: 27px !important;
	margin-right: 10px !important;
	border:medium none !important;
}
.mlp_common_popup li.mlp_tab a {
	background: url(http://common.mylivepage.net/style43/tab_r.gif) no-repeat top right !important;
	color: #454545 !important;
	display: block !important;
	line-height: 27px !important;
	padding: 0px 12px !important;
	text-decoration: none !important;
} 
.mlp_common_popup li.mlp_tab_active {
	background: url(http://common.mylivepage.net/style43/tab_active_l.gif) no-repeat top left !important;
	display: block !important;
	float: left !important;
	line-height: 27px !important;
	margin-right: 10px !important;
	border:medium none !important;
}
a#change_top_navigation{ font-size: 11px;vertical-align:middle;}

#popup_window div.mlp_webdialog  .other_actions{
	float: none !important;
	margin-bottom: 5px !important; }

#popup_window div.mlp_webdialog   .other_actions .actions{
	display: inline-block;}

#popup_window div.mlp_webdialog   .other_actions .actions a{
	display: inline-block !important;
	margin-left:5px;
}
#popup_window #message_text_decor{
	min-width:550px;
	width:99%;
}
#popup_window #access_full{
	width: 500px;
}
#popup_window div.mlp_webdialog .content{
	padding: 0px !important;
}
#popup_window .mlp_panel{
	width: 99%;
}
