body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	min-width: 980px;
}
div {
	padding:0;
	margin:0;
}
@font-face {
	font-family: 'quicksandregular';
    src: url('slowsand-regular-webfont.eot');
    src: url('slowsand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('slowsand-regular-webfont.woff') format('woff'),
         url('slowsand-regular-webfont.ttf') format('truetype'),
         url('slowsand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.cleft {
	clear:left;
}
.bold {
	font-weight:bold;
}
#site-header {
	height:130px;
	background: rgba(23,23,23,1);
	background: -moz-linear-gradient(top, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,23,23,0)), color-stop(30%,rgba(23,23,23,0.5)), color-stop(90%,rgba(23,23,23,1))), url('../images/bg.png');
	background: -webkit-linear-gradient(top, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background: -o-linear-gradient(top, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background: -ms-linear-gradient(top, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background: linear-gradient(to bottom, rgba(23,23,23,0) 0%, rgba(23,23,23,0.5) 30%, rgba(23,23,23,1) 90%), url('../images/bg.png');
	background-position:center;
}
#header-cont {
	max-width:1400px;
	min-width:960px;
	margin:0 auto;
	padding:0 1%;
}
#site-header h1 {
	padding:25px 0 0 0;
	margin:0;
	color:white;
}
#site-header h1 a {
	text-decoration:none;
	color:white;
}
#site-header h1 img {
	vertical-align:middle;
	margin-right:15px;
}
#top-menu ul {
	float:left;
	margin:15px 0;
	padding:0;
	list-style-type:none;
	color:#1c1c1c;
	
	overflow:hidden;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#top-menu ul li {
	float:left;
	margin:0;
	
	background:#eee;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(0.5, #eee), color-stop(1 #bbb));
	background:-moz-linear-gradient(top, #bbb, #eee, #bbb);
	background:-webkit-linear-gradient(top, #bbb, #eee, #bbb);
	background:-o-linear-gradient(top, #bbb, #eee, #bbb);
	background:-ms-linear-gradient(top, #bbb, #eee, #bbb);
	background:linear-gradient(to bottom, #bbb, #eee, #bbb);
	
	border-left:1px solid #eee;
}
#top-menu ul li:first-child {
	border-left:none;
}
#top-menu ul li a{
	display:block;
	padding:6px 25px;
	color:inherit;
	text-decoration:none;
}
#top-menu ul li.current a {
	background:#bbb;
	color:#333;
}
#top-menu ul li.current a {

}
#top-menu ul li:hover {
	background:#eee;
}
#top-menu ul li.current:hover {
	background:#bbb;
}
#header-cont h2 {
	float:left;
	margin-left:50px;
}
#content {
	max-width:1400px;
	min-width:960px;
	margin:0 auto;
	padding:0 1%;
	clear:both;
}
.left-col {
	width:68.0412%;

}
/*Right column*/
.right-col {
	width:30.9278%;
	float:right;
}
.right-col h2 {
	margin:15px 0 0 1%;
}
/*Tabs*/
#home-tabs-list {
	margin:0;
	padding:0;
	list-style:none;
	background: #171717;
}
#home-tabs-list li {
	float:left;
	overflow:hidden;
}
#home-tabs-list li a {
	display:block;
	height:25px;
	line-height:25px;
	font-size:0.9em;
	padding:0 10px;
	border:1px solid #999;
	border-bottom:none;
	background:#272727;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	
	color:#ddd;
	text-align:center;
}
#home-tabs-list li a:hover {
	color:white;
	background:#373737;
}
#home-tabs-list li.ui-tabs-active a {
	background:#eee;
	color:#1c1c1c;
}
.home-tabs-cont {
	clear:left;
	background:#272727;
	border:1px solid #999;
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}
p.home-tabs-inst {
	margin:0;
	padding:10px 0;
	background:#eee;
	color:#1c1c1c;
	font-size:0.8em;
	text-align:center;
}
/*Main tab*/
.light-box {
	padding:10px;
	background:#eee;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.home-light-box {
	clear:left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.light-box h2, .light-box h3, .light-box p {
	color:#1c1c1c;
}
#share h2 {
	margin:0 0 10px 0;
}
div.share-box {
	float:left;
	margin-left:12px;
}
/*Color history*/
.color-history  div{
	width:10%;
	height:0;
	padding-bottom:10%;
	float:left;
}
.color-history-en {
	cursor:pointer;
}
/*Share color*/
.share-color {
	clear:both;
}
.share-color p {
	text-align:center;
}
/*CSS codes*/
#css-codes p {
	text-align:center;
}
/* Brand colors */
#home-tabs-brands {
	width:100%;
}
#home-tabs-brands ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#home-tabs-brands ul li {
	padding:5px 0;
	text-align:center;
	cursor:pointer;
}
#home-tabs-brands ul li p {
	margin:0;
	padding:0;
	color:#f2f2f2;
}
 
