/*CJPro Interface*/
body{font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#000; background:#fff; padding:0; margin:0; cursor:default;}
html{min-width:1000px;}
*{padding:0; margin:0; outline:0; border:none;}
ul, ol{list-style:none;}
u{text-decoration:none;}
a{
	color:#087dc7;
	text-decoration:none;
	cursor:pointer;
}
a:hover{text-decoration:underline;}

h1{font-size:1.5em;}
h2{font-size:1.4em;}
h3{font-size:1.3em;}

/*System*/
.table{clear:both; display:table; margin:0 auto; //clear:none; //float:left; //margin-left: expression(((this.parentNode.offsetWidth - this.offsetWidth) / 2) + "px");}
.center{text-align:center; margin:-20px 0 -5px 0;}
.signup_form{
	display:block;
	overflow:hidden;
	width:650px;
	background:#ededed;
	border:1px solid #d1d1d1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	margin:0 auto;
	margin-top:40px;
}
.signup_form:last-child{margin-bottom:40px;}
.signup_form .welcome{
	text-align:center;
	border-bottom:1px solid #ccc;
	padding:16px 0;
	margin:0 20px 20px 20px;
}
.signup_form .title{
	display:block;
	overflow:hidden;
	text-align:center;
	margin:0;
	color:#3f5f71;
	background:#d2e9f6;
	padding:15px 0;
	border-bottom:1px solid #a1cce4;
}
.signup_form h2{
	display:block;
	overflow:hidden;
	width:390px;
	font-size:1.1em;
	text-align:center;
	color:#3f5f71;
	background:#d2e9f6;
	border:1px solid #a1cce4;	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding:7px 0;
	margin:0 auto;
}
.signup_form p{
	display:block;
	overflow:hidden;
	font:15px arial;
	padding:20px;
}
.signup_form .box{
	display:block;
	overflow:hidden;
	width:350px;
	background:#fff;
	border:1px solid #ccc;
	border-top:none;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding:20px;
	margin:0 auto;
	margin-bottom:20px;
}
.signup_form .xbox{
	display:block;
	overflow:hidden;
	width:350px;
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:20px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.signup_form .trade_box{
	display:block;
	overflow:hidden;
	width:600px;
	background:#fff;
	font-size:0.8em;
	border:1px solid #ccc;
	padding:10px 0;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:23px;
}
.signup_form .trade_box li{
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.signup_form .trade_box .gr{background:#ebebeb;}
.signup_form .trade_box li:last-child{
	border:none;
	padding-bottom:0;
}
.signup_form .trade_box li:first-child{padding-top:0;}
.signup_form .trade_box a{
	float:left;
	width:190px;
	text-align:center;
	font-weight:bold;
	font-size:0.85em;
	border-right:1px solid #222;
}
.signup_form .trade_box a:last-child{
	float:right;
	width:90px;
	color:#ff5c2b;	
	margin:0 7px 0 0;
	border:none;
}
.signup_form .trade_box i{
	float:left;
	width:70px;
	font-style:normal;	
	text-align:center;
	border-right:1px solid #222;
}
.signup_form .trade_box b{
	float:left;
	width:150px;
	font-weight:normal;
	text-align:center;
	border-right:1px solid #222;
}
.signup_form .trade_box u{
	float:left;
	width:83px;
	text-align:center;
	border-right:1px solid #222;
}
.signup_form span{
	font-size:0.8em;
}
.signup_form span label{
	clear:both;
	float:left;
	width:125px;
	font-size:0.9em;
	color:#777;
	height:30px;	
	margin-top:6px;
}
.signup_form span textarea{
	float:left;
	width:330px;
	font-size:1em;
	color:#999;
	background:#fff;
	border:1px solid #ccc !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding:0 10px;
	margin-bottom:3px;
}
.signup_form span input,
.signup_form span select{
	float:right;
	width:200px;
	height:28px;
	font-size:1em;
	color:#999;
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding:0 10px;
	margin-bottom:3px;
}
.signup_form span .antibot{
	float:right;
	overflow:hidden;
	width:220px;
	vertical-align:middle;
	font-size:0.85em;
	color:#000;
	font-style:normal;
	padding:0;
	margin:7px 0 10px 0;
}
.signup_form span select{width:222px;}
.signup_form span input:focus{
	color:#000;
	background:#fff;
	border:1px solid #999;	
	-webkit-box-shadow: 0 0 7px #838383;
	-moz-box-shadow: 0 0 7px #838383;
	box-shadow: 0 0 7px #838383;	
}
.signup_form span textarea{
	display:block;
	font:15px arial;	
	background:#fff;
	border:1px solid #373737;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
}
.signup_form .button{
	display:block;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:30px;
}
.button{
	cursor:pointer;
	color:#fff;
	background:#087dc7;
	background: -moz-linear-gradient(top,  #087dc7,#1b699a);
	background: -webkit-linear-gradient(top,  #087dc7,#1b699a);
	background: -o-linear-gradient(top,  #087dc7,#1b699a);
	background: -ms-linear-gradient(top,  #087dc7,#1b699a);
	background: linear-gradient(to bottom,  #087dc7,#1b699a);			
	border:1px solid #4a607b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.66);
	padding:7px 11px 7px 11px;
}
.button.big{
	font-weight:bold;
	font-size:1.3em;
	padding:9px 17px 9px 17px;
}
.button:hover,
.button.active{
	color:#fff;
	border:1px solid #5a7495;
	background:#2393da;
	background: -moz-linear-gradient(top,  #4f4f4f,#222);
	background: -webkit-linear-gradient(top,  #4f4f4f,#222);
	background: -o-linear-gradient(top,  #4f4f4f,#222);
	background: -ms-linear-gradient(top,  #4f4f4f,#222);
	background: linear-gradient(to bottom,  #2393da,#187ab7);	
}
.error.sp{margin-top:30px;}
.error{
	display:block;
	overflow:hidden;
	width:355px;
	line-height:21px;
	font-size:0.8em;
	font-weight:bold;
	color:#000;
	background:#f6d2d2;
	border:1px solid #fa7676;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:10px 20px 10px 15px;
	margin:0 auto;
	margin-bottom:20px;
}
.error i{
	float:left;
	width:21px;
	height:21px;
	background:url("../images/error.png") no-repeat;
	margin-right:10px;
}
.complete{
	float:left;
	width:100%;
	font-size:1.1em !important;
	margin-bottom:20px;
}
.title.succes{margin-bottom:30px;}
.box.end{margin-bottom:30px;}