input,textarea{
height:35px;
min-width:50px;	
border:1px solid #999999;border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: 0 1px 0 rgba(50,50,50,0.2);
-moz-box-shadow: 0 1px 0 rgba(50,50,50,0.2);
box-shadow: 0 1px 0 rgba(50,50,50,0.2);
font-size:12px;
letter-spacing:2px;
color:#999999;
}


a.btn_general {
	font-size: 14px;
	min-width: 130px;
	min-height:35px;
	line-height:35px;
	margin-right: 5px;
	text-decoration:none;
	border: 1px solid #333333;
    display:inline-block;
	text-align: center;
	cursor: pointer;
	font-family: 'Open Sans', Tahoma, Arial, 'Trebuchet MS';
	color: #999;
	text-shadow: #333 1px 1px 0px;
	border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
a.btn_general:hover {
 background-color:#F63 !important;	
}

#btn_shuffle:before{content:'';display:inline-block;width:32px;height:32px;position:relative;left:0px;top:10px;margin-right:3px;background:url(images/shuffle.png) no-repeat}

#btn_save:before{content:'';display:inline-block;width:32px;height:32px;position:relative;left:0px;top:10px;margin-right:3px;background:url(images/save.png) no-repeat}

#btn_reset:before{content:'';display:inline-block;width:32px;height:32px;position:relative;left:0px;top:10px;margin-right:3px;background:url(images/reset.png) no-repeat}

.bg_green{
background-color:#096 !important;	
}

.bg_red{
background-color:#C00 !important;	
}

.bg_dark{
background-color:#333333 !important;	
color:#ffffff !important;
}

