/*********************************************************************************
 * Yoink'd Mediabox  - http://www.yoinkd.com 
 * Copyright 2007. Yoink'd.com. All Rights Reserved
 * 
 * Official CSS - Skin: MODERN
 * 
 *********************************************************************************/
 
body {
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color: #f7f7f7; 
}

.table {
	width:100%;
	height:100%;
	background-color:blue;
}


input, textarea {
	border: 1px solid #ccc; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #333; 
} 

/*********************************************************************************
 * SHUFFLE ICON 
 *********************************************************************************/
 
.shuffle {
	position:absolute;
	top:61px;
	left: 262px;
	width:40px;
	height:16px;
	overflow:hidden;
	cursor:pointer;
	z-index:10;
}

.shuffle_on {
	background-image:url(graphics/button_shuffle_on.gif);
}

.shuffle_off {
	background-image:url(graphics/button_shuffle_off.gif);
}

/*********************************************************************************
 * DIMMER 
 *********************************************************************************/
 
.dimmer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:462px;
	width:320px;
	z-index:1000;
	cursor:pointer;
}
.dimmer_message {
	position:absolute;
	top:150px;
	left:0px;
	width:320px;
	font-family: arial, sans-serif; 
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:white;
	z-index:1001;
	cursor:pointer;
}

.dimmer_message_action {
	text-decoration:underline;
}

/*********************************************************************************
 * ACCOUNT CREATION FORM 
 *********************************************************************************/
 
/* .account height and absolute positioning determined in _core for animation purposes */

.account {
	width:320px;
	height:130px;
	background: #f7f7f7; 
	overflow:hidden;
	font-family: arial, sans-serif; 
	color: #625e5e; 
	font-size: 11px; 
	padding: 0px; 
	margin: 0px; 
	cursor: pointer; 
	z-index:10000;
}

.account_title {
	width:100%;
	position:relative;
	height:20px;
	padding-left: 35px; 
}

.account_title_create {
	position:absolute;
	top:0px;
	left: 48px;	
	color: #378fae; 
	text-decoration: underline; 
}


.account_title_login {
	position:absolute;
	top:0px;
	left:0px;
	padding-left: 10px;	
	color: #378fae; 
	text-decoration: underline; 
}


.account_title_forgot_password {
	position:absolute;
	top:0px;
	left:220px; 
	color: #378fae; 
	width: 100px;
	text-decoration: underline; 
}


.account_title_close {
	position:absolute;
	top:0px;
	left: 280px; 
	color: #e15f20; 
	font-weight: bold; 	
}	

.account_title_status {
	position:absolute;
	left:0px;
	font-family: arial, sans-serif; 
	font-size: 11px; 
	padding-left:10px;
	color: #625e5e; 
}

.account_title_email {
	position:absolute;
	left:65px;
	top:0px;
	font-family: arial, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	padding-left:10px;
	color: #625e5e; 
}

.account_title_logout {
	position:absolute;
	left:280px;
	font-family: arial, sans-serif; 
	font-size: 11px; 
	color: #378fae; 
	text-decoration: underline; 
}

