#mn_public_page.mn_maximized {
	background:none;
}

a {
	outline:none;
}

.mn_visible {
	display:block !important;
}

.mn_hidden {
	display:none !important;
}

#mn_container {
	position:relative;
	margin: 0;
	padding: 0;
}

#mn_container.mn_maximized {
	width:100%;
	margin: 0;
	background-image: none;
	background-color: black;
	padding:0;
	top:0px;
	left:0px;
}
.webkit #mn_container.mn_maximized, .ie #mn_container.mn_maximized {position:absolute;}

#mn_player_container.mn_maximized {
	margin:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#mn_player {
	background-color:black;
}

#mn_show_title {
	position:relative;
	_width:100%;
}

#mn_show_title_left {
	position: absolute;
	width:5px;
	height:37px;
	left: 0;
	top: 0;
}

#mn_show_title_center {
	height:24px;
	position:relative;
	margin:0 5px;
	padding:7px 0 0 5px;
	font:normal 16px Arial, sans-serif !important;
	color:#EEE;
}

#mn_show_title_right {
	width:5px;
	height:37px;
	position: absolute;
	right: 0;
	top: 0;
}

#mn_controller {
	position:relative;
	bottom:0;
	width:100%;
}

#mn_controller_left {
	background-repeat:no-repeat;
	width:12px;
	height:52px;
	position: absolute;
	left: 0;
	top: 0;
}

#mn_controller_center { 
	position:relative;
	height:52px;
	margin:0 12px;
}

#mn_controller_right {
	background-repeat:no-repeat;
	width:114px;
	height:52px;
	position:absolute;
	top: 0;
	right: 0;
}

#mn_controls {
	position:absolute;
	top:1px;
	left:2px;
	list-style:none;
	margin:0;
	padding:0;
}

#mn_controls li {
	float:left;
}

#mn_controls a {
	text-indent:-9000px;
	display:block;
	outline:none;
	float: left;
	_background:none;
	width:27px;
	height:27px;
	background-repeat:no-repeat;
	margin-top:1px;	
	cursor:pointer;
}

.mn_back {
	background: url('/images/move/back.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/back.png');
}

.mn_back:hover {
	background: url('/images/move/back_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/back_hover.png');	
}

.mn_rewind {
	background: url('/images/move/rewind.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/rewind.png');
}

.mn_rewind:hover {
	background: url('/images/move/rewind_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/rewind_hover.png');	
}

#mn_controls a.mn_pause {
	background: url('/images/move/pause_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/pause_hover.png');
	width:40px;
	height:29px;
	margin:0;
}

#mn_controls a.mn_pause:hover {
	background: url('/images/move/pause_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/pause_hover.png');	
}

#mn_controls a.mn_play {
	background: url('/images/move/play_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/play_hover.png');
	width:40px;
	height:29px;
	margin:0;
	display:none;	
}

#mn_controls a.mn_play:hover {
	background: url('/images/move/play_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/play_hover.png');	
}

.mn_fast_forward {
	background: url('/images/move/ff_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/ff_hover.png');
}

.mn_fast_forward:hover {
	background: url('/images/move/ff_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/ff_hover.png');	
}

.mn_forward {
	background: url('/images/move/forward.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/forward.png');
}

.mn_forward:hover {
	background: url('/images/move/forward_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/forward_hover.png');	
}

#mn_controls a.mn_go_live {
	background: url('/images/move/go_live.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/go_live.png');
	width:30px;
	height: 23px;
	margin-top:3px;
}

#mn_controls a.mn_go_live:hover {
	background: url('/images/move/go_live_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/go_live_hover.png');	
}

.mn_player_status, #mn_duration {
	font: 10px Arial, Helvetica, sans-serif;
	position:absolute;
}

.mn_player_status {
	top:8px;
	left:186px;
}

.mac .mn_player_status {
	top:10px;
}

.ie .mn_player_status {
	left:182px;
}

#mn_duration {
	top:35px;
	z-index:8;
	right:8px;
	width:102px;
	text-align:center;
}

.mac #mn_duration {
	top:37px;
}

