/*
	Copyrights: Softmatics (c) 2008
	http://www.softmatics.com
	Author: Hummad Hassan
	Date: July 11, 2008
*/

.button{
	float:left;
	width:auto;
	border-collapse:collapse;
	height:29px;
	cursor: pointer;
	margin:0 0 5px 0;
 
}
.button-left{
	float:left;
	height:29px;
	width:8px;
	border:none;
	background:url(../../../images/site/admin/button_left.gif) no-repeat;
	font-size:0%;
}
.button-right{
	float:left;
	height:29px;
	width:9px;
	border:none;
	background:url(../../../images/site/admin/button_right.gif) no-repeat;
}
.button-body {
	float:left;
	background:url(../../../images/site/admin/button_bg.png) repeat-x;
	height:29px;
	font-family:Verdana;
	font-size:10pt;
	color:#506567;
	font-weight:bold;	
	text-align:center;
	padding:5px 0 0 0;
}
.button:hover, .button:focus, .button:active, .login-button:hover, .login-button:focus, .login-button:active {display-...tions.css (line 155)
	outline-style:none;
	text-decoration:none;
}