.account_content {
	position:absolute;
	width:100%;
	height:150px;
	top:20px;	
	color: #000000;
	background-color: #ffffff;
}
.account_content_form {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.account_content_emailimage {
	position:absolute;
	top:10px;
	left:10px;
	width:118px;
	height:19px;
	background-image:url(graphics/account_email.gif);
	background-position: 0px 0px; 
}


.account_content_email {
	position:absolute;
	top:10px;
	left:130px;
}

.account_content_passwordimage {
	position:absolute;
	top:40px;
	left:10px;
	width:118px;
	height:19px;
	background-image:url(graphics/account_pw.gif);
	background-position: 0px 0px; 
}

.account_content_password {
	position:absolute;
	top:40px;
	left:130px;
}

.account_content_confirmpasswordimage {
	position:absolute;
	top:70px;
	left:10px;
	width:118px;
	height:19px;
	background-image:url(graphics/account_confirm_pw.gif);
	background-position: 0px 0px; 
}


.account_content_confirmpassword {
	position:absolute;
	top:70px;
	left:130px;
}

.account_content_form_loginsubmit {
	position: absolute; 
	top: 70px;
	left: 130px; 
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #8f8f8f;  
	border-bottom: 1px solid #8f8f8f; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	background-color: #3fadd1; 
}

.account_content_form_createsubmit {
	position: absolute; 
	top: 100px;
	left: 130px; 
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #8f8f8f;  
	border-bottom: 1px solid #8f8f8f; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	background-color: #3fadd1; 
}

/*********************************************************************************
 * CHANGE PASSWORD 
 *********************************************************************************/
 
.changepassword_content {
	background-color: #ffffff;
	border: 1px solid #f7f7f7; 
	
}

.changepassword_old_image {
	position:absolute;
	top:30px;
	left:10px;
	width:118px;
	height:19px;
	background-image:url(graphics/changepw_oldpw.gif);
	background-position: 0px 0px; 
} 

.changepassword_old_input {
	position: absolute; 
	top:30px;
	left:130px;
	z-index: 1000; 
}

.changepassword_new_image {
	position:absolute;
	top:60px;
	left:10px;
	width:118px;
	height:19px;
	background-image:url(graphics/changepw_newpw.gif);
	background-position: 0px 0px; 
}


.changepassword_new_input {
	position: absolute; 
	top:60px;
	left:130px;
}

.changepassword_confirm_image {
	position:absolute;
	top:90px;
	left:10px;
	width:118px;
	height:19px;
	background-image:url(graphics/changepw_confirmpw.gif);
	background-position: 0px 0px; 
}

.changepassword_confirm_input {
	position: absolute; 
	top:90px;
	left:130px;
}

.changepassword_submit  {
	position: absolute; 
	top: 120px;
	left: 130px; 
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #8f8f8f;  
	border-bottom: 1px solid #8f8f8f; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	background-color: #3fadd1; 
	cursor: pointer; 
} 



/*********************************************************************************
 * CHANGE PROFILE PIC 
 *********************************************************************************/
 
.changepic_content {
	background-color: #fff;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #000000; 
	text-decoration: none; 
	font-weight: normal; 
	padding: 10px; 
	width: 280px; 
	text-align: left; 
}

.changepic_uploader {
	width:100px;
	height:50px;
	display:inline;
	border: 1px solid #ccc; 
	margin-top: 10px; 
}

#changepic_select {
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #8f8f8f;  
	border-bottom: 1px solid #8f8f8f; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	background-color: #3fadd1; 
	margin: 10px; 
	cursor: pointer; 
}




/*********************************************************************************
 * ALERT
 *********************************************************************************/
 

.alert_wrapper {
	position:absolute;
	top:100px;
	left:0px;
	width:100%;
	overflow:hidden;
	display:none;
	text-align: center; 	
	z-index:2000;
}

.alert {
	background-color: #fff;	
	border:1px solid #eeeeee;
	width:170px;
	padding-top:30px;
	padding-bottom:32px;
	text-align: center; 
	font-family: arial, sans-serif; 
	color: #7c7c7c; 
	font-weight: bold;
	font-size: 12px; 
}

.popup_wrapper {
	text-align:center;
	border:0px none;
	position:absolute;
	display:none;
	left:0px;
	top:90px;	
	font-family: arial, sans-serif; 
	font-size: 12px; 	
	color: #ffffff; 
	background-color:transparent;
	z-index:2000;
}

.popup_wrapper a {
	font-family: arial, sans-serif; 
	font-size: 14px; 	
	padding: 0px; 
	font-weight: bold; 
	top: 10px; 
	background-color: #f7f7f7; 
	color: #58dbb1; 
	z-index:2000;
}