#mn_tools {
	position:absolute;
	top:5px;
	right:5px;
	list-style:none;
	margin:0;
	padding:0;	
}

#mn_tools li {
	padding:0 1px;
	float:left;
}

#mn_tools a {
	width:19px;
	height:21px;
	cursor:pointer;
	display:block;
	text-indent:-9000px;
	z-index:3;
	background-repeat:no-repeat;
	float:left;
}

#mn_volume_bar {
	width:59px;
	height:21px;
	position:relative;
	cursor:pointer;
	z-index:2;
	background:url('/images/move/volume_bar.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/volume_bar.png');	
}

#mn_volume_thumb {
	width:19px;
	height:21px;
	cursor:pointer;
	display:block;
	position:absolute;
	text-indent:-9000px;
	z-index:3;
	background-repeat:no-repeat;	
	top:0px;
	background:url('/images/move/volume_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/volume_hover.png');	
}

#mn_volume_thumb:hover {
	background:url('/images/move/volume_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/volume_hover.png');
}

.mn_style_large {
	background:url('/images/move/style_large.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/style_large.png');		
}

.mn_style_large:hover {
	background:url('/images/move/style_large_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/style_large_hover.png');		
}

.mn_style_regular {
	background:url('/images/move/style_regular.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/style_regular.png');		
}

.mn_style_regular:hover {
	background:url('/images/move/style_regular_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/style_regular_hover.png');		
}

#mn_send_to_friend {
	background:url('/images/move/share.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/share.png');	
}

#mn_send_to_friend:hover {
	background:url('/images/move/share_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/share_hover.png');	
}

.mn_pop_out {
	background:url('/images/move/popout.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/popout.png');	
}

.mn_pop_out:hover {
	background:url('/images/move/popout_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/popout_hover.png');	
}

.mn_pop_in {
	background:url('/images/move/popin.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/popin.png');	
}

.mn_pop_in:hover {
	background:url('/images/move/popin_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/popin_hover.png');	
}

#mn_help {
	background: url('/images/move/help.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/help.png');
}

#mn_help:hover {
	background: url('/images/move/help_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/help_hover.png');
}

#mn_video_size.mn_maximize {
	background: url('/images/move/maximize.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/maximize.png');
}

#mn_video_size.mn_maximize:hover {
	background: url('/images/move/maximize_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/maximize_hover.png');
}

.mn_minimize {
	background: url('/images/move/minimize.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/minimize.png');
}

.mn_minimize:hover {
	background: url('/images/move/minimize_hover.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/minimize_hover.png');	
}

#mn_timeline {
	height:13px;
	cursor:pointer;
	width:77%;
	position:relative;
	left:5px;
	top:-17px;
	z-index:20;
}

#mn_timeline_scrubber {
	background: url('/images/move/tl_scrubber.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/tl_scrubber.png');
	position:absolute;
	top:2px;		
	left:50px;
	width:20px;
	height:7px;
	cursor:pointer;
	z-index:20;
}

#mn_scrubber_position {
	padding-top:16px;
	color:#333;
	font-size:8px;
	position:absolute;
	text-align:center;
	top:15px;
	left:-4px;
	width:32px;
	height:28px;
	z-index:20;
	font-family: Arial, Sans-Serif;
	background:url('/images/move/tl_time.png') no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/tl_time.png');
}

.mn_ad_break {
	height:3px;
	background-color:#656565;
}

#mn_show_timeline {
	display:none;
	width:420px;
	height:140px;
	position:absolute;
	top:31px;
	z-index:8;
	color:white;
	overflow:hidden;
	background:url('/images/move/show_timeline_bg.png') center bottom no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/show_timeline_bg.png');
}

#mn_current_show_status {
	padding:0;
	width:100%;
	position:absolute;
	top:27px;
	left:103px;
	margin:0;
	padding:0;
}

.mac #mn_current_show_status {
	left:100px;
}

#mn_current_show_status li{
	margin:0;
	padding:0 10px;
	list-style:none;
	float:left;
	border-right:1px solid #606060;
	color:#8e8e8e;
}

#mn_current_show_status li#mn_current_show_time {
	color:#eee;
}

