* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #c3c3c3;
	font-size:12px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-top:0;
}

p {
	line-height:135%;
	margin:9px 0;
}

pre {
	font-family:"Courier New", Courier, monospace;
}

address {
	font-style:normal;
}
	
form h2 {
	font-size:12px;
	border-bottom:solid 1px #999;
	padding-bottom:3px;
}

form table {
	margin:12px 0 12px 0;
}

form table tr>td:first-child label {

}

form table tr>td:first-child {
	width:150px;
	text-align:right;
	padding-right:8px;
}

form table tr td {
	padding-top:4px;
	padding-bottom:4px;
	vertical-align:top;
}

input[type="text"], .TextInput {

}

#container {
  	margin: 0 auto;
	margin-top:18px;
  	width: 720px;
  	text-align: left;
  	background-color: #ffffff;
} 

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin:0;
	padding:0;
	height: 103px;
  	width: 720px;
}

#content {
	padding:24px 40px;
	padding-top:24px;
	border: solid 1px #000;
	border-top-width:0;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin:0;
	padding:0;
	height: 91px;
  	width: 720px;
}

#error {
	border:solid 2px red;
	padding:0px 18px;
	margin-bottom:36px;
}

#error td {
	padding-right:16px;
	vertical-align:middle;
	font-size:14px;
	line-height:135%;
}

#confirm table tr td {
	border-bottom:dotted 1px #ccc;
	padding:6px 12px 6px 0;
	vertical-align:top;
}

#confirm table tr>td:first-child {
	font-weight:bold;
	text-align:right;
}

#confirm table tr th {
	font-size:14px;
	padding-bottom:3px;
	padding-top:18px;
	border-bottom:solid 1px black;
}

.Intro {
	padding-bottom:12px;
}

div.Notice {
	border:solid 1px blue;
	padding:0 12px;
	line-height:125%;
	background-color:#DFDDFF;
}

div.Notice p {
	margin:12px 0;
}

.Notice h2 {
	margin:12px 0;
	font-size:11px;
	border:none;
}

span.Notice {
	background-color: Yellow;
	font-weight: bold;
}

table.Links tr td {
	vertical-align:top;
	padding-bottom:12px;
}

table.Links tr td p {
	margin:0;
}

div.FieldSet {
	margin:18px 0 18px 0;
}

.Invalid {
	border-color:#ff0000;
}

.ErrorMsg {
	/* Background color removed since it
	causes problems in Firefox - empty <span>
	still has a narrow yellow band...*/
	/*background-color:Yellow;*/
	color:Red;
	padding:3px;
	margin-left:4px;
	font-weight:bold;
}

.FieldInfo {
	display:block;
	padding-top:3px;
	padding-bottom:4px;
	font-style:italic;
}

div.Submit input {
/*
	color: #336600;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 6px 9px 6px;*/
	margin:6px 0px;
	font-size:14px;
}

div.Submit {
	text-align:center;
	margin:24px 0;
	padding:24px;
	border:dotted 1px #bbb;
}