div.opening {
	margin: 5px;
	color: #333;
}
	div.opening h1 {
		font-family: 'uninstalight', helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 36px;
		line-height: 36px;
		letter-spacing: -0.03em;
		margin: 0px;
	}
	div.opening h2 {
		font-family: 'uninstanormal', helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 16px;
		line-height: 16px;
		margin: 0px;
	}
		div.opening h2 a {
			text-decoration: none;
			color: #3576a3;
		}
		div.opening h2 a:hover {
			color: #ff00a8;
		}
	div.opening h3 {
		font-family: 'uninstanormal', helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 12px;
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 10px 0px;
		text-transform: uppercase;
		border-bottom: 1px solid #999;
	}
	div.opening p {
		font-size: 14px;
	}

div.slides {
	clear: both;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 20px;
}

div.chippend {
	float: left;
	margin: 3px 2px;
	width: 220px;
	height: 5px;
}

div.chipper {
	float: left;
	padding: 5px;
	margin: 3px 2px;
	font-family: sans-serif;
	font-size: 12px;
	
	background-color: #f8f8f8;
	background-color: #fff;
	position: relative;
	width: 200px;
	height: 360px;
}
	div.chipper div.mat {
		background-color: #e5e5e5;
		background-color: #fff;
		padding: 10px;
		position: absolute;
		top: 0px;
		left: 0px;
		-moz-transition: background-image .5s;
	    -o-transition: background-image .5s;
	    -webkit-transition: background-image .5s;
	    transition: background-image .5s;
	    background-size: 100% 100%;
	}
	div.chipper div.saved {
		background-image: url("/images/swatcher_selected.png");
	}
	div.chipper div.photo {
		---webkit-border-radius: 3px;
		---moz-border-radius: 3px;
		--border-radius: 3px;
		width: 200px;
		height: 175px;
		cursor: pointer;
	}
	div.chipper div.clip {
		width: 200px;
		height: 175px;
		cursor: pointer;
		background-image: url("/images/swatcher_clip.png");
		background-size: 200px 175px;
	}
	div.chipper div.savetab {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 220px;
		height: 195px;
	    background-size: 100% 100%;
	}
	div.chipper div.savetabon {
		background-image: url("/images/swatcher_selected.png");
	}
	div.chipper div.key {
		position: absolute;
		top: 25px;
		left: 25px;
		width: 175px;
	}
		div.chipper div.dark {
			color: #000;
			text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.75);
		}
		div.chipper div.light {
			color: #fff;
			text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
		}
		div.chipper div.key h1 {
			-text-transform: uppercase;
			font-size: 14px;
			font-weight: normal;
			line-height: 14px;
			margin: 0px;
		}
		div.chipper div.key h2 {
			-text-transform: uppercase;
			font-size: 18px;
			font-weight: normal;
			line-height: normal;
			margin: 0px;
		}
	div.chipper div.controls {
		position: absolute;
		bottom: 0px;
		left: 10px;
		width: 200px;
		color: #333;
	}
		div.chipper div.controls a {
			text-decoration: none;
			color: #3576a3;
		}
		div.chipper div.controls a:hover {
			color: #ff00a8;
		}
	div.chipper ul.qualities {
		width: 190px;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		ul.qualities li {
			border-bottom: 1px solid #ddd;
			padding: 4px 4px;
		}
			ul.qualities li:first-child {
				-border-top: 0px;
				padding-top: 0px;
			}
			ul.qualities li:last-child {
				-padding-bottom: 0px;
			}
			ul.qualities .dots {
				float: right;
			}
	div.chipper ul.actions {
		width: 190px;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		ul.actions i {
			font-size: 18px;
		}
		ul.actions li {
			display: inline-block;
			width: 42px;
			/* width: 74px; */
			text-align: center;
			padding: 10px 10px 4px 10px;
			border-right: 1px solid #ddd;
			color: #333;
			cursor: pointer;
		}
		div.chipper:hover ul.actions h1, div.chipper:hover ul.actions i {
			color: #333;
			-moz-transition:color .15s ease-in;
		    -o-transition:color .15s ease-in;
		    -webkit-transition:color .15s ease-in;
		}
		div.chipper:hover ul.actions li:hover i, div.chipper:hover ul.actions li:hover h1 {
			color: #ff00a8 !important;
		}
		ul.actions li.zoom {
			width: 74px;
			/* width: 171px; */
		}
		div.chipper ul.actions li.disb i, div.chipper ul.actions li.disb h1, div.chipper:hover ul.actions li.disb:hover i, div.chipper:hover ul.actions li.disb:hover h1 {
			color: #ccc !important;
		}
		ul.actions li:last-child {
			border-right: 0px;
		}
		ul.actions h1 {
			font-size: 8px;
			font-weight: normal;
			text-transform: uppercase;
			letter-spacing: 1px;
			color: #333;
		}

div.portrait {
	float: left;
	padding: 10px;
	margin: 3px 2px;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #f8f8f8;
	position: relative;
	width: 200px;
	height: 300px;
}
	div.portrait div.photo {
		width: 200px;
		height: 300px;
		position: absolute;
		top: 10px;
		left: 10px;
		background-size: 200px 300px;
	}
	div.portrait div.key {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 180px;
	}
		div.portrait div.dark {
			color: #000;
		}
		div.portrait div.light {
			color: #fff;
		}
		div.portrait div.key h1 {
			-text-transform: uppercase;
			font-size: 14px;
			font-weight: normal;
			line-height: 14px;
			margin: 0px;
		}
		div.portrait div.key h2 {
			text-transform: uppercase;
			font-size: 18px;
			font-weight: normal;
			line-height: normal;
			margin: 0px;
		}


i.ion, i.ioff {
	padding-top: 1px;
	padding-left: 2px;
}
i.ion {
	color: #333;
}
i.ioff {
	color: #ccc;
}

ul.sortpack {
	list-style: none;
	margin: 0px;
	padding: 0px;
	-float: right;
}
ul.sortpack li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #fff;
	-moz-box-shadow:    inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow:         inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
	cursor: pointer;
	background-color: #ccc;
	background-size: 24px 24px;
	background-repeat: none;
	background-position: center center;

}
ul.sortpack li:hover {
	border-color: #b0c6d9;
}
ul.sortpack li.on, ul.sortpack li.on:hover {
	border-color: #44759f;
}
ul.sortpack li.alpha {
	background-image: url("/images/swatcher_sort_0.png");
}
ul.sortpack li.tough {
	background-image: url("/images/swatcher_sort_1.png");
}
ul.sortpack li.stain {
	background-image: url("/images/swatcher_sort_2.png");
}
ul.sortpack li.fade {
	background-image: url("/images/swatcher_sort_3.png");
}
ul.sortpack li.price {
	background-image: url("/images/swatcher_sort_4.png");
}

ul.colorpack {
	list-style: none;
	margin: 0px;
	padding: 0px;
	-float: right;
}
ul.colorpack li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #fff;
	-moz-box-shadow:    inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
	box-shadow:         inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
	cursor: pointer;
}
ul.colorpack li:hover {
	border-color: #b0c6d9;
}
ul.colorpack li.on, ul.colorpack li.on:hover {
	border-color: #44759f;
}
ul.colorpack li.redpink {
	background: rgba(246,127,141,1);
	background: -moz-linear-gradient(top, rgba(246,127,141,1) 0%, rgba(156,7,24,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,127,141,1)), color-stop(100%, rgba(156,7,24,1)));
	background: -webkit-linear-gradient(top, rgba(246,127,141,1) 0%, rgba(156,7,24,1) 100%);
	background: -o-linear-gradient(top, rgba(246,127,141,1) 0%, rgba(156,7,24,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,127,141,1) 0%, rgba(156,7,24,1) 100%);
	background: linear-gradient(to bottom, rgba(246,127,141,1) 0%, rgba(156,7,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67f8d', endColorstr='#9c0718', GradientType=0 );
}
ul.colorpack li.blue {
	background: rgba(82,130,201,1);
	background: -moz-linear-gradient(top, rgba(82,130,201,1) 0%, rgba(6,49,113,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,130,201,1)), color-stop(100%, rgba(6,49,113,1)));
	background: -webkit-linear-gradient(top, rgba(82,130,201,1) 0%, rgba(6,49,113,1) 100%);
	background: -o-linear-gradient(top, rgba(82,130,201,1) 0%, rgba(6,49,113,1) 100%);
	background: -ms-linear-gradient(top, rgba(82,130,201,1) 0%, rgba(6,49,113,1) 100%);
	background: linear-gradient(to bottom, rgba(82,130,201,1) 0%, rgba(6,49,113,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5282c9', endColorstr='#063171', GradientType=0 );
}
ul.colorpack li.green {
	background: rgba(136,200,104,1);
	background: -moz-linear-gradient(top, rgba(136,200,104,1) 0%, rgba(38,99,8,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(136,200,104,1)), color-stop(100%, rgba(38,99,8,1)));
	background: -webkit-linear-gradient(top, rgba(136,200,104,1) 0%, rgba(38,99,8,1) 100%);
	background: -o-linear-gradient(top, rgba(136,200,104,1) 0%, rgba(38,99,8,1) 100%);
	background: -ms-linear-gradient(top, rgba(136,200,104,1) 0%, rgba(38,99,8,1) 100%);
	background: linear-gradient(to bottom, rgba(136,200,104,1) 0%, rgba(38,99,8,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c868', endColorstr='#266308', GradientType=0 );
}
ul.colorpack li.black {
	background: rgba(64,64,64,1);
	background: -moz-linear-gradient(top, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,64,64,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(64,64,64,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#000000', GradientType=0 );
}
ul.colorpack li.grey {
	background: rgba(168,168,168,1);
	background: -moz-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(93,93,93,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168,168,168,1)), color-stop(100%, rgba(93,93,93,1)));
	background: -webkit-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(93,93,93,1) 100%);
	background: -o-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(93,93,93,1) 100%);
	background: -ms-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(93,93,93,1) 100%);
	background: linear-gradient(to bottom, rgba(168,168,168,1) 0%, rgba(93,93,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#5d5d5d', GradientType=0 );
}
ul.colorpack li.whitebeige {
	background: rgba(242,240,234,1);
	background: -moz-linear-gradient(top, rgba(242,240,234,1) 0%, rgba(213,207,190,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,240,234,1)), color-stop(100%, rgba(213,207,190,1)));
	background: -webkit-linear-gradient(top, rgba(242,240,234,1) 0%, rgba(213,207,190,1) 100%);
	background: -o-linear-gradient(top, rgba(242,240,234,1) 0%, rgba(213,207,190,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,240,234,1) 0%, rgba(213,207,190,1) 100%);
	background: linear-gradient(to bottom, rgba(242,240,234,1) 0%, rgba(213,207,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f0ea', endColorstr='#d5cfbe', GradientType=0 );
}
ul.colorpack li.yellow {
	background: rgba(255,228,146,1);
	background: -moz-linear-gradient(top, rgba(255,228,146,1) 0%, rgba(253,190,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,228,146,1)), color-stop(100%, rgba(253,190,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,228,146,1) 0%, rgba(253,190,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,228,146,1) 0%, rgba(253,190,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,228,146,1) 0%, rgba(253,190,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,228,146,1) 0%, rgba(253,190,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe492', endColorstr='#fdbe00', GradientType=0 );
}
ul.colorpack li.brown {
	background: rgba(158,115,89,1);
	background: -moz-linear-gradient(top, rgba(158,115,89,1) 0%, rgba(79,46,26,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,115,89,1)), color-stop(100%, rgba(79,46,26,1)));
	background: -webkit-linear-gradient(top, rgba(158,115,89,1) 0%, rgba(79,46,26,1) 100%);
	background: -o-linear-gradient(top, rgba(158,115,89,1) 0%, rgba(79,46,26,1) 100%);
	background: -ms-linear-gradient(top, rgba(158,115,89,1) 0%, rgba(79,46,26,1) 100%);
	background: linear-gradient(to bottom, rgba(158,115,89,1) 0%, rgba(79,46,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e7359', endColorstr='#4f2e1a', GradientType=0 );
}
ul.colorpack li.purple {
	background: rgba(181,133,214,1);
	background: -moz-linear-gradient(top, rgba(181,133,214,1) 0%, rgba(71,25,101,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,133,214,1)), color-stop(100%, rgba(71,25,101,1)));
	background: -webkit-linear-gradient(top, rgba(181,133,214,1) 0%, rgba(71,25,101,1) 100%);
	background: -o-linear-gradient(top, rgba(181,133,214,1) 0%, rgba(71,25,101,1) 100%);
	background: -ms-linear-gradient(top, rgba(181,133,214,1) 0%, rgba(71,25,101,1) 100%);
	background: linear-gradient(to bottom, rgba(181,133,214,1) 0%, rgba(71,25,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b585d6', endColorstr='#471965', GradientType=0 );
}
ul.colorpack li.orange {
	background: rgba(239,177,111,1);
	background: -moz-linear-gradient(top, rgba(239,177,111,1) 0%, rgba(225,116,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,177,111,1)), color-stop(100%, rgba(225,116,0,1)));
	background: -webkit-linear-gradient(top, rgba(239,177,111,1) 0%, rgba(225,116,0,1) 100%);
	background: -o-linear-gradient(top, rgba(239,177,111,1) 0%, rgba(225,116,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,177,111,1) 0%, rgba(225,116,0,1) 100%);
	background: linear-gradient(to bottom, rgba(239,177,111,1) 0%, rgba(225,116,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb16f', endColorstr='#e17400', GradientType=0 );
}
ul.colorpack li.rainbows {
	background: rgba(219,4,15,1);
	background: -moz-linear-gradient(top, rgba(219,4,15,1) 0%, rgba(255,112,3,1) 19%, rgba(255,193,5,1) 34%, rgba(47,189,11,1) 50%, rgba(11,91,189,1) 66%, rgba(73,11,189,1) 80%, rgba(239,0,252,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,4,15,1)), color-stop(19%, rgba(255,112,3,1)), color-stop(34%, rgba(255,193,5,1)), color-stop(50%, rgba(47,189,11,1)), color-stop(66%, rgba(11,91,189,1)), color-stop(80%, rgba(73,11,189,1)), color-stop(100%, rgba(239,0,252,1)));
	background: -webkit-linear-gradient(top, rgba(219,4,15,1) 0%, rgba(255,112,3,1) 19%, rgba(255,193,5,1) 34%, rgba(47,189,11,1) 50%, rgba(11,91,189,1) 66%, rgba(73,11,189,1) 80%, rgba(239,0,252,1) 100%);
	background: -o-linear-gradient(top, rgba(219,4,15,1) 0%, rgba(255,112,3,1) 19%, rgba(255,193,5,1) 34%, rgba(47,189,11,1) 50%, rgba(11,91,189,1) 66%, rgba(73,11,189,1) 80%, rgba(239,0,252,1) 100%);
	background: -ms-linear-gradient(top, rgba(219,4,15,1) 0%, rgba(255,112,3,1) 19%, rgba(255,193,5,1) 34%, rgba(47,189,11,1) 50%, rgba(11,91,189,1) 66%, rgba(73,11,189,1) 80%, rgba(239,0,252,1) 100%);
	background: linear-gradient(to bottom, rgba(219,4,15,1) 0%, rgba(255,112,3,1) 19%, rgba(255,193,5,1) 34%, rgba(47,189,11,1) 50%, rgba(11,91,189,1) 66%, rgba(73,11,189,1) 80%, rgba(239,0,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db040f', endColorstr='#ef00fc', GradientType=0 );
}
ul.colorpack li.rainbow {
	background: rgba(255,255,255,1);
	background-image: url("/images/swatcher_rainbow.jpg");
	background-position: center center;
	background-size: 30px 30px;
}

#bagcontrol {
	display: block;
	margin: 0px;
	padding: 10px;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #777777;
}
	#bagcontrol a {
		text-transform: uppercase;
	}

.controls {
  display: block;
  margin: 15px 5px;
}
.controltab {
  margin: 15px 5px 15px 0px;
  font-size: 16px;
}

div:not(#foo) > input[type='radio'],
div:not(#foo) > input[type='checkbox'] {
  /* Hide the input, but have it still be clickable */
  opacity: 0;
  float: left;
  width: 1px;
}

div:not(#foo) > .iradio {
  padding: 0;
  -border: 1px solid #c3c3c3;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  overflow: hidden;
}
div:not(#foo) > .iradio input {
  display: none;
}

div:not(#foo) > input[type='radio'] + label,
div:not(#foo) > input[type='checkbox'] + label {
  display: block;
  float: left;
  margin: 0;
  clear: none;
  /* Left padding makes room for image */
  padding: .6em .8em;
  margin: 0;
  /* Make look clickable because they are */
  cursor: pointer;
  /*background: url(off.png) left center no-repeat;*/
  background: #dddddd;
  color: #777777;
  border-right: 2px solid #fff;
  --box-shadow: inset -0.15em -0.15em 0px #cacaca;
  font-size: 16px;
}
div:not(#foo) > input[type='radio'] + label:hover,
div:not(#foo) > input[type='checkbox'] + label:hover {
	cursor: pointer;
	background: #ccc;
	color: #333;
	-moz-transition:color .15s ease-in, background .15s ease-in;
    -o-transition:color .15s ease-in, background .15s ease-in;
    -webkit-transition:color .15s ease-in, background .15s ease-in;
    transition: color .15s ease-in, background .15s ease-in;
}
div:not(#foo) > input[type='radio'] + label:first-child,
div:not(#foo) > input[type='checkbox'] + label:first-child {
  -moz-border-radius: 0.3em 0 0 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em 0 0 0.3em;
}
div:not(#foo) > input[type='radio'] + label:last-child,
div:not(#foo) > input[type='checkbox'] + label:last-child {
  -moz-border-radius: 0 0.3em 0.3em 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.3em 0.3em 0;
  border: none;
}

/*
    Change from unchecked to checked graphic
*/
div:not(#foo) > input[type='radio']:checked + label,
div:not(#foo) > input[type='checkbox']:checked + label {
  background: #ff00a8;
  color: #fff;
  font-weight: normal;
}

div:not(#foo) > input[type='checkbox']:checked + label {
  /*background-image: url(check.png);*/
}

#regform p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#regform h1 {
	font-family: 'uninstalight', helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 64px;
	line-height: 60px;
	letter-spacing: -0.03em;
	text-align: center;
}
#regform h2 {
	font-family: 'uninstalight', helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -0.03em;
	text-align: center;
}

/* ###### White / Pink #########*/
.white-pink {
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
    background: #f8f8f8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
}
.white-pink h1 {
	font-family: 'uninstanormal', helvetica, Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: normal !important;
    text-align: left !important;
    padding: 0px 0px 10px 25px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin: -10px -30px 10px -30px;
    color: #333;
}
.white-pink h1>span {
    display: block;
    font-size: 11px;
    text-transform: none;
    letter-spacing: normal;
}
.white-pink label {
    display: block;
    margin: 0px 0px 5px;
}
.white-pink label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
}
.white-pink input[type="text"], .white-pink input[type="email"], .white-pink textarea,.white-pink select{
    color: #333;
    width: 70%;
    padding: 3px 0px 3px 5px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    height: 25px;
    line-height:15px;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}
.white-pink .required {
	border: 1px solid #ff00a8 !important;
    box-shadow: #ff00a8 0 0px 10px -1px !important;
    -webkit-box-shadow: #ff00a8 0 0px 10px -1px !important;
}
.white-pink textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.white-pink .button {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
    background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
    background-color:#ff5bb0;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-border-radius:9px;
    border:1px solid #ee1eb5;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height: 40px;
    line-height: 30px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #c70067;
}
.white-pink .button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
    background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
    background-color:#ef027d;
}
.white-pink .button:active {
    position:relative;
    top:1px;
}
.white-pink select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    line-height: 15px;
    height: 30px;
}

#colordisclaimer {
	background-color: #f8f8f8;
	padding: 20px 30px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.photoblock {
	text-align: center;
	padding-top: 0px !important;
	position: relative;
}
	.photoblock img {
		margin: 10px;
		height: 179px;
		width: 179px;
		-webkit-border-radius: 179px;
		-moz-border-radius: 179px;
		border-radius: 179px;
		opacity: 1;
		object-fit: cover;
		object-position: 50% 50%;
	}
	.photoblock img:hover {
		opacity: 0.9;
	}
	@media only screen and (max-width: 700px) {
		.photoblock img {
			height: 140px;
			width: 140px;
			-webkit-border-radius: 140px;
			-moz-border-radius: 140px;
			border-radius: 140px;
		}
	}