.popup_wrapper a:hover {
	color: #2a9377; 
}


.popup_table {
	background-color: transparent; 
	z-index:2000;
}

.popup_tbody {
	background-color:transparent;
	z-index:2000;
}

.popup_td {
	background-color:transparent;
	z-index:2000;
	width: 300px; 
}

.player_minimized {
	position:absolute;
	cursor:pointer;
	top:6px;
	left: 260px; 
	width:54px;
	height:42px;
	overflow:hidden;
	z-index:10;
}

.player_minimized embed {
	z-index:11;
	width:54px;
	height:42px;
}

.player_maximized {
	background-image:url(graphics/bg_loading.gif);
	position:absolute;
	cursor:pointer;
	width:320px;
	height:260px;
	top:83px;
	overflow:hidden;
	z-index:10;
}

.player_maximized embed {
	top:0px;
	left:0px;
	width:320px;
	height:258px;
}

.menu_item {
	background: none; 
	width:100%;
	float:left;
	border-bottom: 1px solid #f7f7f7; 
}


.menu_item a:hover {
	background-position: 0px 0px; 
}

.menu_item a {
	width:100%; 
	background-repeat: repeat-x;
	background-position: 0px 50px; 
	background-image:url(graphics/bg_item_select.gif);	
}

.item_hover {
	height:50px;
	cursor:pointer;
	overflow:hidden;
	float:left;	
}

.item_wrapper {
	width:100%; 
	height:50px;
	display:block;
	overflow:hidden;
	float:left;	
}
.item_title {
	width:278px;
	height:50px;
	overflow:hidden;
	float:left;
	font-weight:bold;
	font-family:arial;	
}

.item_title_text {
	padding-left:10px;
	margin-top:12px;
	width:200px; 
	height:16px;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	border:0px;	
	color: #3592b1; 

}
.item_title_caption {
	padding-left:10px;
	font-size:11px;
	width:200px; 
	height:14px;
	overflow:hidden;
	color:#ABABAB;
	border:0px;	
	font-weight:bold;
	font-family:arial;	
}
.item_next_wrapper {
	height:50px;
	overflow:hidden;
	position:absolute;
	left: 290px;
}
.item_next {
	width:13px;
	height:50px;
	background:url(graphics/button_item_next.gif);
	background-repeat:no-repeat;
}


.item_menu {
	float:left;
	padding-right:2px;
	font-size:10px;
	font-family: arial, helvetica, sans-serif;
	color: #cfcfcf;
	line-height:1; 
}


/*********************************************************************************
 * DELETE BUTTON 
 *********************************************************************************/
 
.item_menu_delete {
	margin-top: 4px; 
	position:absolute;
	left: 270px;
}

.item_menu_delete a {
	position: absolute; 
	width: 10px;
	height: 10px; 
	overflow: hidden; 
	background-image:url(graphics/button_delete.gif);
	background-position: 0px 0px; 
}

.item_menu_delete a:hover {
	background-position: 0px -11px; 
}


/*********************************************************************************
 * EDIT BUTTON 
 *********************************************************************************/
 
.item_menu_edit {
	margin-top:33px;
	left: 203px;
	position:absolute;
	color: #60AC2D; 
	width: 19px;
	height: 11px; 
}

.item_menu_edit a {
	/*background-image:url(graphics/button_edit.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat; */
}

.item_menu_edit a:hover {
	/*background-position: 0px -18px; */
	background-image: none; 
	color: #9cec67; 
}

/*********************************************************************************
 * EMBED BUTTON 
 *********************************************************************************/
 
 
.item_menu_embed {
	margin-top:33px;
	left: 225px;
	position:absolute;
	width: 22px;
	height: 11px; 
	color: #e4702a; 
}

.item_menu_embed a {
	/*background-image:url(graphics/button_embed.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat; */
}

.item_menu_embed a:hover {
	/*background-position: 0px -14px; */
	background-image: none; 
	color: #f4b548; 
}

