@charset "UTF-8";
*,*::before,*::after {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
div#div_logo{
	text-align: left;
}
div#div_footer{
	background-color: #005bbb;
	text-align: center;
	height: 1px;
	margin-top: 1em;
	font-size:2em;
}
div#div_welcome{
	text-align: right;
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:12px;
}
div#div_content{
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:12px;
    line-height:1.5em;
    padding:12px;
    display: inline-block;
}
div#div_superbanner{
	margin-top: 2em;
	text-align: center;
	font-size:2em;
	color:#005bbb;
	margin-bottom: 2em;
	line-height: 1.5em;
}
div#div_inform input[type=text]{
	width:420px;
	border-color:#c0c0c0;
	border-width:1px;
	border-style:solid;
	padding:0.25em 1em;
	/*margin-top:2em;*/
}
.wrapper{
	display:grid;
	grid-template-columns:auto 1fr;
	grid-column-gap:1em;
	width:100%;
}
div#div_inform div{
	margin-bottom: 1em;
}
input#btn_submit{
    font-family: arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color:#041a9b;
    cursor: pointer;
}
input#btn_submit:hover{
    background-color: #04a19b;
}
input:focus,select:focus{
        border:2px solid #041a9b;
        background-color: #cff;
}
div#div_outer_container{
	display: inline-block;
	padding-top: 3em;
}
}
div#div_submit{
	margin-top: 2em;
}
img#img_logo{
	height: 5em;
}
.hidden{
	display: none;
}
div#div_thankyou{
	margin-top: 2em;
}
.displaynone{
	display: none;
}
.displayblock{
	display: block;
}
div#div_error_message{
	color:#A90000;
	font-weight:bold;
	font-size:1.25em;
}