/**************** reset CSS ************************** 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: #000000;
	font-weight: normal;
	margin: 0px auto;
	background-color: #FFFFFF;
}

.smallerror
{
	font-size: .75em;
	color: red;
	font-weight: bold;
}

.error
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
}

.error div.ui-state-default
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
}

.bold 
{
	font-weight: bold;
}

.instructions 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #3366ff;
	font-weight: bold;
}

.submitnosizered 
{
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
	vertical-align: middle;
	cursor: pointer;
	background-color: #CC0000;
	background-image: -moz-linear-gradient(top,#990000,#CC0000);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#990000),to(#CC0000));
	background-image: -webkit-linear-gradient(top,#990000,#CC0000);
	background-image: -o-linear-gradient(top,#990000,#CC0000);
	background-image: url(linear-gradient(to bottom,#990000,#CC0000));
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.submitnosizered:hover 
{
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
	vertical-align: middle;
	cursor: pointer;
	background-color: #cc3333;
	background-image: -moz-linear-gradient(top,#990000,#cc3333);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#990000),to(#cc3333));
	background-image: -webkit-linear-gradient(top,#990000,#cc3333);
	background-image: -o-linear-gradient(top,#990000,#cc3333);
	background-image: url(linear-gradient(to bottom,#990000,#cc3333));
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.bold30
{
	font-size: 1.875em;
	font-weight: bold;
}

.smallboldem12 
{
	font-size: .75em;
	font-style: italic;
	font-weight: bold;
}

.font14
{
	font-size: .875em;
}

.font12
{
	font-size: .75em;
}

.font11
{
	font-size: .6875em;
}

.testing
{
	background-color: #AAA;
}

.radio350 input[type=radio],.radio350 input[type=checkbox] 
{
	display:none;
}

.radio350 input[type=radio] + label,.radio350 input[type=checkbox] + label
{
	display:inline-block;
	margin:-2px;
	width: 100%;
	padding: 4px 1px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.radio350 input[type=radio] + label:hover,.radio350 input[type=checkbox] + label:hover
{
	display:inline-block;
	margin:-2px;
	width: 100%;
	padding: 4px 1px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 153, 0.8);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 153, 0.8);
	box-shadow: 0px 0px 4px rgba(0, 0, 153, 0.8);
}

.radio350 input[type=radio]:checked + label,.radio350 input[type=checkbox]:checked + label
{
	background-image: none;
	outline: 0;
	color: #CCC;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color:#666699;
}

.radio350 label 
{
	display: table-row;
}

.radio350 label span 
{
	vertical-align: middle;
	/*float: left;*/
	display: table-cell;*/
}

.labelButtons input[type=radio],.labelButtons input[type=checkbox] 
{
	display:none;
}