/*********************************************************************************
 * LINK BUTTON 
 *********************************************************************************/
 
.item_menu_link {
	margin-top:33px;
	left: 261px;
	position:absolute;
	width: 23px;
	height: 11px; 
	color: #3c7aae; 
	background-image: none; 
}

.item_menu_link a {
	/*background-image:url(graphics/button_link.gif);
	background-position: 0px 0px; */
}

.item_menu_link a:hover {
	background-image: none; 
	color: #4bd6e6; 
	/*background-position: 0px -14px; */
}

/*********************************************************************************
 * EDIT BUTTON 
 *********************************************************************************/
 
.item_yoink_share {

}


.item_menu_yoink {
	margin-top: 6px; 
	position:absolute;
	left: 252px;	
	color: #2c9d76; 
	width:25px;
	height: 12px; 
	overflow:hidden; 
}

.item_menu_yoink a {
}

.item_menu_yoink a:hover {
	background-image: none; 
	color: #76d7b6;
	background-color: transparent; 
}



/*********************************************************************************
 * THUMB
 *********************************************************************************/
 
.item_thumb {
	width:62px;
	height:50px;
	float:left;
	margin-left:5px;
}
.square_thumb {
	height:50px;
	width:50px;
	float:left;
	margin-left:5px;
}

a {
	text-decoration:none;
}
img {
	border:0px none;
}

.jukebox {
	width:320px;
	height:480px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(graphics/bg_jukebox.gif); 
}

.titlebar {
	height:46px;
	width:320px;
	text-align:center;
	font:14px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #34c09d;
}
.titlebar_info {
	position:absolute;
	width:316px;
	height:33px;
	top:53px;
	left:2px;
	padding: 0px;
	margin: 0px; 
	background: none; 
}
.titlebar_info_title {
	width:320px;
	height:18px;
	overflow:hidden;
	padding-top: 3px; 
}
.titlebar_info_caption {
	position:absolute;
	top:18px;
	left:0px;
	width:320px;
	font-size:10px;
	text-align: center; 
	font-weight: bold; 
	height:14px;
	overflow:hidden;
	color:#ABABAB;
}

.titlebar_back a {
	position:absolute;
	width:56px;
	height:20px;
	overflow:hidden;
	top:371px;
	left:6px;
	background-image:url(graphics/button_back.gif);
	background-position: 0px 0px;
	z-index: 100; 
}

.titlebar_back a:hover {
	background-position: 0px -20px; 
}


.titlebar_toggle a {
	position:absolute;
	width:64px;
	height:25px;
	overflow:hidden;
	top: 368px;
	left: 245px;
	background-image:url(graphics/button_toggle.gif);
	background-position: 0px 0px;
	z-index: 100; 
}

.titlebar_toggle a:hover {
	background-position: 0px -28px; 
}

.titlebar_search a {
	position:absolute;
	top:0px;
	left:0px;
	width:327px;
	height:46px;
	overflow:hidden;
	/*background-image:url(graphics/button_last_search.gif);*/
	border:0px;
}

.titlebar_search a:hover {
	background-position: 0px 0px; 
}


.display {
	width:100%;
	height:260px;
	overflow:hidden;
	position:relative;
	top: 37px; 
	border: 0px;
	padding: 0px;
	margin: 0px; 
}

.contents {
	width:100%;
	height:100%;
	overflow:auto;
	position:absolute;
	display:none;
	top:0px;
	left:0px;
}

/*********************************************************************************
 * INTERFACE 
 *********************************************************************************/
 
.interface {  
	position: absolute;
	top: 350px; 
	left:0px;
	width:320px;
	height:130px; 
	text-align: center;
}

.interface_play a  { 
	width: 68px;
	height: 66px;
	overflow:hidden;
	top:1px;
	left:125px;
	position: absolute; 
	background-image:url(graphics/button_play.gif);
	background-position: 0px 0px; 
}