#mn_current_show_status li#mn_current_show_duration {
	border-right:none;
}

#mn_shows {
	position:absolute;
	top:44px;
	z-index:7;
	width:100%;
	height:72px;
	clear:both;
	border-style:solid;
	border-color:#404040;
	border-width:2px 0;
	color:#464c4b;
}

#mn_shows .mn_show {
	height:72px;
	background:#879290 url('/images/move/show_divider.png') repeat-y;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/show_divider.png');	
	overflow:hidden;
	cursor:pointer;
}
.mac #mn_shows .mn_show {
	height:64px;
}

.mn_show span {
	display:block;
	padding-left:10px;
}

.mn_show_time {
	font-weight:bold;
	padding-bottom:5px;
}

#mn_show_timeline_scrubber {
	background:url('/images/move/show_timeline_scrubber.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/show_timeline_scrubber.png');
	width:41px;
	height:18px;
	position:absolute;
	bottom:2px;
	left:220px;
	z-index:8;
}

#mn_show_timeline_line {
	background:url('/images/move/show_timeline_white_line.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/show_timeline_white_line.png');
	width:41px;
	height:76px;
	position:absolute;
	bottom:21px;
	left:220px;
	z-index:8;	
}

.mac #mn_show_timeline_scrubber {
	bottom:3px;
}

#mn_faq_nav {
	display:none;
}

.mn_no_script {
	padding:10px; 
	width:460px; 
	height:340px; 
	font-size:20px;
}

#mn_sendBtn {
	height:20px; 
	width:205px; 
	background:url('/images/move/share.gif') no-repeat;
	margin:5px auto;
	cursor:pointer
}

#mn_send_friend {
	font-size:12px;
	position:relative;
}

#mn_send_friend h2 {
	font-weight:bolder;
	color:white;
	height:21px;
	font-size:14px;
	display:block;
	margin:20px 0 20px 0;
	padding:0;
}

#mn_close_s2f {
	color:white;
	position:absolute;
	top:10px;
	right:10px;
}

.ie #mn_senders_name_field, .ie #mn_senders_email_field, .ie #mn_friends_email_field, .ie #mn_comments {
	width:193px;
}

.ie .mn_s2f_button, .ie #mn_send {
	height:20px;
}

.ie #mn_send_friend {
	padding-top:0;
}

.ie #mn_send_friend fieldset#share_clip_FS {
	margin-bottom:10px;
}

.ie #mn_send_friend fieldset {
	margin:0 0 5px 0;
}

.ie #mn_send_friend p {
	margin-top:10px;
}

.ie #mn_send {
	float:right;
	margin-right:2px;
}

h2#mn_share_text a{
	float:right;
	width:21px;
	height:21px;
	background-image:url('/images/move/close-box.gif');
	text-indent:-9000px;
	display:block;
	outline:none;
	margin-top:-18px;
}

.webkit h2#mn_share_text a {
	margin-top:-2px;
}

#mn_send_friend p {
	padding:0;
	margin:15px 0 5px 0;
}

.ie #mn_send_friend p {
	margin-top:10px;
}

#mn_send_friend fieldset {
	border:none;
	padding:0;
	margin:0 0 5px 0;
}

.ie #mn_send_friend fieldset {
	margin:0 0 5px 0;
}

#mn_send_friend label {
	width:80px;
	display:block;
	float:left;
	padding-top:4px;
}

.mn_s2f_button, #mn_send {
	background-color:#336a88;
	border-width:1px 2px 2px 1px;
	border-style: solid;
	border-color:#4E95BC #2D5D76 #2D5D76 #4E95BC;
	color:white;
	cursor:pointer;
}

.mn_s2f_button {
	width:100px;
}

.mn_s2f_button:hover, #mn_send:hover {
	border-color:#2D5D76 #4E95BC #4E95BC #2D5D76;
	background-color:#4288AE;
}

#mn_send_friend fieldset#mn_share_clip_FS {
	margin-bottom:10px;
}

#mn_send {
	float:right;
	width:55px;
	margin-right:5px;
}

#mn_comments {
	height:50px;
}

