/* CSS Document */

@import url("entryform.css");


.navbgoff {
	background-image: url(../image_01/bg_nav_01.gif);
	background-repeat: no-repeat;
	height: 22px;

}

.navbgon {
	background-image: url(../image_01/bg_nav_02.gif);
	background-repeat: no-repeat;
	height: 22px;

}

.border01 {
	border: 3px solid #DBDBDB;
}


.border02 {
	border-top: 1px solid #FFFFFF;
}

.border03 {
	background-image: url(../image_01/bg_border03.gif);
	background-repeat: repeat-x;
	background-color: #e9e7e8;
	background-position: top;
}

.border04 {
	width: 772px;
}

.border05 {
	border: 1px solid #000000;
}

.border06 {
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}


.border07 {
	border-bottom: 14px solid #FFFFFF;
	border-top: 4px solid #FFFFFF;
}

.border08 {
	border: 1px solid #D1D1D1;
}



.imagepadding_right {
	border: 1px solid #A9AB9F;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 0px;

}

.imagepadding_left {
	border: 1px solid #A9AB9F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 15px;

}

.dottedline_grey {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CACCCD;
}

.dottedline_black {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}


