@charset "utf-8";

/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 150%;
}

body {
	font-size: small;
	font-family: Arial;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	background-color: #ffffff;
	font-family: Arial;
}

h1 {
	font-size: x-large;
	margin-bottom: 30px;
}


h2 {
	font-size: medium;
	border-bottom-color: #FF9900;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin: 5px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	padding: 5px;
}

p{
	margin-bottom: 20px;
}

table#form_table{
    border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0;	
}

table#form_table td.title{
    padding: 5px;
    border: #000000 solid;
    border-width: 0 0 1px 1px;
    background: #FF9900;
    font-weight: bold;
	font-size:small;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 

}

table#form_table td.label{
    border-right:1px #000000 solid;
	border-bottom:1px #000000 solid;
	font-weight: bold;
	text-align:right;
}

table#form_table td.confirm{
    border-right:1px #000000 solid;
	border-bottom:1px #000000 solid;
	text-align:left;
	color:#0000FF;
}

table#form_table td.submit{
    border-right:1px #000000 solid;
	border-bottom:1px #000000 solid;
	text-align:center;
	font-family: Arial;
}

table#form_table td{
	padding: 5px;
	border-bottom:1px #000000 solid;
}

div#form_area {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}

.request {
	color: #FF0000;
	font-weight: bold;
}

.error{
	color: #FF9900;
	font-weight: bold;
}

div#thanks{
	text-align:left;
	font-weight: bold;
	font-size:small;
}