footer {
	max-width:1400px;
	min-width:960px;
	margin:0 auto;
	padding:0 0.5%;
	font-size:0.7em;
	color:#888;
}
/*Schemes*/
#home-tabs-schemes {
	background:#eee;
}
#home-tabs-schemes h2{
	padding:10px 0 0 2%;
	margin:0;
	color:#1c1c1c;
}
.scheme-cont {
	width:98%;
	height:80px;
	margin:1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scheme-primary {
	float:left;
	height:80px;
}
.scheme-secondary {
	float:left;
	height:80px;
}
.scheme-primary div, .scheme-secondary div {
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:0.8em;
}
.scheme-primary div.scheme-main, .scheme-secondary div.scheme-main {
	height:40px;
	line-height:40px;
}
#analogous-scheme .scheme-primary  {
	width:60%
}
#analogous-scheme .scheme-secondary {
	width:20%
}
#complementary-scheme .scheme-primary  {
	width:70%
}
#complementary-scheme .scheme-secondary {
	width:30%
}
#triad-scheme .scheme-primary  {
	width:60%
}
#triad-scheme .scheme-secondary {
	width:20%
}
#square-scheme .scheme-primary {
	width:40%;
}
#square-scheme .scheme-secondary {
	width:20%;
}
.more-info {
	text-align:right;
	font-size:0.8em;
	padding:0;
	margin:5px;
}
/*Tooltips*/
.ui-tooltip {
	position:absolute;
    background: #171717;
    font-size:12px;
	width:15%;
    padding:5px;
    color:#999;
	border:1px solid #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
}
.tooltip-scheme {
	background:#eee;
	color:#555;
	border-color:#777;
}
.tooltip-scheme img{
	width:35%;
	margin-right:5px;
	float:left;
}
/* Plugin page */
.green-btn, .dark-btn {
	margin-bottom:10px;
	background:#087800;
	text-align:center;
	color:white;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.dark-btn {
	background: #171717;
}
.green-btn a, .dark-btn a {
	display:block;
	padding:15px 0;
}
.green-btn a h3, .dark-btn a h3 {
	margin:0;
	padding:0;
	color:white;
}
.green-btn a p {
	margin:0;
	padding:0;
	color:#ddd;
}
.compat {
	margin-right:10px;
	text-align:right;
}
#pickers0 {
	float:left;
	margin-right:20px;
}
#picker01, #picker02 {
	margin-bottom:25px;
}
.features {
	list-style-type:none;
	list-style-position:inside;
	font-size:0.9em;
}
.features li {
	margin:32px 0;
	text-align:center;
}
#comments {
	width:642px;
	margin-top:30px;
	background-color:#121212;
	border:1px solid #2b2b2b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#comments h3 {
	margin:10px;
}

/*Examples*/
.example {
	margin:15px 0;
	border: 1px solid #333;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
}
pre {
	font-size:0.9em;
}
.light-example {
	background-color: white;
}
.dark-example {
	background-color: #121212;
}
.example h3 {
	margin:0;
	padding:5px;
	background-color: #333;
	font-size: 0.9em;
}
.light-example h3 {
	background-color: #ccc;
	color:#1c1c1c;
}
.example-ex {
	margin:20px;
}
.example-code{
	width:60%;
	float:right;
	padding:10px;
}
.light-example .example-code p {
	color: #1c1c1c;
}
.code-lang {
	padding:1px 3px;
	background-color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.light-example .code-lang {
	background-color: #ccc;
}
.ex-color-box {
	float:left;
	width:30px;
	height:30px;
	margin:5px;
	border: 1px solid white;
}
#picker3 {
	margin:0;
	padding:0;
	border:0;
	width:70px;
	height:30px;
	border-right:30px solid green;
	line-height:30px;
}
/*Options table*/
.plugin-options {
	width:100%;
	font-size:0.9em;
	border:1px solid #333;
}
.plugin-options tr td, .plugin-options tr th {
	padding:0;
	margin:0;
	border:none;
}
.plugin-options tr:nth-child(odd) {
	background:rgba(255,255,255,0.05);
}
.plugin-options tr td {
	padding:5px;
	border-left:1px solid #333;
}
.plugin-options tr td:first-child {
	border-left:none;
	font-weight:bold;
}
/*Color Picker*/
#colpick .colpick {
	border: none;
	background: transparent !important;
}
#colpick .colpick_submit {
	float:left;
	width:13.8728%;
	height: 11.7647%;
	color: #5bba27 !important;
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
colpick Color Picker / colpick.com
*/

/*Main container*/
.colpick {
	position: absolute;
	width: 346px;
	height: 180px;
	z-index: 99999;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	box-shadow: 2px 2px 5px #d8d8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.colpick,
.colpick * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
/*Color selection box*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
/*HSL gradients are different*/
.colpick_hsl .colpick_color_overlay1 {
	background: linear-gradient(to right, rgba(128,128,128,1) 0%, rgba(128,128,128,0) 100%);
}
.colpick_hsl .colpick_color_overlay2 {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsx_h {
	top: 40px;
	left: 277px;
}
.colpick_hsx_s {
	top: 67px;
	left: 277px;
}
.colpick_hsx_x {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #e2e2e2;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsx_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsx_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsx_x {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsx_h, .colpick_rgbhex .colpick_hsx_s, .colpick_rgbhex .colpick_hsx_x {
	display:none;
}
.colpick_rgbhex {
	width:285px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsx_h, .colpick_hex .colpick_hsx_s, .colpick_hex .colpick_hsx_x, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #FFF;
}
.colpick_dark .colpick_color {
	outline-color: #dddddd;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #FFF;
	border-color: #e2e2e2;
	box-shadow: 1px 1px 2px #e2e2e2;
}
.colpick_dark .colpick_field_letter {
	background: #FFF;
	border-color: #e2e2e2;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #FFF;
	color: #000;
	border-color:#e2e2e2;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#FFF;
	color: #409eff;
	border-color:#409eff;
}