input.key {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border: 2px solid #3366cc;
	background-color: White;
}

input.key:focus 
{
	background-color: #ecf2ff;
}

div.navigation 
{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C0C0C0;
	padding-top: 10px;
	padding-bottom: 20px;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

input.smallbuttonx
{
	padding:2px 4px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
}

input.button
{
	padding:4px 8px;
	border-bottom:2px solid #666666;
	border-right:2px solid #666666;
	border-left:2px solid #999999;
	border-top:2px solid #999999;
}

input.button, input.smallbuttonx
{
	background-color: #3366cc;
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration:none;
	text-transform:uppercase;
	/*font-variant: small-caps;*/
	font-weight:bolder;
	background: url(/images/button_bg.gif) repeat-x left top;	
}

input.button:hover, input.smallbuttonx:hover
{
	background-color: #0B1F6E;
	background: url(/images/button_hover.gif) repeat-x left top;	
}

input.button:active, input.smallbuttonx:active
{
	background-color: blue;
	background: url(/images/button_active.gif) repeat-x left top;	
}

input.button[disabled], input.smallbutton[disabled]
{
	background-color: gray;
	background: url(/images/button_disabled.gif) repeat-x left top;	
}

div.registration 
{
}

p.registrationsmall
{
	font-size:10px;
}

a.button {
}

img.button 
{
	border: 0px;
}

p
{
	margin: 0px;
	padding: 0px;
}

p.note 
{
	font-style: italic;
	color: #5d5d5d;
}

table {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

td.number {
	color: #444444;
	width: 20px;
	text-align: right;
	padding-right: 10px;
}

p.question {
	color: #222222;	
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.requiredquestion {
	color: #222222;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.missingquestion {
	color: #BB0000;
	font-weight: bolder;
	margin-bottom: 20px;	
}

table.question {
	margin-bottom: 15px;
}

table.answer {
	margin-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #CCCCCC 1px solid;
}

select {
	font-size: 13px;
	color: #000000;
}

td.answeroption {
	vertical-align: top;
	padding-top: 0px;
}

td.answertext {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 10px;
}

td.formfield {
	vertical-align: middle;
	text-align: right;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
}

table.graphorgtable {
    border-top: 1px;
    border-bottom: 1px;
    border-left: 1px;
    border-right:1px;
}

td.graphorglabel {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    border-bottom: 1px solid gray;
}

td.graphorgvalue {
    border-bottom: 1px solid gray;
}
