.npt_b {
	font-weight: bold;
	border: 1px solid #008080;
	padding: 4px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: 0px 0px 8px 1px #008080; -webkit-box-shadow: 0px 0px 8px 1px #008080; box-shadow: 0px 0px 8px 1px #008080;
}
.npt_b_orange {
	font-weight: bold;
	border: 1px solid #ff8040;
	padding: 2px 4px 2px 4px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: 0px 0px 6px 1px #000; -webkit-box-shadow: 0px 0px 6px 1px #000; box-shadow: 0px 0px 6px 1px #000;
}
.npt_b:hover, .npt_b_orange:hover {
	background-color: yellow;
}

#input_b { font-weight: bold; border: 1px solid #008080; padding: 4px; border-radius: 5px; -moz-box-shadow: 0px 0px 8px 1px #008080; -webkit-box-shadow: 0px 0px 8px 1px #008080; box-shadow: 0px 0px 8px 1px #008080; }
#input_err { font-weight: bold; border: 2px solid red; padding: 5px; border-radius: 5px; -moz-box-shadow: 0px 0px 8px 1px #920000; -webkit-box-shadow: 0px 0px 8px 1px #920000; box-shadow: 0px 0px 8px 1px #920000; }
#star { font-weight= bold; font-size: 18px; color: #920000; font-family: Arial, Helvetica; padding-left: 7px;}

#but_grande_red {
	text-align: center;
	letter-spacing: 1px;
	background-color: #920000;
	border: 1px solid #920000;
	-moz-box-shadow: 0px 0px 7px #000; -webkit-box-shadow: 0px 0px 7px #000; box-shadow: 0px 0px 7px #000;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Tahoma;
	padding: 6px;
	background: -moz-linear-gradient(top, #920000 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#920000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #920000 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #920000 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #920000 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #920000 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#but_10_red {
	text-align: center;
	letter-spacing: 1px;
	background-color: #920000;
	border: 1px solid #920000;
	-moz-box-shadow: 0px 0px 5px 1px #000; -webkit-box-shadow: 0px 0px 5px 1px #000; box-shadow: 0px 0px 5px 1px #000;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Tahoma;
	padding: 3px;
	background: -moz-linear-gradient(top, #920000 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#920000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #920000 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #920000 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #920000 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #920000 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.but_10_blk {
	background-color: #838383;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #000;
	-moz-box-shadow: 0px 0px 5px 1px #000; -webkit-box-shadow: 0px 0px 5px 1px #000; box-shadow: 0px 0px 5px 1px #000;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Tahoma;
	padding: 0px 4px 2px 4px;
	background: -moz-linear-gradient(top, #838383 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#838383), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #838383 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #838383 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #838383 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #838383 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.but_10_blk:hover {
	background: -moz-linear-gradient(top, #d70000 0%, #2a0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d70000), color-stop(100%,#2a0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d70000 0%,#2a0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d70000 0%,#2a0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d70000 0%,#2a0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d70000 0%,#2a0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70000', endColorstr='#2a0000',GradientType=0 ); /* IE6-9 */
}
.but_10_blk:active {
	text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000;
	background: -moz-linear-gradient(top, yellow 0%, #655a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,yellow), color-stop(100%,#655a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, yellow 0%,#655a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, yellow 0%,#655a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, yellow 0%,#655a00 100%); /* IE10+ */
	background: linear-gradient(to bottom, yellow 0%,#655a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='yellow', endColorstr='#655a00',GradientType=0 ); /* IE6-9 */
}

.but_10_red {
	background-color: #d70000;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #000;
	-moz-box-shadow: 0px 0px 5px 1px #000; -webkit-box-shadow: 0px 0px 5px 1px #000; box-shadow: 0px 0px 5px 1px #000;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Tahoma;
	padding: 0px 4px 2px 4px;
	background: -moz-linear-gradient(top, #d70000 0%, #920000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d70000), color-stop(100%,#920000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d70000 0%,#920000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d70000 0%,#920000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d70000 0%,#920000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d70000 0%,#920000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70000', endColorstr='#920000',GradientType=0 ); /* IE6-9 */
}
.but_10_red:hover {
	background: -moz-linear-gradient(top, #d70000 0%, #2a0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d70000), color-stop(100%,#2a0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d70000 0%,#2a0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d70000 0%,#2a0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d70000 0%,#2a0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d70000 0%,#2a0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70000', endColorstr='#2a0000',GradientType=0 ); /* IE6-9 */
}
.but_10_red:active {
	text-shadow: 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000;
	background: -moz-linear-gradient(top, yellow 0%, #655a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,yellow), color-stop(100%,#655a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, yellow 0%,#655a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, yellow 0%,#655a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, yellow 0%,#655a00 100%); /* IE10+ */
	background: linear-gradient(to bottom, yellow 0%,#655a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='yellow', endColorstr='#655a00',GradientType=0 ); /* IE6-9 */
}

#f_border_brdx_12 {
	padding: 2px 5px 2px 5px;
	border-radius: 3px;
	box-shadow: #000 2px 2px 10px;
	background: #fff;
	border: 1px solid #920000;
	font-size: 12px;
	font-weight: bold;
}

#f_yell_border_v_10 {
	line-height: 100%;
	padding: 1px 4px 0 4px;
	border-radius: 2px;
	box-shadow: #000 2px 2px 6px;
	background: #ffffce;
	border: 1px solid #008080;
	font-size: 11px;
	font-weight: bold;
}

#input_shadow {
	padding: 2px 5px 2px 5px;
	border-radius: 3px;
	box-shadow: #000 2px 2px 10px;
	background-color: #fff;
	border: 1px solid #000;
	width: 114px;
	font-size: 12px;
	font-weight: bold;
}
#submit_shadow {
	margin-left: 3px;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: #000 2px 2px 10px;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	background-color: #920000;
	color: #fff;
	font-weight: bold;
	font-family: Ubuntu, sans-serif;
	letter-spacing: 0.5px;
}
#reset_shadow {
	margin-left: 3px;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: #000 2px 2px 10px;
	font-size: 10px;
	padding: 3px 5px 3px 5px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Ubuntu, sans-serif;
}

#slct {
	font-family: Oswald,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 100%;
    padding: 1px 4px 0 4px;
    border-radius: 2px;
    box-shadow: #000 2px 2px 6px;
    background: #ffffce;
    border: 1px solid #008080;
}

@media (max-width: 1014px) {

	#input_shadow {
		margin-top: 5px;
		padding: 4px 7px 4px 7px;
		border-radius: 5px;
		border: 1px solid #000;
		width: 200px;
		font-size: 16px;
	}
	#submit_shadow {
		border: 1px solid #fff;
		border-radius: 3px;
		box-shadow: #000 2px 2px 10px;
		font-size: 18px;
		width: 40px;
		padding: 2px 4px 2px 4px;
	}
	#reset_shadow {
		font-size: 9px;
	}

}