/* =============================================================================
   BUTTON OVERDOSE IMMINENT WHEN PASSING THIS LINE
   ========================================================================== */

.square {
	height:							28px;
	line-height:					28px;
	width:							auto;
	display:						inline-block;
	cursor:							pointer;
	padding:						0 10px;
}

.clipped {
	height:							28px;
	line-height:					28px;
	width:							auto;
	display:						inline-block;
	cursor:							pointer;
	padding:						0 10px;
	
	-webkit-border-radius: 			5px;
	-moz-border-radius: 			5px;
	border-radius: 					5px; 
}

.round {
	height:							28px;
	line-height:					28px;
	width:							auto;
	display:						inline-block;
	cursor:							pointer;
	padding:						0 10px;
	
	-webkit-border-radius: 			20px;
	-moz-border-radius: 			20px;
	border-radius: 					20px; 
}

.square:hover, .clipped:hover, .round:hover {
	opacity:						0.6;
}


/* =============================================================================
   BLUES
   ========================================================================== */
.blue1 { color: #fff; background:		url(../img/blue1.jpg) left top repeat-x; }
.blue2 { background:					url(../img/blue2.jpg) left top repeat-x; }
.blue3 { background:					url(../img/blue3.jpg) left top repeat-x; }
.blue4 { background:					url(../img/blue4.jpg) left top repeat-x; }
.blue5 { background:					url(../img/blue5.jpg) left top repeat-x; }
/* =============================================================================
   REDS
   ========================================================================== */
.red1 { background:						url(../img/red1.jpg) left top repeat-x; }
.red2 { background:						url(../img/red2.jpg) left top repeat-x; }
.red3 { background:						url(../img/red3.jpg) left top repeat-x; }
.red4 { background:						url(../img/red4.jpg) left top repeat-x; }
.red5 { background:						url(../img/red5.jpg) left top repeat-x; }
/* =============================================================================
   YELLOWS
   ========================================================================== */
.yel1 { background:						url(../img/yel1.jpg) left top repeat-x; }
.yel2 { background:						url(../img/yel2.jpg) left top repeat-x; }
.yel3 { background:						url(../img/yel3.jpg) left top repeat-x; }
.yel4 { background:						url(../img/yel4.jpg) left top repeat-x; }
.yel5 { background:						url(../img/yel5.jpg) left top repeat-x; }
/* =============================================================================
   GREEN
   ========================================================================== */
.green1 { background:					url(../img/green1.jpg) left top repeat-x; }
.green2 { background:					url(../img/green2.jpg) left top repeat-x; }
.green3 { background:					url(../img/green3.jpg) left top repeat-x; }
.green4 { background:					url(../img/green4.jpg) left top repeat-x; }
.green5 { background:					url(../img/green5.jpg) left top repeat-x; }
/* =============================================================================
   BROWN
   ========================================================================== */
.brown1 { background:					url(../img/brown1.jpg) left top repeat-x; }
.brown2 { background:					url(../img/brown2.jpg) left top repeat-x; }
.brown3 { background:					url(../img/brown3.jpg) left top repeat-x; }
.brown4 { background:					url(../img/brown4.jpg) left top repeat-x; }
.brown5 { background:					url(../img/brown5.jpg) left top repeat-x; }
/* =============================================================================
   SPECIALS {ACHIEVEMENT UNLOCKED}
   ========================================================================== */
.spe1 { background:						url(../img/spe1.jpg) left top repeat-x; }
.spe2 { background:						url(../img/spe2.jpg) left top repeat-x; }
.spe3 { background:						url(../img/spe3.jpg) left top repeat-x; }
.spe4 { background:						url(../img/spe4.jpg) left top repeat-x; }
.spe5 { background:						url(../img/spe5.jpg) left top repeat-x; }
.spe6 { background:						transparent url(../img/spe6.png) left top repeat-x; }
.spe7 { background:						url(../img/spe7.jpg) left top repeat-x; }
/* =============================================================================
   CLIENT SPECIALS
   ========================================================================== */
.blankier1 { background:				url(../img/blankier1.jpg) left top repeat-x; }
.blankier2 { background:				url(../img/blankier2.jpg) left top repeat-x; }

.jm { background:				url(../img/jm.jpg) left top repeat-x; }
/* =============================================================================
   FIXING FOR INPUTS
   ========================================================================== */
input.square,input.round,input.clipped,button.square,button.round,button.clipped {
	border:					none;
	text-decoration:		none;
}
