@charset "utf-8";

/**
* @version		mod_asbvmlogin v1.0
* @package		Joomla 1.5
* @type			Mod asbvmlogin CSS
* @copyright	Copyright (C) 2009 - JoomPlanet.org - All rights reserved.
* @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/

/* beguin login box */

.asbvmlogin {
	height: 15px;
	line-height: 20px;
	padding: 2px;
	width:340px;
	color: #d5d5d5;
	font-size: 9px;
	text-align: left;
	position:relative;
	float:left;
	z-index: 0;
	margin-top: 0px;
	margin-left:65px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.asbvmlogin a{
	color: #d5d5d5;
}

.asbvmlogin a:hover{
text-decoration: none;
color:#555555;
}

.asbvmlogin .inputbox {
	border: 0px;
	color:#eeeeee;
	background-color:#555555;
	height:16px;
	width:110px;
	margin-top:18px;
	padding-left:5px;
	padding-bottom:2px;
	font-size:10px;
}

.asbvmlogin .button {
	background-color: white;
	border: thin solid #d7d7d7;
	font-size: 10px;
	font-weight: normal;
	color: #888;
	height: 19px;
	padding-bottom:2px;
	padding-top:0px;
	width:50px;
	margin-left:5px;
	display:inline;
}
/* end login box */

/* beguin logout box */

.asbvmlogout {
	height: 15px;
	line-height: 20px;
	padding: 2px;
	width:340px;
	color: #898989;
	font-size: 9px;
	text-align: left;
	position:relative;
	float:left;
	z-index: 0;
	margin-top: 18px;
	margin-left:95px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.asbvmlogout a{
	color: #d5d5d5;
}

.asbvmlogout a:hover{
text-decoration: none;
color:#898989;
}

.asbvmlogout .inputbox {
	border: 0px;
	color:#eeeeee;
	background-color:#545454;
}

.asbvmlogout .button {
	background-color: white;
	border: thin solid #d7d7d7;
	font-size: 10px;
	font-weight: normal;
	color: #888;
	height: 19px;
	padding-bottom:2px;
	width:50px;
	display:inline;
}

/* end logout box */