@charset "UTF-8";
/* Use for yellow Nikon "button" div*/

.jp_button_wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD !important;
	border-radius: 2px 2px 2px 2px;
	display: block;
	min-width: 100px;
	padding: 1px !important;
	text-decoration: none !important;
}
.jp_button_wrapper .jp_button {
	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-ms-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
	background: url("//www.nikonusa.com/static/images/buttons/btn-cta-grad.png") repeat-x scroll 0 0 #FFDD00;
	color: #454545;
	display: block;
	font: bold 12px/1.2 Arial,Helvetica,sans-serif;
	padding: 0.55em 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	cursor: pointer;
	border: 0;
	width: 100%
}
.jp_button_wrapper .jp_button:hover {
	background: url("//www.nikonusa.com/static/images/buttons/btn-cta-grad.png") repeat-x scroll 0 0 #FFE900;
}

.jp_button_wrapper .jp_grey_button {
	-webkit-transition: background 0.1s linear 0s;
	-moz-transition: background 0.1s linear 0s;
	-ms-transition: background 0.1s linear 0s;
	-o-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
	background: url("//www.nikonusa.com/static/images/buttons/btn-cta-grad.png") repeat-x scroll 0 0 #E5E5E5;
	color: #454545;
	display: block;
	font: bold 12px/1.2 Arial,Helvetica,sans-serif;
	padding: 0.55em;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.jp_button_wrapper .jp_grey_button:hover {
	background: url("//www.nikonusa.com/static/images/buttons/btn-cta-grad.png") repeat-x scroll 0 0 #EDECEC;
}

input.jp_grey_round_button {
	-moz-transition: background 0.1s linear 0s;
	background: url("//www.nikonusa.com/static/images/buttons/btn-cta-grad.png") repeat-x scroll 0 0 #E5E5E5;
	border-color: #FFFFFF;
	border-radius: 100px 100px 100px 100px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: #454545;
	cursor: pointer;
	display: inline-block;
	font: bold 12px/1.2 Arial,Helvetica,sans-serif;
	height: 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	width: 120px;
	dipslay: inline;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

input.jp_grey_round_button:hover {
	background: url("//www.nikonusa.com/static/images/buttons/btn-cta-grad.png") repeat-x scroll 0 0 #EDECEC;
}

.rn_LoginForm2 input[type="submit"] {
	border: none;
	width: 100%;
}

.rn_LoginForm2 .jp_button_wrapper {
	width: 138px;
}