  .container {
	max-width: 760px;
	margin: 0 auto;
}

.container-wide {
	max-width: 1020px;
	margin: 0 auto;
}

form table td {
	padding: 4px;
}

.regform {
	width: 100%;
}

.btn {
	width: auto !important;
}

td.reg-label {
	font-weight: bold;
	text-align: right;
	width: 30%;
	padding-right: 10px;
}

table {
	width: 100%;
}

h3 {
	border-bottom: 1px solid #a8a8a8;
	padding-bottom: 3px;
	margin-top: 5px;
}


#header-top {
    display: block;
    height: 244px;
    background-color: #1d384d;
    _background-image: url(/reg/img/fc2018header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

nav {
	background-color: #1d384d;
	height: 40px;
}

nav a {
	color: white;
	font-weight:bold;
	line-height: 40px;
}

nav a:hover {
	color: white;	
}

a#blink {
	display: block;
	text-align: center;
}

#rf3 input[type="text"] {
	margin-bottom: 0;
}

#BN1, #BN2, #BN3, #TRBN1, #TRBN2, #TRBN3 {
	width: 25%;
	margin-right: 10px;
}

#rf3 td {
	vertical-align: top;
}

@media (max-width: 680px) { 
	img.header-right { display: none; } 
	img.header-left { float: none; }
	#header-top { text-align: center; } 
}

@media (max-width: 850px) {
	#header-top {
		height: 80px;
		background-size: auto 80px;
		overflow: hidden;	
	}
	
	img.header-left, img.header-right {
		height: 80px !important;
	}	
}
