
/* union */
body {
	line-height: 1.5;
	color: #000000;
	background-color: #ffffff;
}

/* static */
h2 {
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: #00a1e9;
}

/* main layout */
.mainblk {
	max-width: 960px;
	width: 100%;
	line-height: 1.5;
	margin: 0 auto;
}
#fieldmain {
	width: 92.083333%; /* 884px; */
	margin: 0 auto;
	padding: 2px;
}
fieldset {
	border: 1px solid #eaeaea;
	margin: 2px 0px 20px 0px;
	padding: 5px 10px;
}

.red, .req {
	color: #f00;
}
.req {
	margin-right: 5px;
}
.bb {
	font-weight: bold;
}
.small {
	font-size: small;
}
.regwarn {
	font-size: small;
	margin-left: 130px;
}
.regwarn span {
	color: red;
	margin-right: 2px;
}

#caddr, #mail-a, #mail-b {
	width: 400px;
}
.panks {
	font-size: small;
}
.panks div {
	margin-bottom: 7px;
	border-left: 7px solid pink;
	padding-left: 3px;
}

/* form local */
select {
	width: 350px;
}
input#btn1 {
	width: 150px;
	border-top: 3px double #cccccc;
	border-right: 3px double #333333;
	border-bottom: 3px double #333333;
	border-left: 3px double #cccccc;
	color: #333333;
	background-color: #edeae4;
	background-image: url(../images/elements/btnbg1.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
input#btn2 {
	width: 150px;
	color: #333333;
	background-color: #edeae4;
	background-image: url(../images/elements/btnbg1.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
input#btn1:hover,
input#btn1:focus {
	border-top: 3px double #cccccc;
	border-right: 3px double #333333;
	border-bottom: 3px double #333333;
	border-left: 3px double #cccccc;
	color: #ee0000;
	background-color: #edeae4;
	background-image: url(../images/elements/btnbg1.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	cursor: pointer;
}

input#btn1:active {
	border-top: 3px double #333333;
	border-right: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
	border-left: 3px double #333333;
	color: #333333;
	background-color: #edeae4;
	background-image: url(../images/elements/btnbg1.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	cursor: pointer;
}

.stopsafarilabel {
	color: black; !
}
label {
	cursor: pointer;
}

/* main layout */
legend {
	color: #474747;
	font-size: small;
	font-weight: bold;
}
div.sub-group {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding: 7px 15px;
	clear: both;
}
div.even {
	background-color: #f3f3f3;
}
div.last {
	border-bottom-style: none;
}

.label-txt {
	width: 125px;
	color: #666666;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #cccccc;
	margin-right: 15px;
	display: block;
	float: left;
}

.example {
	font-size: small;
	color: #666666;
}

#footer {
	max-width: 960px;
	width: 100%;
	height: 30px;
	background-color: #00a1e9;
	clear: both;
}
#footer address {
	font-size: x-small;
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
}
#footer address a {
	color: #fff;
}
#btn-box {
	text-align: center;
	padding-bottom: 40px;
}
#description span {
	border-bottom: 1px dotted red;
}
#caddr {
	background-color: #fffccc;
}

optgroup {
	font-style: normal;
}
.hidden {
	display: none;
}