.interface_play a:hover {
	background-position: 0px -66px; 
}


.interface_stop a  {
	width: 68px;
	height: 66px;
	overflow:hidden;
	top:1px;
	left:125px;
	position: absolute; 
	background-image:url(graphics/button_stop.gif);
	background-position: 0px 0px; 
}

.interface_stop a:hover {
	background-position: 0px -66px; 
}

.interface_previous a {
	width: 36px;
	height: 35px; 
	overflow:hidden;
	top:15px;
	left:92px;
	position: absolute; 
	background-image:url(graphics/button_prev.gif);
	background-position: 0px 0px; 
}

.interface_previous a:hover {
	background-position: 0px -35px; 
}

.interface_next  a {
	width: 37px;
	height: 35px; 
	overflow:hidden;
	top:15px;
	left:189px;
	position: absolute; 
	background-image:url(graphics/button_next.gif);
	background-position: 0px 0px; 
}

.interface_next a:hover {
	background-position: 0px -35px; 
}

/*********************************************************************************
 * POPOUT BUTTON 
 *********************************************************************************/

.popout {

}

.popout_button a {
	top:15px;
	left:180px;
	position: absolute; 
	width: 34px;
	height: 22px; 
	overflow:hidden;
	background-image:url(graphics/button_popout.gif);
	background-position: 0px 0px; 
	z-index: 8; 
}

.popout_button a:hover {
}



/*********************************************************************************
 * SEARCH
 *********************************************************************************/
 
.search {
	position: absolute; 
	top: 413px;
	left: 0px; 
	background: none;
	padding-left: 10px;
	padding-top: 10px; 
}

.search_add a {
	width: 78px;
	height: 34px; 
	overflow:hidden;
	top:5px;
	left:232px;
	position: absolute; 
	background-image:url(graphics/button_add.gif);
	background-position: 0px 0px; 
	cursor: pointer; 
}

.search_add a:hover {
	background-position: 0px -34px; 
	cursor: pointer; 
}

.search_button a {
	width: 36px;
	height: 34px; 
	overflow:hidden;
	top:5px;
	left:182px;
	position: absolute; 
	background-image:url(graphics/button_search.gif);
	background-position: 0px 0px; 
	font-size:15pt;
	cursor: pointer; 
}

.search_button a:hover {
	background-position: 0px -34px; 
	cursor:pointer; 
}



.search_input {
	width: 170px; 
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: #359abb; 
} 

.search_input_fade {
	width: 170px; 
	font-family: arial; 
	font-size: 11px; 
	font-weight: normal; 
	color: #3fadd1; 
} 


/*********************************************************************************
 * PROMPT 
 *********************************************************************************/
 

.prompt_wrapper {
	position:absolute;
	top:100px;
	left:0px;
	width:100%;
	overflow:hidden;
	display:none;
	text-align: center; 	
	z-index:2000;
}

.prompt {
	width:300px;
	height:210px;
	position:relative;
	background-color: #fff;
	overflow:hidden;
	font-family: arial, sans-serif; 
	color: #333; 
	font-size: 14px; 
	border: 1px #e4e4e4 solid; 
}

.prompt_title {
	width:100%;
	background-color:#7B7979;
	font-size:12px;
	line-height:17px;
	height:17px; 
	color: #fff; 
	font-weight: bold; 
}

.prompt_close {
	position:absolute; 
	top:0px;
	left:280px;
	right:0px;
	color: #fff; 
	background-color:#333333;
	font-size:12px;
	line-height:17px;
	cursor:pointer;
	height:17px;
	text-align:center;
	width:20px;
	font-weight: bold; 
}

.prompt_content {
	height:195px;
	overflow-x:hidden;
	overflow-y:auto;
}




/*********************************************************************************
 * FISHEYE
 *********************************************************************************/

