body {font-family:arial;font-size:12px;cursor:default}
td {font-family:arial;font-size:12px;cursor:default}
a {color:#000080;text-decoration:none;font-size:14px}
a:hover {color:#176200;text-decoration:underline;font-size:14px}

input {
border-width:1;
font-family:arial;
font-size:12px;
padding:2px;
height:21px;
border-color:CCCCCC;
border-style:solid;
background-color:F9F9F9;
color:black
}

textarea {
border-width:1;
font-family:arial;
font-size:12px;
padding:2px;
border-color:CCCCCC;
border-style:solid;
background-color:F9F9F9;
color:black
}

select {
border-width:1;
font-family:arial;
font-size:12px;
padding:2px;;
border-color:CCCCCC;
border-style:solid;
background-color:F9F9F9;
color:black
}

label
{
width: 7em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 7.5em;
font-family:arial;
font-size:12px;
padding:2px;
border-color:CCCCCC;
border-style:solid;
background-color:F9F9F9;
color:black
}

.desc
{
margin-left: 4.5em;
padding:2px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: #EDFEDF;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: #EDFEDF;
	-moz-border-radius: 0px 0px 0px 0px;
}
