@charset "utf-8";
/* CSS Document */

body
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:large;
		width:500;
		margin-left:2%;
		color:#006633;

	}
h1
	{
		color:#009933
	}
hr
	{
		color:#006666
	}
form
	{
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
/*background: -webkit-gradient(linear, bottom, left 100px, from(#CCC), to(#EEE));
background: -moz-linear-gradient(bottom, #CCC, #EEE 100px);*/
width:275px;
font-size: .75em;
line-height: 24px;
color: #093;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 10px;
padding-left:17px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	}
select, input, option
	{
		color:#006633
	}
.buttonInput
	{	
width:175px;
background:#093;
color:#fff;
height:40px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 1p solid #fff;}
label
	{
		font-weight:bold;
	}
	
#displayDifferencePAX
	{
		color:#FF0000
	}

