/* BUTTON LOGIN 
.buttonone {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #000));
	background:-moz-linear-gradient(top, #000 5%, #000 100%);
	background:-webkit-linear-gradient(top, #000 5%, #000 100%);
	background:-o-linear-gradient(top, #000 5%, #000 100%);
	background:-ms-linear-gradient(top, #000 5%, #000 100%);
	background:linear-gradient(to bottom, #000 5%, #000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000',GradientType=0);
	background-color:#000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	padding:2% 5%;
	text-decoration:none;
}
.buttonone:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #222), color-stop(1, #222));
	background:-moz-linear-gradient(top, #222 5%, #222 100%);
	background:-webkit-linear-gradient(top, #222 5%, #222 100%);
	background:-o-linear-gradient(top, #222 5%, #222 100%);
	background:-ms-linear-gradient(top, #222 5%, #222 100%);
	background:linear-gradient(to bottom, #222 5%, #222 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#222',GradientType=0);
	background-color:#222;
}
.buttonone:active {
	position:relative;
	top:1px;
}
/* --------- */

/* ===2=== 
.buttontwo {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #000));
	background:-moz-linear-gradient(top, #000 5%, #000 100%);
	background:-webkit-linear-gradient(top, #000 5%, #000 100%);
	background:-o-linear-gradient(top, #000 5%, #000 100%);
	background:-ms-linear-gradient(top, #000 5%, #000 100%);
	background:linear-gradient(to bottom, #000 5%, #000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000',GradientType=0);
	background-color:#000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	padding:2%;
	text-decoration:none;
	width:96%;
	text-align:center;
}
.buttontwo:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #222), color-stop(1, #222));
	background:-moz-linear-gradient(top, #222 5%, #222 100%);
	background:-webkit-linear-gradient(top, #222 5%, #222 100%);
	background:-o-linear-gradient(top, #222 5%, #222 100%);
	background:-ms-linear-gradient(top, #222 5%, #222 100%);
	background:linear-gradient(to bottom, #222 5%, #222 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#222',GradientType=0);
	background-color:#222;
}
.buttontwo:active {
	position:relative;
	top:1px;
}

/* ===3=== 
.buttonthree {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #000));
	background:-moz-linear-gradient(top, #000 5%, #000 100%);
	background:-webkit-linear-gradient(top, #000 5%, #000 100%);
	background:-o-linear-gradient(top, #000 5%, #000 100%);
	background:-ms-linear-gradient(top, #000 5%, #000 100%);
	background:linear-gradient(to bottom, #000 5%, #000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000',GradientType=0);
	background-color:#000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	padding:2% 10%;
	text-decoration:none;
	text-align:center;
	width:80%;
}
.buttonthree:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #222), color-stop(1, #222));
	background:-moz-linear-gradient(top, #222 5%, #222 100%);
	background:-webkit-linear-gradient(top, #222 5%, #222 100%);
	background:-o-linear-gradient(top, #222 5%, #222 100%);
	background:-ms-linear-gradient(top, #222 5%, #222 100%);
	background:linear-gradient(to bottom, #222 5%, #222 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#222',GradientType=0);
	background-color:#222;
}
.buttonthree:active {
	position:relative;
	top:1px;
}

/* ===4=== 
.buttonfour {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #000));
	background:-moz-linear-gradient(top, #000 5%, #000 100%);
	background:-webkit-linear-gradient(top, #000 5%, #000 100%);
	background:-o-linear-gradient(top, #000 5%, #000 100%);
	background:-ms-linear-gradient(top, #000 5%, #000 100%);
	background:linear-gradient(to bottom, #000 5%, #000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000',GradientType=0);
	background-color:#000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	padding:2% 5%;
	text-decoration:none;
	text-align:center;
}
.buttonfour:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #222), color-stop(1, #222));
	background:-moz-linear-gradient(top, #222 5%, #222 100%);
	background:-webkit-linear-gradient(top, #222 5%, #222 100%);
	background:-o-linear-gradient(top, #222 5%, #222 100%);
	background:-ms-linear-gradient(top, #222 5%, #222 100%);
	background:linear-gradient(to bottom, #222 5%, #222 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#222',GradientType=0);
	background-color:#222;
}
.buttonfour:active {
	position:relative;
	top:1px;
}


/* ===5=== 
.buttonfive {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFF), color-stop(1, #FFF));
	background:-moz-linear-gradient(top, #FFF 5%, #FFF 100%);
	background:-webkit-linear-gradient(top, #FFF 5%, #FFF 100%);
	background:-o-linear-gradient(top, #FFF 5%, #FFF 100%);
	background:-ms-linear-gradient(top, #FFF 5%, #FFF 100%);
	background:linear-gradient(to bottom, #FFF 5%, #FFF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF',GradientType=0);
	background-color:#FFF;
	border:1px solid #ddd;
	display:inline-block;
	cursor:pointer;
	color:#666;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	padding:5px;
	text-decoration:none;
	text-align:center;
	width:20%;
}
.buttonfive:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #222), color-stop(1, #222));
	background:-moz-linear-gradient(top, #222 5%, #222 100%);
	background:-webkit-linear-gradient(top, #222 5%, #222 100%);
	background:-o-linear-gradient(top, #222 5%, #222 100%);
	background:-ms-linear-gradient(top, #222 5%, #222 100%);
	background:linear-gradient(to bottom, #222 5%, #222 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#222',GradientType=0);
	background-color:#222;
	color:#FFF;
}
.buttonfive:active {
	position:relative;
	top:1px;
}

/* === ORANGE BUTTON === 
.orangebutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F49F18), color-stop(1, #F49F18));
	background:-moz-linear-gradient(top, #F49F18 5%, #F49F18 100%);
	background:-webkit-linear-gradient(top, #F49F18 5%, #F49F18 100%);
	background:-o-linear-gradient(top, #F49F18 5%, #F49F18 100%);
	background:-ms-linear-gradient(top, #F49F18 5%, #F49F18 100%);
	background:linear-gradient(to bottom, #F49F18 5%, #F49F18 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F49F18', endColorstr='#F49F18',GradientType=0);
	background-color:#F49F18;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	padding:2% 5%;
	text-decoration:none;
} 
.orangebutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CF830A), color-stop(1, #CF830A));
	background:-moz-linear-gradient(top, #CF830A 5%, #CF830A 100%);
	background:-webkit-linear-gradient(top, #CF830A 5%, #CF830A 100%);
	background:-o-linear-gradient(top, #CF830A 5%, #CF830A 100%);
	background:-ms-linear-gradient(top, #CF830A 5%, #CF830A 100%);
	background:linear-gradient(to bottom, #CF830A 5%, #CF830A 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF830A', endColorstr='#CF830A',GradientType=0);
	background-color:#CF830A;
}
.orangebutton:active {
	position:relative;
	top:1px;
}

/* === DEACTIVATED BUTTON === */
.deactivebutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DDD), color-stop(1, #DDD));
	background:-moz-linear-gradient(top, #DDD 5%, #DDD 100%);
	background:-webkit-linear-gradient(top, #DDD 5%, #DDD 100%);
	background:-o-linear-gradient(top, #DDD 5%, #DDD 100%);
	background:-ms-linear-gradient(top, #DDD 5%, #DDD 100%);
	background:linear-gradient(to bottom, #DDD 5%, #DDD 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDD', endColorstr='#DDD',GradientType=0);
	background-color:#DDD;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	padding:4% 5%;
	text-decoration:none;
	width:100%;
} 
.deactivebutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DDD), color-stop(1, #DDD));
	background:-moz-linear-gradient(top, #DDD 5%, #DDD 100%);
	background:-webkit-linear-gradient(top, #DDD 5%, #DDD 100%);
	background:-o-linear-gradient(top, #DDD 5%, #DDD 100%);
	background:-ms-linear-gradient(top, #DDD 5%, #DDD 100%);
	background:linear-gradient(to bottom, #DDD 5%, #DDD 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDD', endColorstr='#DDD',GradientType=0);
	background-color:#DDD;
}
.deactivebutton:active {
	position:relative;
	top:1px;
}


/* === FULL BUTTON === */
.fullbutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #305D37), color-stop(1, #305D37));
	background:-moz-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-webkit-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-o-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-ms-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:linear-gradient(to bottom, #305D37 5%, #305D37 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#305D37', endColorstr='#305D37',GradientType=0);
	background-color:#305D37;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	padding:4% 5%;
	text-decoration:none;
	width:100%;
} 
.fullbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #274C2D), color-stop(1, #274C2D));
	background:-moz-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-webkit-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-o-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-ms-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:linear-gradient(to bottom, #274C2D 5%, #274C2D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#274C2D', endColorstr='#274C2D',GradientType=0);
	background-color:#274C2D;
}
.fullbutton:active {
	position:relative;
	top:1px;
}

/* === PANEL BUTTON === */
.autobutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #305D37), color-stop(1, #305D37));
	background:-moz-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-webkit-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-o-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-ms-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:linear-gradient(to bottom, #305D37 5%, #305D37 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#305D37', endColorstr='#305D37',GradientType=0);
	background-color:#305D37;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	padding:10px 35px;
	text-decoration:none;
} 
.autobutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #274C2D), color-stop(1, #274C2D));
	background:-moz-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-webkit-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-o-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-ms-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:linear-gradient(to bottom, #274C2D 5%, #274C2D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#274C2D', endColorstr='#274C2D',GradientType=0);
	background-color:#274C2D;
}
.autobutton:active {
	position:relative;
	top:1px;
}
/* ========== */

/* === STAND BUTTON === */
.standbutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #305D37), color-stop(1, #305D37));
	background:-moz-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-webkit-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-o-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-ms-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:linear-gradient(to bottom, #305D37 5%, #305D37 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#305D37', endColorstr='#305D37',GradientType=0);
	background-color:#305D37;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:15px;
	padding:2%;
	text-decoration:none;
	width:96%;
	text-align:center;
}
.standbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #274C2D), color-stop(1, #274C2D));
	background:-moz-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-webkit-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-o-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-ms-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:linear-gradient(to bottom, #274C2D 5%, #274C2D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#274C2D', endColorstr='#274C2D',GradientType=0);
	background-color:#274C2D;
}
.standbutton:active {
	position:relative;
	top:1px;
}

.conbutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #305D37), color-stop(1, #305D37));
	background:-moz-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-webkit-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-o-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:-ms-linear-gradient(top, #305D37 5%, #305D37 100%);
	background:linear-gradient(to bottom, #305D37 5%, #305D37 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#305D37', endColorstr='#305D37',GradientType=0);
	background-color:#305D37;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:0px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto Condensed', sans-serif;
	font-size:13px;
	padding:2px 10px;
	text-decoration:none;
} 
.conbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #274C2D), color-stop(1, #274C2D));
	background:-moz-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-webkit-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-o-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:-ms-linear-gradient(top, #274C2D 5%, #274C2D 100%);
	background:linear-gradient(to bottom, #274C2D 5%, #274C2D 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#274C2D', endColorstr='#274C2D',GradientType=0);
	background-color:#274C2D;
}
.conbutton:active {
	position:relative;
	top:1px;
}