.fisheye{
	text-align: center;
	height: 50px;
	position: absolute;
	width:320px;
	bottom: 0px;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;	
	bottom: 0px;
}
.fisheyeItem img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}
.fisheyeItem span
{
	font-size:11px;
	color:#ffffff;
	display: none;
	position: absolute;
	font-family: arial, sans-serif; 
	cursor:pointer;
}
.fisheyeContainer
{
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}

/*********************************************************************************
 * LINK ICON  
 *********************************************************************************/
 
 
.linkmedia_content {
	text-align: left; 
}

.linkmedia_content_instructions {
	padding: 10px; 
	width: 270px; 
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #000000; 
	text-decoration: none; 
	font-weight: normal; 
}

.linkmedia_content_input {
	margin-left: 10px; 
	width: 240px; 
	color: #3fadd1;
}

.linkmedia_content_copy, .embedmedia_content_copy {
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #8f8f8f;  
	border-bottom: 1px solid #8f8f8f; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	background-color: #3fadd1; 
	margin-left: 10px;
	margin-top: 10px; 
	cursor:pointer; 
}


/*********************************************************************************
 * EMBED ICON 
 *********************************************************************************/
  
.embedmedia_content {
	text-align: left; 
}
 
.embedmedia_content_instructions {
	padding: 10px; 
	width: 270px; 
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #000000; 
	text-decoration: none; 
	font-weight: normal; 
}

.embedmedia_content_share {
	margin-left: 10px; 
	width: 240px; 
	color: #3fadd1;
	height: 60px; 
}


/*********************************************************************************
 * ADD FRIENDS
 *********************************************************************************/
 

#addfriends_info {
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #000000; 
	text-decoration: none; 
	font-weight: normal; 
	text-align: left; 
	padding-top: 10px;
	padding-right: 20px; 
	padding-left: 20px;
	padding-bottom: 5px; 
}

#addfriends_textarea {
	border: 1px solid #ccc; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #406da0; 
	width: 250px;
	height: 40px; 
	text-align: left;
	margin: 5px;  
}


#addfriends_button {
	display: block; 
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #8f8f8f;  
	border-bottom: 1px solid #8f8f8f; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	background-color: #3fadd1; 
	font-weight: normal; 
	width: 130px; 
	cursor: pointer; 
} 

#addfriends_or {
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #333; 
	text-decoration: none; 
	font-weight: normal;
	display: block; 
	padding: 3px; 
} 

#addfriends_fblink {
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #8f8f8f;  
	border-bottom: 1px solid #8f8f8f; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	background-color: #3fadd1; 
	font-weight: normal; 
	width: 130px; 
	cursor: pointer; 
} 

/*********************************************************************************
 * RSS PLAYLISTS 
 *********************************************************************************/

.addrssplaylist_info {
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #000000; 
	text-decoration: none; 
	font-weight: normal; 
	text-align: left; 
	padding-top: 10px;
	padding-right: 20px; 
	padding-left: 20px;
	padding-bottom: 5px; 
}

.addrssplaylist_info a {
	color: #3a76c0; 
	text-decoration: underline; 
}

.addrssplaylist_info a:visited {
	color: #3a76c0; 
	text-decoration: underline; 
}

.addrssplaylist_info a:hover {
	color: #aae3f6; 
	text-decoration: none; 
}

.addrssplaylist_form {
	
}

.addrssplaylist_input {
	border: 1px solid #ccc; 
	padding: 3px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #406da0; 
	width: 250px; 
	margin-bottom: 4px; 
}



.addrssplaylist_submit {
	display: block; 
	border-left: 1px solid #ccc; 
	border-top: 1px solid #ccc;
	border-right: 1px solid #8f8f8f;  
	border-bottom: 1px solid #8f8f8f; 
	padding: 2px;
	font-family: arial, sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	background-color: #3fadd1; 
	font-weight: normal; 
	width: 130px; 
	cursor: pointer; 	
}