#mn_send_friend #mn_share_current, #mn_send_friend #mn_share_clip {
	margin-left:0;
	padding-left:0;
}

.win.gecko #mn_share_clip_FS {
	padding-bottom:0;
	margin-bottom:0;
}

#mn_send_friend #mn_share_current_label, #mn_send_friend #mn_share_clip_label {
	display:inline;
	float:none;
	padding-top:0;
}

#mn_start, #mn_end {
	width:150px;
	border-width:0;
	background:white;
	color:black;
	text-align:left;
	padding-left:5px;
}

#mn_senders_name_field, #mn_senders_email_field, #mn_friends_email_field, #mn_comments {
	width:230px;
	border:1px solid rgb(51, 106, 136);
	padding:2px;
}

#mn_send_friend fieldset.mn_sf_section {
	border-bottom:1px solid rgb(51, 106, 136);
	padding:0 0 5px 0;
}

#mn_clip_error, #mn_no_show, #mn_send_error, .error {
	color:red !important;
	text-align:center !important;
	font-size:14px !important;
}

#mn_playlist h2 {
	margin:0;
	padding:0;
}

#mn_playlist h3 {
	color:#9f9f9f;
	font-size:10px;
	margin-bottom:2px;
}

/*#playlist select {
	background-color:black;
	color:#818181;
	border:1px solid #818181;
	font-size: 10px;
}*/

.mn_playlist_page_nav {
	margin:0;
	padding:0;
}

.mn_playlist_page_nav li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

.mn_playlist_page_nav li a {
	margin:0;
	padding:0;
	width:9px;
	height:12px;
	text-indent:-9000px;
	display:block;
}

.mn_previous_page {
	background:url('/images/move/arrow_left.png') no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/arrow_left.png');	
}

.mn_next_page {
	background:url('/images/move/arrow_right.png') no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/arrow_right.png');
}

.mn_playlist_page_nav em {
	color:#eee;
	font-style:normal;
}

#mn_playlist_scroller_thumb {
	width:27px; 
	height:27px; 
	background:url('/images/move/scroller_button.png') no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/scroller_button.png');	
}

.mn_playlist_time {
	padding-left:30px;	
}

.mn_playlist_duration {
	
}

.mn_playlist_thumb img {
	border:none;
}

.mn_playlist_title {
	color:white;
}

.mn_playlist_page_nav li { 
	color:#c8d1ce;
}

.mn_pl_prev_page {
	background:url('/images/move/arrow_left_light.png') no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/arrow_left_light.png');	
}

.mn_pl_next_page {
	background:url('/images/move/arrow_right_light.png') no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/arrow_right_light.png');
}

/*#mn_playlist_container {
	position:absolute;
	top:28px;
	left:5px;
	width:270px;
	height:457px;
	overflow:auto;
}
*/
#mn_clips {
	position:relative;
}

.mn_clip {
	clear:both;
	border-bottom:1px solid #73827d;
	height:51px;
	cursor:pointer;
	visibility:hidden;
	position:relative;
	width:330px;
}

.mn_clip img {
	float:left;
	width:68px;
	height:51px;
	padding-right:5px;
}

.mn_show_title {
	color:#3e5577;
	font-weight: bold;
	padding:4px 5px 2px 5px;
	font-size:12px;
}

.mn_show_duration {
	padding:0 5px;
	color:#3e5577;
	font-size:11px;
}

.mn_show_startTime {
	color:#333434;
	padding:0 5px 2px 5px;
	font-size:smaller;
}

.mn_show_duration {
	padding:0 5px 2px 5px;
}

/*
 * Default moveplay install styles
 */

#mn_moveplay_install {
    padding:15px;
    font-size:17px; font-family: verdana, sans-serif;
    background-color: #0A0009;
    color:white;
}

#mn_moveplay_feature2 {
    position:relative;
    left:5%;
}

#mn_moveplay_feature3 {
    position:relative;
    left:10%;
}

.mn_moveplay_featuretitle {
    color:#009FE1;
}

.mn_moveplay_featuredesc {
    color:white;
}

