.gray_think_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.gray_think_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.gray_think_button:active {
	position:relative;
	top:1px;
}


/* red button */

.red_think_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #9c93f2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9c93f2;
	box-shadow:inset 0px 1px 0px 0px #9c93f2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1a00fe), color-stop(1, #0100ce) );
	background:-moz-linear-gradient( center top, #1a00fe 5%, #0100ce 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a00fe', endColorstr='#0100ce');
	background-color:#1a00fe;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #3526d8;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #3e35b2;
}.red_think_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0100ce), color-stop(1, #1a00fe) );
	background:-moz-linear-gradient( center top, #0100ce 5%, #1a00fe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0100ce', endColorstr='#1a00fe');
	background-color:#0100ce;
}.red_think_button:active {
	position:relative;
	top:1px;
}

/* yellow button */
.yellow_think_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f6afff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f6afff;
	box-shadow:inset 0px 1px 0px 0px #f6afff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ec64ff), color-stop(1, #ab23ff) );
	background:-moz-linear-gradient( center top, #ec64ff 5%, #ab23ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec64ff', endColorstr='#ab23ff');
	background-color:#ec64ff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #aa22ff;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ee66ff;
}.yellow_think_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ab23ff), color-stop(1, #ec64ff) );
	background:-moz-linear-gradient( center top, #ab23ff 5%, #ec64ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab23ff', endColorstr='#ec64ff');
	background-color:#ab23ff;
}.yellow_think_button:active {
	position:relative;
	top:1px;
}

/* blue button */
.blue_think_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c4fe97;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c4fe97;
	box-shadow:inset 0px 1px 0px 0px #c4fe97;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #94f63d), color-stop(1, #62d01e) );
	background:-moz-linear-gradient( center top, #94f63d 5%, #62d01e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#94f63d', endColorstr='#62d01e');
	background-color:#94f63d;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #7fed33;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #70cd15;
}.blue_think_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #62d01e), color-stop(1, #94f63d) );
	background:-moz-linear-gradient( center top, #62d01e 5%, #94f63d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62d01e', endColorstr='#94f63d');
	background-color:#62d01e;
}.blue_think_button:active {
	position:relative;
	top:1px;
}

/* green button */
.green_think_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ed9cc1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ed9cc1;
	box-shadow:inset 0px 1px 0px 0px #ed9cc1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce2c9d), color-stop(1, #b82b8c) );
	background:-moz-linear-gradient( center top, #ce2c9d 5%, #b82b8c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce2c9d', endColorstr='#b82b8c');
	background-color:#ce2c9d;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #c41a83;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #932468;
}.green_think_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b82b8c), color-stop(1, #ce2c9d) );
	background:-moz-linear-gradient( center top, #b82b8c 5%, #ce2c9d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b82b8c', endColorstr='#ce2c9d');
	background-color:#b82b8c;
}.green_think_button:active {
	position:relative;
	top:1px;
}

/* purple button */
.purple_think_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #84f3e1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #84f3e1;
	box-shadow:inset 0px 1px 0px 0px #84f3e1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23dec1), color-stop(1, #0dbda2) );
	background:-moz-linear-gradient( center top, #23dec1 5%, #0dbda2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23dec1', endColorstr='#0dbda2');
	background-color:#23dec1;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #11c0a5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #14b39b;
}.purple_think_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0dbda2), color-stop(1, #23dec1) );
	background:-moz-linear-gradient( center top, #0dbda2 5%, #23dec1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dbda2', endColorstr='#23dec1');
	background-color:#0dbda2;
}.purple_think_button:active {
	position:relative;
	top:1px;
}



/* rndz */