.labelButtons input[type=radio] + label,.labelButtons input[type=checkbox] + label 
{
	display:inline-block;
	margin:-2px;
	padding: 4px 1px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#d6d6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#d6d6e6));
	background-image: -webkit-linear-gradient(top,#fff,#d6d6e6);
	background-image: -o-linear-gradient(top,#fff,#d6d6e6);
	background-image: linear-gradient(top bottom,#fff,#d6d6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	width: 100%;
	box-sizing: border-box;
}

.labelButtons input[type=radio] + label:hover,.labelButtons input[type=checkbox] + label:hover 
{
	display:inline-block;
	margin:-2px;
	padding: 4px 1px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#d6d6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#d6d6e6));
	background-image: -webkit-linear-gradient(top,#fff,#d6d6e6);
	background-image: -o-linear-gradient(top,#fff,#d6d6e6);
	background-image: linear-gradient(top bottom,#fff,#d6d6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 153, 0.8);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 153, 0.8);
	box-shadow: 0px 0px 4px rgba(0, 0, 153, 0.8);
}

.labelButtons input[type=radio]:checked + label,.labelButtons input[type=checkbox]:checked + label
{
	background-image: none;
	color: #CCC;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color:#666699;
}

.submit125
{
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #88C058;
	background-image: -moz-linear-gradient(top,#fff,#88C058 );
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#88C058 ));
	background-image: -webkit-linear-gradient(top,#fff,#88C058 );
	background-image: -o-linear-gradient(top,#fff,#88C058 );
	background-image: linear-gradient(to bottom,#fff,#88C058 );
	background-repeat: repeat-y;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 0px rgba(153,153,153,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.submit125:hover:not(:disabled)
{
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #009900;
	background-image: -moz-linear-gradient(top,#fff,#009900 );
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#009900 ));
	background-image: -webkit-linear-gradient(top,#fff,#009900 );
	background-image: -o-linear-gradient(top,#fff,#009900);
	background-image: linear-gradient(to bottom,#fff,#009900 );
	background-repeat: repeat-y;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 0px rgba(153,153,153,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.submit125:disabled
{
	opacity: .5;
}

.cellsplain 
{  
	font-size: .75em;
	border:.125em solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	color: #000000;
	font-weight: bold;
	background-color: whitesmoke;
}

.cells20 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	border:2px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	font-weight: bold;
	background-color: whitesmoke;
	width: 20px;
}

.openEnds
{
	display:inline-block;
	margin:-2px;
	margin-bottom: 0;
	padding: .25em;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	background-color: #CCCCCC;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-y;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 8 rgba(255,255,255,0.2),0 0px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 8 rgba(255,255,255,0.2),0 0px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 8px rgba(153,153,153,0.2),0 0px 12px rgba(0,0,0,0.05);
}

.q98q99t5 {
	display:inline-block;
	margin:0px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	background-color: #CCCCCC;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-y;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 8 rgba(255,255,255,0.2),0 0px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 8 rgba(255,255,255,0.2),0 0px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 8px rgba(153,153,153,0.2),0 0px 12px rgba(0,0,0,0.05);
}

.q98q99ebox input[type=radio], .q98q99ebox input[type=checkbox], .q98q99eboxTextArea input[type=radio], .q98q99eboxTextArea input[type=checkbox] {
		display:none;
	}
.q98q99ebox input[type=radio] + label,.q98q99ebox input[type=checkbox] + label, .q98q99eboxTextArea input[type=radio] + label, .q98q99eboxTextArea input[type=checkbox] + label{
	display:inline-block;
	width: 98%;
	height: 100%;
	padding: 5px 5px;
	font-weight: bold;
	text-align: center;
	margin:-2px;
	margin-bottom: 0;
	font-size: 14px;
	cursor: pointer;
	line-height: 20px;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top,#fff,#CCCCCC);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#CCCCCC));
	background-image: -webkit-linear-gradient(top,#fff,#CCCCCC);
	background-image: -o-linear-gradient(top,#fff,#CCCCCC);
	background-image: linear-gradient(to bottom,#fff,#CCCCCC);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.q98q99ebox input[type=radio] + label:hover,.q98q99ebox input[type=checkbox] + label:hover, .q98q99eboxTextArea input[type=radio] + label:hover, .q98q99eboxTextArea input[type=checkbox] + label:hover{
	display:inline-block;
	width: 98%;
	height: 100%;
	padding: 5px 5px;
	font-weight: bold;
	text-align: center;
	margin:-2px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top,#fff,#CCCCCC);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#CCCCCC));
	background-image: -webkit-linear-gradient(top,#fff,#CCCCCC);
	background-image: -o-linear-gradient(top,#fff,#CCCCCC);
	background-image: linear-gradient(to bottom,#fff,#CCCCCC);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 153, 0.8);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 153, 0.8);
	box-shadow: 0px 0px 4px rgba(0, 0, 153, 0.8);
}
.q98q99ebox input[type=radio]:checked + label,.q98q99ebox input[type=checkbox]:checked + label{
	background-image: none;
	background-color: #FFFFFF;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 255, 0, 0.8);
		-moz-box-shadow: 0px 0px 12px rgba(0, 255, 0, 0.8);
		box-shadow: 0px 0px 12px rgba(0, 255, 0, 0.8);
}		
.q98q99eboxTextArea input[type=checkbox]:checked + label{
	background-image: none;
	background-color: #FFFFFF;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 255, 0, 0.8);
		-moz-box-shadow: 0px 0px 12px rgba(0, 255, 0, 0.8);
		box-shadow: 0px 0px 12px rgba(0, 255, 0, 0.8);
	padding: 7% 5px;
}