#mn_moveplay_progressouter {
    border:solid #888888 1px;
    width:150px;
    height:20px;
}

#mn_moveplay_progressinner {
    width:1px;
    height:20px;
    background-image:url('/images/move/moveplayprogress.jpg');
    overflow:hidden;
}

#mn_moveplay_installprogressmsg {
    font-size:12px; font-family: verdana, sans-serif;
    background-color: #0A0009;
    color:white;
}

#mn_moveplay_eula {
    font-size:9px;
}

input, textarea, select {
	font:normal 11px Arial, sans-serif;
}



/******************************************************************
* COLORS OF THE PLAYER											//
******************************************************************/

#mn_show_title_left {
	background:url('../images/show_title_left_blue_tan.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/show_title_left_blue_tan.png');	
}

#mn_show_title_center {
	background:url('../images/show_title_center_blue_tan.jpg');	
}

#mn_show_title_right {
	background:url('../images/show_title_right_blue_tan.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/show_title_right_blue_tan.png');	
}

#mn_controller_left {
	background: url('../images/bg_control_left_blue_tan.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_control_left_blue_tan.png');
	z-index:0;	
}

#mn_controller_center { 
	background: url('../images/bg_control_center_blue_tan.jpg') repeat-x;
}

#mn_controller_right {
	background: url('../images/bg_control_right_blue_tan.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_control_right_blue_tan.png');	
}

#mn_show_title, #mn_status {
	color:white;	
}

#mn_duration {
	color:#343434;	
}



/*************************************************
*POSITION OF THE PLAYER							//
*************************************************/

#mn_container 
{
    position:relative;
    left:15px;
	text-align:left;
    background: transparent url(/images/translucent.png) repeat;
    padding:20px;
	width:920px;
	height: 460px;
	margin:0 auto;
}

#mn_player_container {
	position:absolute;
	top:20px;
	left:-10px;
	width:480px;
	height:360px;
}

#mn_playlist_container, #mn_send_friend {
	position:absolute;
	top:20px;
	left:500px;
	background:url('../images/playlist_bg_blue_tan.png') no-repeat;
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/playlist_bg_blue_tan.png');
	width:365px;
	height:427px;
}

#mn_date_container {
	position:absolute;
	top:18px;
	left:10px;
}

#mn_date_container label {
	color:#EEE;
	font-size:15px;
	display:block;
	float:left;
}

#mn_content_dropdown {
	margin:-3px 0 0 8px;
	height:22px;
	font-size:15px;
}
.gecko #mn_content_dropdown {font-size:13px;}

#mn_send_friend {
	display:none;
	width:320px;
	padding:0 35px 0 10px;
}

#mn_playlist_scroller {
	position:absolute; 
	width:27px; 
	height:364px; 
	margin:0;
	top:56px;
	right:2px;	
}

#mn_playlist_page_nav_1 {
	padding:0 0 5px 180px;
	position:relative;
	top:6px;
	right:-15px;
}

.playlist_page_nav li { 
	color:#c8d1ce;
}

#mn_playlist {
	position:absolute;
	top:59px;
	left:0;
	height:358px;
	clear:both;
	margin:0 5px;
	width:330px;
}

#mn_playlist h2 {
	font-size:12px;
	display:inline;
	padding-right:5px;
}

#mn_playlist h2 span {
	color:#363636;
	font-size:12px;
}

.mn_clip {
	width:330px;
	position:relative;
	border-bottom-color:#3D406B;
}

.mn_clip:hover, .mn_highlight {
	background-color:#f7c92f;
}

#mn_link, #mn_search_submit, #mn_new_button, #mn_save_submit {
	display:block;
	text-indent:-9000px;
	background-repeat: no-repeat;
	cursor:pointer;
}

#mn_link {
	background:url('/images/move/logo_move.png');
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/move/logo_move.png');
	position: absolute;
	top: 30px;
	right:10px;
	width: 148px;
	height: 34px;
}

#mn_send_friend label.reqError{
	color:red;
}

#mn_player_overlay {
	position: absolute;
	top: 386px;
	left: 420px;
	height: 37px;
	width: 100px;
}
