/* BUTTONS */
.buttons a, 
.buttons button{
	display:block;
   float:left;
   margin:0;
	border:none;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:100%;
   line-height:130%;
   font-weight:bold;
   color:#FFFFFF;
   cursor:pointer;
   padding:10px 10px 6px 7px; /* Links */
}

#searchButton button{
	color: #FFFFFF;
}	

#subscribe{
	color: #FFFFFF;
}	

#buybutton button{
	color:#000000;
}	

.buttons button{
	width:auto;
   overflow:visible;
	border:none;
	background-color:transparent;
   padding:0 10px 3px 7px; /* IE6 */
}

.buttons button[type]{
	padding:0 10px 5px 7px; /* Firefox */
   line-height:17px; /* Safari */
}

.buttons button img, 
.buttons a img{
	margin:0 3px -3px 0 !important;
   padding:0;
   border:none;
   width:16px;
   height:16px;
}

#submitreview {
	color:#000000;
	padding-left: 0;
}	

/* STANDARD */
.buttons a:active,
.buttons a:link,
.buttons a:visited,
.buttons a:focus{
	color:#FFFFFF;
	text-decoration:none;	
}

button:hover, 
.buttons a:hover{
		text-decoration:underline;
}
