 @charset "utf-8";
/* CSS Document */
.warning_new_paper {
	border: 1px solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 650px;
	color: #9F6000;
	font-size: 16px; /*was 11px*/
	background-color: #FEEFB3;
	background-image: url('images/warning_box.png');
	text-align: left;
	height:40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
}#page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	alignment-adjust: central;
}
img {
	border: none;
}
.alertW {
	font-size: 12px;
	color: #ff0000;
}
.blue {
	font-size: 12px;
	color: #6D6E71;
}
#main {
	background-color: #ececec;
	display: block;
	width: 600px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 20px auto 20px auto;
}
#old {
	float: none;
	position: relative;
	width: 600px;
	display: block;
	margin-bottom: 15px;
}
#main_result {
	background-color: #FFC153;
	display: block;
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top: 15px;
	padding: 10px !important;
	margin: 20px auto 20px auto;
}
#old_result {
	float: none;
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 35px !important;
}
.buttonSmall_test_redbtn {
	min-width: 120px;
	max-width: 100%;
	height: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	background-color: #ff0000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #ff0000;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
.buttonSmall_top_insert_greenbtn {
	min-width: 120px;
	max-width: 100%;
	height: 28px;
	margin-bottom: 15px;
	cursor: pointer;
	background-color: #090;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #090;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
.main_step_con {
	height: 60px;
	width: 100%;
	
	font-weight: bold;
	
}
.step_icon {
	width: 15px;
	height: 15px;
	margin-top: 17px;
	float: left;
	
	background-image: url(images/right_arrow_.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.div_step {
	width: 230px;
	font-size: 12px;
	height: 50px;
	float: left;
}
.fade {
	opacity: 0.5;
}
.active {
	opacity: 1;
}
table.ex2 {
	border-spacing: 0
}
table.ex2 td, th {
	padding: 0 0.2em;
	height: 30px;
}
table.ex2 tr:nth-child(odd) {
	background: #ECECEC
}
table.ex2 tr:nth-child(even) {
	background: #E0E0E0
}
.user_issue_inp {
	padding: 1px 5px;
	margin: 2px 5px 2px 0;
	height: 25px;
	width: 350px;
	margin-left: inherit; /* usually we don't want the regular ul margins. */
	margin-right: inherit;
}
