﻿/*--------------------------------------------------------------
# Musictube - February 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/
	
/* News Highlighter GK1
---------------------------------------------------------------*/
.gk_news_highlighter_interface span.text {
	font-weight: bold;
	font-size: 1.0em;
	line-height: 20px;
	left:-100px;margin-top:-180px
}
.gk_news_highlighter_item {
	text-transform: uppercase;
	padding-left: 20px !important;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 20px;
}
.gk_news_highlighter_desc {color:#369DC5
	
	}
}
/* Login Form
---------------------------------------------------------------*/

ul.loginposition {
	padding: 0;
	margin: 0;
	text-transform:none;
	font-size :11px;
	color: #969696;
}
ul.loginposition li {
	float: left;
	background: none;
	padding: 3px 12px 0 0;
	line-height: 30px;
	border: none;
}
ul.loginposition li label {
	margin-right: 12px;
}
input#modlgn_username,
input#modlgn_passwd {
	background: #333;
	color: #969696;
	border: none;
	width: 160px;
	height: 16px;
	padding: 2px 6px 0;
}
input#modlgn_username:focus,
input#modlgn_passwd:focus {
	background: #fff;
}
ul.loginposition input.button {
	padding-bottom: 2px;
	margin-left: 0;
}
div.logout {
	float: right;
	margin-top: 7px;
}
div.logout input.button {
	padding-bottom: 2px;
}
li#form-login-remember {
	margin: 6px 0 0 0;
	padding: 0;
	height: 24px;
	line-height:24px;
}
#form-login-button input.button,
.logout input.button {
	font-size:1em;
	height:22px;
	width:58px;
}