@charset "utf-8";
/* CSS Document */

#app_header_bg {
	background: url(../img/app_header_bg.gif) no-repeat left;
	height: 143px;
	padding-left: 180px;
}

#app_box_new {
	background: url(../img/app_box_new.gif) no-repeat top left #f3f5f4;
	padding: 10px;
	padding-top: 40px;
}

#app_box_new fieldset label, #app_box_continue fieldset label {  
	width: 12em;  
	margin-right: 0px; 
}

#app_box_new fieldset li {  
	border: 1px solid #d3d5d4;
	padding: 6px;
	margin-bottom: 6px;
	width: 95%;
}

#app_box_continue fieldset li {  
	background-color: #013974;
	color: #FFF;
	padding: 6px;
	margin-bottom: 6px;
	width: 95%;
}

#app_box_new .notice {
	background: #333;
	color: #FFF;
	padding: 6px;
}

#app_box_continue {
	background: url(../img/app_box_continue.gif) no-repeat top left #cdd7e3;
	padding: 10px;
	padding-top: 40px;
}

#spacer {
	width: 10px;
}

.info {
	background: url(../img/more_info.png) no-repeat left;
	padding-left: 40px;
	margin-left: 10px;
        min-height: 40px;
	display: inline-block;
	cursor: pointer;
}
.info:hover {
	text-decoration: none;
	color: #333;
	/* for IE */ filter:alpha(opacity=60);
  	/*CSS3 standard*/ opacity:0.6;
}
