/**
 * Text Field
 *
 */
.text {
	border: 1px solid #d7d7d7;
	color: #000;
	font-size: 13px;
	height: 30px;
	padding: 0 10px;
	outline: none;
	width: 269px;
	font-style: italic;
}

.oldie .text {
	padding-top: 7px;
	height: 23px;
}

.text:focus {
	font-style: normal;
}

/**
 * Large Red Button 
 *
 * e.g.
 * <a href="" class="large_btn">Text Goes Here <span class="arrow up"></span></a>
 *
 * - span for arrow is optional
 * - arrow class default to right facing arrow
 * - arrows are not for .larger red buttons
 */

a.large_btn:link,
a.large_btn:active,
a.large_btn:visited,
input.large_btn {
	cursor: pointer;
	display: inline-block;
	background: #ba1414;
    background: -khtml-gradient(linear, left top, left bottom, from(#de2525), to(#9c0707));
    background: -moz-linear-gradient(top, #de2525, #9c0707);
    background: -ms-linear-gradient(top, #de2525, #9c0707);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de2525), color-stop(100%, #9c0707));
    background: -webkit-linear-gradient(top, #de2525, #9c0707);
    background: -o-linear-gradient(top, #de2525, #9c0707);
    background: linear-gradient(top, #de2525, #9c0707);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2525', endColorstr='#9c0707', GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(131, 10, 10, 1);
	color: #fff;
	font-size: 14px;
	/*font-family: 'ProximaNovaRegular';*/
	font-weight: bold;
	height: 20px;
	text-transform: uppercase;
	border: 1px solid #9c0707;
	-webkit-box-shadow: inset 0 1px 0 rgba(247, 66, 66, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(247, 66, 66, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(247, 66, 66, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	position: relative;
	margin-right: 80px;
}

input.large_btn {
	height: 32px;
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 0;
}

a.large_btn.disabled {
	cursor: default;
}

a.large_btn.white {
	background: #eeeeee;
    background: -khtml-gradient(linear, left top, left bottom, from(#fefefe), to(#eeeeee));
    background: -moz-linear-gradient(top, #fefefe, #eeeeee);
    background: -ms-linear-gradient(top, #fefefe, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #fefefe, #eeeeee);
    background: -o-linear-gradient(top, #fefefe, #eeeeee);
    background: linear-gradient(top, #fefefe, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
    border-color: #c6c6c6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #d1102e;
	text-shadow: none;
}

a.large_btn.white.redhover:hover,
a.large_btn.white.redhover.active {
	background: #ba1414;
    background: -khtml-gradient(linear, left top, left bottom, from(#de2525), to(#9c0707));
    background: -moz-linear-gradient(top, #de2525, #9c0707);
    background: -ms-linear-gradient(top, #de2525, #9c0707);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de2525), color-stop(100%, #9c0707));
    background: -webkit-linear-gradient(top, #de2525, #9c0707);
    background: -o-linear-gradient(top, #de2525, #9c0707);
    background: linear-gradient(top, #de2525, #9c0707);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2525', endColorstr='#9c0707', GradientType=0);
    color: #ffffff;
    border: 1px solid #9c0707;
	-webkit-box-shadow: inset 0 1px 0 rgba(247, 66, 66, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(247, 66, 66, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(247, 66, 66, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

a.large_btn.white.redhover:active {
	background: #ba1414;
    background: -khtml-gradient(linear, left top, left bottom, from(#9c0707), to(#de2525));
    background: -moz-linear-gradient(top, #9c0707, #de2525);
    background: -ms-linear-gradient(top, #9c0707, #de2525);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c0707), color-stop(100%, #de2525));
    background: -webkit-linear-gradient(top, #9c0707, #de2525);
    background: -o-linear-gradient(top, #9c0707, #de2525);
    background: linear-gradient(top, #9c0707, #de2525);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c0707', endColorstr='#de2525', GradientType=0);
    color: #ffffff;
    border: 1px solid #9c0707;
	-webkit-box-shadow: inset 0 1px 0 rgba(247, 66, 66, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(247, 66, 66, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(247, 66, 66, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ie7 a.large_btn:link,
.ie7 a.large_btn:active,
.ie7 a.large_btn:visited {
	padding-right: 50px;
}

.ie7 a.large_btn.noarrow:link,
.ie7 a.large_btn.noarrow:active,
.ie7 a.large_btn.noarrow:hover,
.ie7 a.large_btn.noarrow:visited {
	padding-right: 14px;
}

.ie7 input.large_btn {
	padding-bottom: 4px;
	float: left;
	display: block;
	margin-right: 0;
}

a.large_btn:active,
input.large_btn:active {
    background: -khtml-gradient(linear, left top, left bottom, from(#9c0707), to(#de2525));
    background: -moz-linear-gradient(top, #9c0707, #de2525);
    background: -ms-linear-gradient(top, #9c0707, #de2525);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c0707), color-stop(100%, #de2525));
    background: -webkit-linear-gradient(top, #9c0707, #de2525);
    background: -o-linear-gradient(top, #9c0707, #de2525);
    background: linear-gradient(top, #9c0707, #de2525);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c0707', endColorstr='#de2525', GradientType=0);
}

a.large_btn.disabled:active {
	background: #ba1414;
    background: -khtml-gradient(linear, left top, left bottom, from(#de2525), to(#9c0707));
    background: -moz-linear-gradient(top, #de2525, #9c0707);
    background: -ms-linear-gradient(top, #de2525, #9c0707);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de2525), color-stop(100%, #9c0707));
    background: -webkit-linear-gradient(top, #de2525, #9c0707);
    background: -o-linear-gradient(top, #de2525, #9c0707);
    background: linear-gradient(top, #de2525, #9c0707);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2525', endColorstr='#9c0707', GradientType=0);
}

a.large_btn.larger:link,
a.large_btn.larger:active,
a.large_btn.larger:visited {
	padding: 6px 19px 7px;
	text-transform: none;
	font-size: 16px;
}

.ie7 a.large_btn.larger:link,
.ie7 a.large_btn.larger:active,
.ie7 a.large_btn.larger:visited {
	padding-right: 70px;
}

.ie7 a.large_btn.larger.noarrow:link,
.ie7 a.large_btn.larger.noarrow:active,
.ie7 a.large_btn.larger.noarrow:hover,
.ie7 a.large_btn.larger.noarrow:visited {
	padding-right: 19px;
}

.large_btn_input {
	position: relative;
	display: inline-block;
}

.ie7 .large_btn_input {
	display: block;
}

a.large_btn:link span.arrow,
a.large_btn:active span.arrow,
a.large_btn:visited span.arrow,
.large_btn_input span.arrow {
	display: block;
	width: 34px;
	height: 100%;
	background-color: #f6f6f6;
	background-image: url(../../../img/SharpUSA/forms/sprite_large_btn_arrows.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	position: absolute;
	right: -37px;
	top: -1px;
	border: solid 1px #c6c6c6;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.work a.large_btn:link span.arrow,
.work a.large_btn:active span.arrow,
.work a.large_btn:visited span.arrow,
.work .large_btn_input span.arrow {
	background-image: url(../../../img/SharpUSA/forms/sprite_large_btn_arrows-work.png);
}

a.large_btn.larger span.arrow {
	width: 44px;
	right: -47px;
}

.large_btn_input span.arrow {
	right: 45px;
	top: 0;
	height: 96%;
}

.ie7 a.large_btn:link span.arrow,
.ie7 a.large_btn:active span.arrow,
.ie7 a.large_btn:visited span.arrow {
	right: -1px;
	height: 99%;
}

.ie7 .large_btn_input span.arrow {
	height: 27px;
	position: static;
	float: left;
	margin-left: -1px;
}

a.large_btn:hover {
	text-decoration: none;
}

a.large_btn:link span.arrow.down,
a.large_btn:active span.arrow.down,
a.large_btn:visited span.arrow.down {
	background-position: 7px -30px;
}

a.large_btn:link span.arrow.left,
a.large_btn:active span.arrow.left,
a.large_btn:visited span.arrow.left {
	background-position: 7px -68px;
}

a.large_btn:link span.arrow.up,
a.large_btn:active span.arrow.up,
a.large_btn:visited span.arrow.up {
	background-position: 7px -106px;
}

a.large_btn.larger:link span.arrow,
a.large_btn.larger:active span.arrow,
a.large_btn.larger:visited span.arrow {
	background-position: 12px 8px;
}

a.large_btn.larger:link span.arrow.down,
a.large_btn.larger:active span.arrow.down,
a.large_btn.larger:visited span.arrow.down {
	background-position: 12px -27px;
}

a.large_btn.larger:link span.arrow.left,
a.large_btn.larger:active span.arrow.left,
a.large_btn.larger:visited span.arrow.left {
	background-position: 11px -65px;
}

a.large_btn.larger:link span.arrow.up,
a.large_btn.larger:active span.arrow.up,
a.large_btn.larger:visited span.arrow.up {
	background-position: 12px -103px;
}

a.large_btn:hover span.arrow {
	background-position: 12px 7px;
	width: 44px;
	right: -47px;
}

a.large_btn:hover span.arrow.left {
	background-position: 12px -68px;
	width: 44px;
	right: -47px;
}

.ie7 a.large_btn:hover span.arrow.left {
	right: -1px;
	width: 34px;
	background-position: 3px -68px;
}

a.large_btn:hover span.arrow.up,
a.large_btn:hover span.arrow.down {
	width: 34px;
	right: -37px;
}

.ie7 a.large_btn:hover span.arrow.up,
.ie7 a.large_btn:hover span.arrow.down {
	width: 34px;
	right: -1px;
}

a.large_btn.larger:hover span.arrow {
	background-position: 17px 8px;
	width: 54px;
	right: -57px;
}

.ie7 a.large_btn.larger:hover span.arrow {
	width: 44px;
	right: -1px;
}

a.large_btn.larger:hover span.arrow.left {
	background-position: 17px -65px;
	width: 54px;
	right: -57px;
}

.ie7 a.large_btn.larger:hover span.arrow.left {
	width: 44px;
	right: -1px;
	background-position: 7px -65px;
}

a.large_btn.larger:hover span.arrow.up,
a.large_btn.larger:hover span.arrow.down {
	width: 44px;
	right: -47px;
}

.ie7 a.large_btn.larger:hover span.arrow.up,
.ie7 a.large_btn.larger:hover span.arrow.down {
	width: 44px;
	right: -1px;
}

.large_btn_input:hover span.arrow {
	background-position: 12px 7px;
	right: 36px;
	width: 42px;
}

.ie7 .large_btn_input:hover span.arrow {

}

.large_btn_input:hover span.arrow.up {
	background-position: 7px -68px;
}

.ie7 .large_btn_input:hover span.arrow.up {

}

.large_btn_input:hover span.arrow.down {
	background-position: 7px -15px;
}

.ie7 .large_btn_input:hover span.arrow.down {

}

.large_btn_input:hover span.arrow.left {
	background-position: 12px -41px;
}

.ie7 .large_btn_input:hover span.arrow.left {

}

a.large_btn.much_larger {
	height: 50px;
	padding: 0 30px;
	margin: 0 10px;
	font-size: 16px;
}

a.large_btn.much_larger.has_arrow {
	margin-right: 47px;
}

a.large_btn.much_larger .label {
	display: table;
	height: 50px;
}

a.large_btn.much_larger .label span {
	display: table-cell;
	vertical-align: middle;
}

.ie7 a.large_btn.much_larger .label {
	display: block;
}

.ie7 a.large_btn.much_larger .label span {
	margin-right: 15px;
	display: block;
}

.ie7 a.large_btn.much_larger {
	padding: 15px 50px 0 15px;
	height: 35px;
}

a.large_btn.much_larger span.arrow {
	background: url(../../img/SharpUSA/forms/bg_much_larger_arrow.png) 0 0 no-repeat #fff;
	width: 47px;
	right: -49px;
}

.ie7 a.large_btn.much_larger span.arrow {
	background: url(../../img/SharpUSA/forms/bg_much_larger_arrow.png) -1px 1px no-repeat;
}

/** Work **/


.work a.large_btn:link,
.work a.large_btn:active,
.work a.large_btn:visited,
.work input.large_btn {
	cursor: pointer;
	display: inline-block;
	background: #ba1414;
    background: -khtml-gradient(linear, left top, left bottom, from(#5F9AE2), to(#417CA0));
    background: -moz-linear-gradient(top, #729CD6, #3162A4);
    background: -ms-linear-gradient(top, #729CD6, #3162A4);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #729CD6), color-stop(100%, #3162A4));
    background: -webkit-linear-gradient(top, #729CD6, #3162A4);
    background: -o-linear-gradient(top, #729CD6, #3162A4);
    background: linear-gradient(top, #729CD6, #3162A4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#729CD6', endColorstr='#3162A4', GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(68, 127, 255, 1);
	color: #fff;
	font-size: 14px;
	/*font-family: 'ProximaNovaRegular';*/
	font-weight: bold;
	height: 20px;
	text-transform: uppercase;
	border: 1px solid #417CA0;
	-webkit-box-shadow: inset 0 1px 0 rgba(124, 183, 251, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(124, 183, 251, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(124, 183, 251, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	position: relative;
	margin-right: 80px;
}

.work input.large_btn {
	height: 32px;
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 0;
}

.work a.large_btn.disabled {
	cursor: default;
}

.work a.large_btn.white {
	background: #eeeeee;
    background: -khtml-gradient(linear, left top, left bottom, from(#fefefe), to(#eeeeee));
    background: -moz-linear-gradient(top, #fefefe, #eeeeee);
    background: -ms-linear-gradient(top, #fefefe, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #fefefe, #eeeeee);
    background: -o-linear-gradient(top, #fefefe, #eeeeee);
    background: linear-gradient(top, #fefefe, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
    border-color: #c6c6c6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #d1102e;
	text-shadow: none;
}

.work a.large_btn.white.redhover:hover,
.work a.large_btn.white.redhover.active {
	background: #ba1414;
    background: -khtml-gradient(linear, left top, left bottom, from(#5F9AE2), to(#417CA0));
    background: -moz-linear-gradient(top, #5F9AE2, #417CA0);
    background: -ms-linear-gradient(top, #5F9AE2, #417CA0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5F9AE2), color-stop(100%, #417CA0));
    background: -webkit-linear-gradient(top, #5F9AE2, #417CA0);
    background: -o-linear-gradient(top, #5F9AE2, #417CA0);
    background: linear-gradient(top, #5F9AE2, #417CA0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F9AE2', endColorstr='#417CA0', GradientType=0);
    color: #ffffff;
    border: 1px solid #417CA0;
	-webkit-box-shadow: inset 0 1px 0 rgba(124, 183, 251, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(124, 183, 251, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(124, 183, 251, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.work a.large_btn.white.redhover:active {
	background: #ba1414;
    background: -khtml-gradient(linear, left top, left bottom, from(#417CA0), to(#5F9AE2));
    background: -moz-linear-gradient(top, #417CA0, #5F9AE2);
    background: -ms-linear-gradient(top, #417CA0, #5F9AE2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #417CA0), color-stop(100%, #5F9AE2));
    background: -webkit-linear-gradient(top, #417CA0, #5F9AE2);
    background: -o-linear-gradient(top, #417CA0, #5F9AE2);
    background: linear-gradient(top, #417CA0, #5F9AE2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#417CA0', endColorstr='#5F9AE2', GradientType=0);
    color: #ffffff;
    border: 1px solid #417CA0;
	-webkit-box-shadow: inset 0 1px 0 rgba(124, 183, 251, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(124, 183, 251, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(124, 183, 251, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
}



/**
 * Small Rounded Button 
 *
 * e.g.
 * <a href="" class="small_rounded_btn">
 *     <span class="left"></span>
 *         Text Goes Here 
 *     <span class="right"></span>
 * </a>
 *
 * - small_rounded_btn defaults to red
 * - white class option
 *
 */

a.small_rounded_btn:link,
a.small_rounded_btn:active,
a.small_rounded_btn:hover,
a.small_rounded_btn:visited {
	cursor: pointer;
	display: inline-block;
	position: relative;
	left: 15px; /* Compensate for left rounded corner */
	background: url(../../../img/SharpUSA/forms/sprite_small_red_btn_center.png) repeat-x;
	height: 23px;
	padding-top: 5px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	/*font-family: 'ProximaNovaRegular';*/
	font-weight: bold;
}

a.small_rounded_btn:link span.left,
a.small_rounded_btn:active span.left,
a.small_rounded_btn:hover span.left,
a.small_rounded_btn:visited span.left {
	display: inline-block;
	background: url(../../../img/SharpUSA/forms/sprite_small_red_btn.png) no-repeat 100% 0;
	width: 15px;
	height: 28px;
	position: absolute;
	top: 0;
	left: -15px;
}

a.small_rounded_btn:link span.right,
a.small_rounded_btn:active span.right,
a.small_rounded_btn:hover span.right,
a.small_rounded_btn:visited span.right {
	display: inline-block;
	background: url(../../../img/SharpUSA/forms/sprite_small_red_btn.png) no-repeat;
	width: 15px;
	height: 28px;
	position: absolute;
	top: 0;
	right: -15px;
}

a.small_rounded_btn:hover, a.small_rounded_btn.hover {
	text-decoration: none;
	background: url(../../../img/SharpUSA/forms/sprite_small_red_btn_center.png) repeat-x 0 -27px;
}

a.small_rounded_btn:hover span.left, 
a.small_rounded_btn.hover span.left {
	background: url(../../../img/SharpUSA/forms/sprite_small_red_btn.png) no-repeat 100% -27px;
}

a.small_rounded_btn:hover span.right,
a.small_rounded_btn.hover span.right {
	background: url(../../../img/SharpUSA/forms/sprite_small_red_btn.png) no-repeat 0 -27px;
}

a.small_rounded_btn:active {
	text-decoration: none;
	background: url(../../../img/SharpUSA/forms/sprite_small_red_btn_center.png) repeat-x 0 -54px;
}

a.small_rounded_btn:active span.left {
	background: url(../../../img/SharpUSA/forms/sprite_small_red_btn.png) no-repeat 100% -54px;
}

a.small_rounded_btn:active span.right  {
	background: url(../../../img/SharpUSA/forms/sprite_small_red_btn.png) no-repeat 0 -54px;
}


a.small_rounded_btn.white:link,
a.small_rounded_btn.white:active,
a.small_rounded_btn.white:hover,
a.small_rounded_btn.white:visited {
	background: url(../../../img/SharpUSA/forms/sprite_small_white_btn_center.png) repeat-x 0 0;
	color: #777777;
	text-shadow: none;
}

a.small_rounded_btn.white:link span.left,
a.small_rounded_btn.white:active span.left,
a.small_rounded_btn.white:hover span.left,
a.small_rounded_btn.white:visited span.left {
	background: url(../../../img/SharpUSA/forms/sprite_small_white_btn.png) no-repeat 100% 0;
}

a.small_rounded_btn.white:link span.right,
a.small_rounded_btn.white:active span.right,
a.small_rounded_btn.white:hover span.right,
a.small_rounded_btn.white:visited span.right {
	background: url(../../../img/SharpUSA/forms/sprite_small_white_btn.png) no-repeat 0 0;
}

a.small_rounded_btn.white:hover {
	color: #000000;
}

/* blue version for work */

.work a.small_rounded_btn:link,
.work a.small_rounded_btn:active,
.work a.small_rounded_btn:hover,
.work a.small_rounded_btn:visited {
	cursor: pointer;
	display: inline-block;
	position: relative;
	left: 15px; /* Compensate for left rounded corner */
	background: url(../../../img/SharpUSA/forms/sprite_small_blue_btn_center.png) repeat-x;
	height: 23px;
	padding-top: 5px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	/*font-family: 'ProximaNovaRegular';*/
	font-weight: bold;
}

.work a.small_rounded_btn:link span.left,
.work a.small_rounded_btn:active span.left,
.work a.small_rounded_btn:hover span.left,
.work a.small_rounded_btn:visited span.left {
	display: inline-block;
	background: url(../../../img/SharpUSA/forms/sprite_small_blue_btn.png) no-repeat 100% 0;
	width: 15px;
	height: 28px;
	position: absolute;
	top: 0;
	left: -15px;
}

.work a.small_rounded_btn:link span.right,
.work a.small_rounded_btn:active span.right,
.work a.small_rounded_btn:hover span.right,
.work a.small_rounded_btn:visited span.right {
	display: inline-block;
	background: url(../../../img/SharpUSA/forms/sprite_small_blue_btn.png) no-repeat;
	width: 15px;
	height: 28px;
	position: absolute;
	top: 0;
	right: -15px;
}

.work a.small_rounded_btn:hover, a.small_rounded_btn.hover {
	text-decoration: none;
	background: url(../../../img/SharpUSA/forms/sprite_small_blue_btn_center.png) repeat-x 0 -27px;
}

.work a.small_rounded_btn:hover span.left, 
.work a.small_rounded_btn.hover span.left {
	background: url(../../../img/SharpUSA/forms/sprite_small_blue_btn.png) no-repeat 100% -27px;
}

.work a.small_rounded_btn:hover span.right,
.work a.small_rounded_btn.hover span.right {
	background: url(../../../img/SharpUSA/forms/sprite_small_blue_btn.png) no-repeat 0 -27px;
}

.work a.small_rounded_btn:active {
	text-decoration: none;
	background: url(../../../img/SharpUSA/forms/sprite_small_blue_btn_center.png) repeat-x 0 -54px;
}

.work a.small_rounded_btn:active span.left {
	background: url(../../../img/SharpUSA/forms/sprite_small_blue_btn.png) no-repeat 100% -54px;
}

.work a.small_rounded_btn:active span.right  {
	background: url(../../../img/SharpUSA/forms/sprite_small_blue_btn.png) no-repeat 0 -54px;
}

/* end blue version for work */


/**
 * Rounded Button - Change from white to red
 *
 * e.g.
 * <p><a href="#" class="chameleon_btn"><span>More Suggestions</span></a></p>
 *
 */
a.chameleon_btn {
	background: url('../../../img/SharpUSA/forms/sprite_chameleon_btn_left.png') no-repeat 0 0;
	color: #9c9c9c;
	display: block;
	float: left;
	/*font-family: 'ProximaNovaRegular';*/
	font-weight: bold;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	padding-left: 18px;
	text-align: center;
	text-transform: uppercase;
}

a.chameleon_btn span {
	display: block;
	background: url('../../../img/SharpUSA/forms/sprite_chameleon_btn_right.png') no-repeat top right;
	padding: 0 28px 0 10px;
}

a.chameleon_btn:hover {
	color: #FFF;
	text-decoration: none;
	background-position: 0 -38px;
}

a.chameleon_btn:hover span {
	background-position: 100% -38px;
}

a.chameleon_btn:active {
	color: #FFF;
	text-decoration: none;
	background-position: 0 -76px;
}

a.chameleon_btn:active span {
	background-position: 100% -76px;
}

a.chameleon_btn.inactive {
	color: #ebebeb;
	cursor: default;
}
a.chameleon_btn.inactive:hover,
a.chameleon_btn.inactive:active {
	color: #ebebeb;
	cursor: default;
	background-position: 0 0;
}
a.chameleon_btn.inactive:hover span,
a.chameleon_btn.inactive:active span {
	color: #ebebeb;
	cursor: default;
	background-position: 100% 0;
}

/* Rounded Button Row 
		<ul class="rounded_btn_row">
        	<li><p><a href="" class="small_rounded_btn white"><span class="left"></span>Answer<span class="right"></span></a></p></li>
        	<li><a href="#">25 answers so far</a></li>
        </ul>
*/

.rounded_btn_row {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rounded_btn_row li {
	float: left;
	margin: 0;
	padding: 0;
}

.rounded_btn_row.small li {
	width: 79px;
}

.rounded_btn_row li.label,
.rounded_btn_row.small li.label {
	margin-left: 10px;
	width: inherit;
}

.rounded_btn_row li.label a {
	color: #e51937;
	text-decoration: underline;
	font-style: italic;
}

/**
 * Option Box
 *
 * <div class="opt_box">
 *     <a href="" class="first">Text Here</a>
 *     <a href="">Text Here</a>
 *     <a href="" class="last active">Text Here</a>
 * </div>
 *
 * - Active class (same as hover styles) can be applied to any of the <a>'s.
 */

.opt_box_row, .rounded_btn_row {
	list-style: none;
	margin: 0;
	padding: 0;
}

.opt_box_row li, .rounded_btn_row li {
	float: left;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

.opt_box_row li.label {
	color: #777777;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin-right: 10px;
}

.opt_box_row .opt_box {
	margin: 0;
}

.opt_box {
	display: inline-block;
	margin: 10px;
}

.opt_box a:link,
.opt_box a:active,
.opt_box a:hover,
.opt_box a:visited {
	cursor: pointer;
	display: block;
	float: left;
	background-color: #f6f6f6;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(top, #ffffff, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	padding: 5px 14px 6px;
	color: #7d7d7d;
	font-size: 13px;
	/*font-family: 'ProximaNovaRegular';*/
	font-weight: bold;
	line-height: normal;
	border: 1px solid #c6c6c6;
	border-left: 0;
	-webkit-box-shadow: inset 2px 0 0 rgba(251, 251, 251, 1);
	-moz-box-shadow: inset 2px 0 0 rgba(251, 251, 251, 1);
	box-shadow: inset 2px 0 0 rgba(251, 251, 251, 1);
	position: relative;
	margin: 0;
	text-decoration: none;
}

.opt_box a.active:link,
.opt_box a.active:active,
.opt_box a.active:hover,
.opt_box a.active:visited,
.opt_box a:hover {
	background-color: #a50d0d;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#9c0606), to(#bb1c1c));
    background-image: -moz-linear-gradient(top, #9c0606, #bb1c1c);
    background-image: -ms-linear-gradient(top, #9c0606, #bb1c1c);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c0606), color-stop(100%, #bb1c1c));
    background-image: -webkit-linear-gradient(top, #9c0606, #bb1c1c);
    background-image: -o-linear-gradient(top, #9c0606, #bb1c1c);
    background-image: linear-gradient(top, #9c0606, #bb1c1c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c0606', endColorstr='#bb1c1c', GradientType=0);
	padding: 5px 14px 6px;
	color: #ffffff;
	font-size: 13px;
	/*font-family: 'ProximaNovaRegular';*/
	font-weight: bold;
	line-height: normal;
	border: 1px solid #940000;
	border-left: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(241, 0, 0, 1);
	-moz-box-shadow: inset 0 1px 0 rgba(241, 0, 0, 1);
	box-shadow: inset 0 1px 0 rgba(241, 0, 0, 1);
}

.opt_box a.first:link,
.opt_box a.first:active,
.opt_box a.first:hover,
.opt_box a.first:visited {
	border-left: solid 1px #c6c6c6;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
}

.opt_box a.last:link,
.opt_box a.last:active,
.opt_box a.last:hover,
.opt_box a.last:visited {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
}

/**
 * Checkboxes
 *
 * <p class="compare"><input type="checkbox" name="" value="" id="compare_#" /><label for="compare_#" class="checked">Compare</label></p>
 *
 * - Checked class (same as hover styles) can be applied to any of the <label>'s.
 */
.opt_compare {
	font-size: 12px;
	margin: 0 0 6px 0;
	overflow: hidden;
	line-height: 22px;
}
.opt_compare input,
.opt_compare input {
	margin-right: 2px;
	line-height: 12px;
	overflow: hidden;
}

.opt_compare span {
	padding: 3px 7px;
	overflow: hidden;
	-moz-user-select: none; /* mozilla browsers */
  	-khtml-user-select: none; /* webkit browsers */
}

/* JS will need to add checked classname if :checked pseudo selector not available ( Brower <= ie8 ) */
.opt_compare.checked span {
	background-color: #efefef;
	border: 1px solid #c2c2c2;
	color: #d1102e;
	padding: 2px 6px;
}
.opt_compare.checked span, .opt_compare input:checked + span, .opt_compare input.checked + span, .opt_compare input + span.checked {
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
    background-image: -moz-linear-gradient(top, #ffffff, #efefef);
    background-image: -ms-linear-gradient(top, #ffffff, #efefef);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
    background-image: -o-linear-gradient(top, #ffffff, #efefef);
    background-image: linear-gradient(top, #ffffff, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
	-moz-box-shadow: inset 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 1px#fff;
	box-shadow: inner 0 0 1px #fff;
	cursor: pointer;
}

.opt_compare.checked span:hover, .opt_compare input:checked + span:hover, .opt_compare input.checked + span:hover, .opt_compare input + span:hover.checked {
	background-image: -khtml-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
    background-image: -moz-linear-gradient(top, #efefef, #ffffff);
    background-image: -ms-linear-gradient(top, #efefef, #ffffff);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #efefef, #ffffff);
    background-image: -o-linear-gradient(top, #efefef, #ffffff);
    background-image: linear-gradient(top, #efefef, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
}

/**
 * Select Boxes
 *
 * <li class="selectinput">
 *  <div class="select_txt">Most Popular</div>
 *  <span>
 *    <select>
 *      <option value="most_popular">Most Popular</option>
 *      <option value="price_h_l">Price Low to High</option>
 *      <option value="price_l_h">Price High to Low</option>
 *      <option value="size_s_l">Largest to Smallest</option>
 *      <option value="size_l_s">Smallest to Largest</option>
 *    </select>
 *  </span>
 *</li>
 *
 * - Requires JS to set text properly on change!
 */
.js .select {
	list-style: none;
	margin: 0;
	padding: 0;
}

.js .select li {
	float: left;
	margin: 0;
	padding: 0;
}

.js .selectinput {
	background: url('../../../img/SharpUSA/forms/select_bg_left.png') no-repeat top left;
	display: block;
	height: 27px;
	position: relative;
}

.js .select.large .selectinput {
	background: url('../../../img/SharpUSA/forms/select_large_bg_left.png') no-repeat top left;
	height: 32px;
	width: 290px;
}

.js .select_txt {
	height: 17px;
	font-size: 12px;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
	width: 100%;
	position: absolute;
}

.js .select.large .select_txt {
	padding-top: 8px;
}

.js .selectinput span {
	background: url('../../../img/SharpUSA/forms/select_sprite_right.png') no-repeat top right;
	display: block;
	height: 27px;
}

.js .select.large .selectinput span {
    background: url('../../../img/SharpUSA/forms/select_large_sprite_right.png') no-repeat top right;
    height: 32px;
}

.js .select li:hover span {
	background-position: 100% -27px;
}

.js .select.large li:hover span {
	background-position: 100% -32px;
}

.js .selectinput select {
	display: block;
	margin: 0;
	padding: 0;
	height: 27px;
	border: 1px solid #fff;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity = 0);
	min-width: 170px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.js .select.large .selectinput select {
	width: 290px;
}

.js.oldie .selectinput select {
	min-width: 160px;
}

.grid_list_view {
	list-style: none;
}
.grid_list_view li {
	float: left;
	margin: 0 5px;
}

.grid_list_view li a {
	background: url('../../../img/SharpUSA/forms/bg_sprite_grid_list_view.png') no-repeat 0 0;
	width: 15px;
	height: 10px;
}

.grid_list_view li#grid a {
	background-position: 0 -10px;
}

.grid_list_view li#list a {
	background-position: -15px -10px;
}

.grid_list_view li#grid:hover a, .grid_list_view li#grid.active a {
	background-position: 0 0px;
}

.grid_list_view li#list:hover a, .grid_list_view li#list.active a {
	background-position: -15px 0px;
}

/**
 * Pagination
 *
 * <ul class="pagination clearfix">
 *	<li><a href="#">Prev</a></li>
 *	<li><a href="#">1</a></li>
 *	<li><a href="#">2</a></li>
 *	<li><a href="#">3</a></li>
 *	<li><a href="#">4</a></li>
 *	<li><a href="#">5</a></li>
 *	<li><a href="#">Next</a></li>
 * </ul>
 *
 */

.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #c6c6c6;
	border-left: 0;
	background-color: #ffffff;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
    background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
    background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
    background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
    background-image: -o-linear-gradient(top, #ffffff, #fafafa);
    background-image: linear-gradient(top, #ffffff, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}

.pagination li:first-child {
	border-left: 1px solid #c6c6c6;
}

.pagination li:hover, .pagination li.active {
	background-color: #ececec;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ececec), to(#e7e7e7));
    background-image: -moz-linear-gradient(top, #ececec, #e7e7e7);
    background-image: -ms-linear-gradient(top, #ececec, #e7e7e7);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #e7e7e7));
    background-image: -webkit-linear-gradient(top, #ececec, #e7e7e7);
    background-image: -o-linear-gradient(top, #ececec, #e7e7e7);
    background-image: linear-gradient(top, #ececec, #e7e7e7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#e7e7e7', GradientType=0);
}

.pagination li a {
	display: block;
	font-size: 11px;
	padding: 3px 5px
}

.pagination li:hover a, .pagination li.active a {
	color: #000;
}

/**
 * Ask Question form field
 * <ul class="ask_question clearfix">
 *     <li><input type="text" class="text" name="This is madness." placeholder="This is placeholder!" /></li>
 *     <li><a href="" class="large_btn larger">Ask</a></li>
 * </ul>
 */
.ask_question {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ask_question li {
	float: left;
}

.ask_question .text {
	font-size: 18px;
	height: 45px;
	padding: 0 18px;
	width: auto;
	border: 1px solid #898989;
}

.oldie .ask_question .text {
	padding-top: 11px;
	height: 34px;
}

.ask_question a.large_btn.larger:link, .ask_question a.large_btn.larger:active, .ask_question a.large_btn.larger:hover, .ask_question a.large_btn.larger:visited {
	padding: 14px 19px 13px;
}

.ask_question a.large_btn.larger:hover {
	background: #ba1414;
    background: -khtml-gradient(linear, left top, left bottom, from(#f22929), to(#9c0707));
    background: -moz-linear-gradient(top, #f22929, #9c0707);
    background: -ms-linear-gradient(top, #f22929, #9c0707);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f22929), color-stop(100%, #9c0707));
    background: -webkit-linear-gradient(top, #f22929, #9c0707);
    background: -o-linear-gradient(top, #f22929, #9c0707);
    background: linear-gradient(top, #f22929, #9c0707);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f22929', endColorstr='#9c0707', GradientType=0);
}

.ask_question a.large_btn.larger:active {
	background: #ba1414;
    background: -khtml-gradient(linear, left top, left bottom, from(#9c0707), to(#f22929));
    background: -moz-linear-gradient(top, #9c0707, #f22929);
    background: -ms-linear-gradient(top, #9c0707, #f22929);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c0707), color-stop(100%, #f22929));
    background: -webkit-linear-gradient(top, #9c0707, #f22929);
    background: -o-linear-gradient(top, #9c0707, #f22929);
    background: linear-gradient(top, #9c0707, #f22929);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c0707', endColorstr='#f22929', GradientType=0);
}



