/* FORMS ----------------------------------------------------*/
form   { margin:0px; padding:0px;}
button {
	border:1px solid #666;
	background-color:#999;
	color:#FFF;
	box-shadow:1px 1px 5px 0px rgba(0, 0, 0, .4), inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .5);  
	border-radius:5px;
	font-size:12px;
	font-family: "Lato",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform:capitalize;
	letter-spacing:2px;
	white-space:nowrap;
}
button:hover {
	background-color:#FE0;
	color:#000;
	box-shadow:1px 1px 5px 0px rgba(0, 0, 0, .4), inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .3);  
}
label  { color:#666666; font-size:13px; }
input, textarea {
	font-family: "Lato",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform:none;
	letter-spacing:1px;
	border: 1px solid #999;
	border-radius:2px;
	box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, .4), inset 1px 1px 5px 0px rgba(60, 60, 60, 0.3); 
	margin:0px; padding:2px;
	box-sizing:border-box;
}
input[type=text], 
input[type=password]  {  
height:22px;  
}
/* SELECT BOX --------------------------------------------------*/
.styled-select select {
	background: transparent;
	height: 20px;
	padding: 1px;
	
	font-size: 12px;
	line-height: 1;
	font-family: "Lato",sans-serif;
	text-transform:none;
	letter-spacing:1px;
	font-style: normal;
	font-weight: 700;
	color:#fff;
  
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	cursor:pointer;
}
.styled-select {
	height: 20px;
	overflow: hidden;
	background: url('/shop/images/down_arrow_select.png') no-repeat right #FE0;
	background-size:contain;
	border:1px solid #666;
	border-radius:5px;
	box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, .4), inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .5);  
}
.styled-select select option {
	background-color:#fff;
	color:#FE0;
	box-shadow: inset 0px 0px 1px 0px rgba(120, 120, 120, .5), inset 0px 0px 1px 0px rgba(80, 80, 80, .3);  
	 padding:3px ;
}
.styled-select:hover {
	background-color:#FE0;
	color:#fff;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .4), inset 2px 1px 1px 0px rgba(250, 250, 250, .5), inset -2px -2px 1px 0px rgba(120, 120, 120, .5);  
}
/*-----------------------------------------------------------*/

