body {
	margin:0px;
	color:#000;
	font-size:13px;
	font-family:Arial;
	text-align:center;
	margin-bottom:10px;
	background-color:#eee;
	line-height:1.5em
}

.page {
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	}
	
.fright{ float:left; }	

.align_left {
	font-size:13px;
	color:#306161;
	margin-left:10px;
	float:left;
	width:auto;
}	

.align_right {
	font-size:13px;
	color:#306161;
	margin-left:10px;
	float:right;
	width:700px;
}

#title a:link, #title a:visited  {
	font-size:15px;
	font-weight:bold;
	color:#306161;
	text-decoration:underline;
}		
	
img, img a:link, img a:visited { border:0px; text-decoration:none; }


#only_print {
	display:inline
	}

#only_screen {
	display:none
	}

legend {
	font-size:15px;
	font-weight:bold
	}

.bbr20 {
	clear:both;
	padding:20px;
	}
	
.bbr10 {
	clear:both;
	padding:10px;
	}

.bbr5 {
	clear:both;
	padding:5px;
	}
	
.bbr {
	clear:both;
	}			

h2 {
	font-size:16px;
	margin:0px;
	margin-bottom:5px;
	font-weight:bold
	}

#trail, #trail a:link {
	font-size:14px;
	margin:0px;
	margin-bottom:30px;
	}	

#trail a:link, #trail a:visited {
	text-decoration:underline;
	}		
	
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #ccc;
	background-color: white;
	-moz-border-radius: ;
}

table.sample .title {
	background-color:#fbdcb3;
	font-weight:bold;
}

.input1 {
	width:80px;
	}

.input2 {
	width:675px;
	}

.input3 {
	width:340px;
	}

.input4 {
	width:200px;
	}			

.botton {
	background-color:#eee;
	border:#000 1px solid;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	width:100px;
	height:25px;
	}	

small {
	font-size:13px;
	}
	
.menu_right {
	position:absolute;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	bottom:67px;
	right:35px;
	}

.menu_right a:link, .menu_right a:visited  {
	color:#FFFFFF;
	}	

.menu_left{
	position:absolute;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	bottom:67px;
	left:20px;
	}	
	
.menu_left a:link, .menu_left a:visited  {
	color:#FFFFFF;
	}

.col_01 {
	color:#28678a;
	}	

.col_01 a:link, .col_01 a:visited {
	color:#28678a;
	}			

	/*iframe*/
#upload_frame {
	border:0px;
	height:40px;
	width:400px;
	display:none;
}

#progress_container {
	width: 300px; 
	height: 30px; 
	border: 1px solid #CCCCCC; 
	background-color:#EBEBEB;
	display: block; 
	margin:5px 0px -15px 0px;
}

#progress_bar {
	position: relative; 
	height: 30px; 
	background-color: #F3631C; 
	width: 0%; 
	z-index:10; 
}

#progress_completed {
	font-size:16px; 
	z-index:40; 
	line-height:30px; 
	padding-left:4px; 
	color:#FFFFFF;
}

.input_full {
    width: 100%;
    padding: 2px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}