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

body {
	font-family: Arial, Helvetica, sans-serif;
}

a.cancel {
	color: #FF0000;
	text-decoration: none;
}

table.list {
	border: 0;
	width: 100%;
}

.row1 {
	background-color:#EFEFEF;
}

.row2 {
	background-color: #FFFFFF;
}

.finePrint {
	font-size: smaller;
}

.title {
	color: #273A7E;
	font-size: x-large;
}

.bold {
	font-weight: bold;
}

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

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

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

.submit input{
	margin-left: 6.5em;
}

.note {
	font-size: smaller;
}

