/* BUTTONS */
a:active { outline: none; }
:focus { -moz-outline-style: none; }

.buttons a, .buttons button{
	display:block;
	float:left;
	height: 18px;
	background-color:#f5f5f5;
	border: none;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	ppadding:3px 10px 3px 7px; /* Links */
	background-image: url(../../../files/popup/lab/sendbutton.png);
}
.buttons button{
	width: 63px;
  overflow:visible;
  padding:0px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	width: 63px;
  padding:1px 10px 5px 7px; /* Firefox */
  line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	width: 63px;
	padding:0px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
	width: 65px;
	background-image: url(../../../files/popup/lab/sendbutton_hover.png);
	color:#FFF;
}
.buttons a:active{
	width: 65px;
 	background-image: url(../../../files/popup/lab/sendbutton_hover.png);
	color:#FFF;
}

