@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img{ border:0;}
a {text-decoration:none}

body{
	background:url(../images/bg2.jpg) repeat-x;
	background-color:#090909;
	position: relative;
}


#wrapper{
    background:url(../images/bg.jpg) no-repeat;
	background-position: center top;
	margin:0 auto;
	width:1002px;
	height:470px;
	position:relative;
}
#wrapper.wrapper_fair_brain_design{
    background:url(../images/fair_brain_bg.jpg) no-repeat;
}

.lang{
	position:absolute;
	left:636px;
	top:154px;
	color:#CCC;
	}

.account{
	position:absolute;
	left:380px;
	top:230px;
	color:#FFF;
	}
.pw{
	position:absolute;
	left:380px;
	top:265px;
	color:#FFF;
	}
.verify{
	position:absolute;
	left:368px;
	top:300px;
	color:#FFF;
	}
.code{
	position:absolute;
	left:490px;
	top:299px;
	color:#FFF;
	}
.code.captcha{
        left:423px;
}
        
.code.image img:first-child{width:90px;height:25px;}

.code-error{
	position:absolute;
	left:423px;
	top:210px;      
}

.login{
	position:absolute;
	left:418px;
	top:338px;
	color:#FFF;
	width:64px;
	height:26px;
	background:url(../images/btn.png) no-repeat;
	background-position: center top;
	}	
.login span a{
	display:block;
	text-align:center;
	padding:5px 0 0 0;
	color:#60650a;
	}	
.login span a:hover{
	color:#3c3f05;
	}	

.clean{
	position:absolute;
	left:490px;
	top:338px;
	color:#FFF;
	width:64px;
	height:26px;
	background:url(../images/btn.png) no-repeat;
	background-position: center top;
	}	
.clean span a{
	display:block;
	text-align:center;
	padding:5px 0 0 0;
	color:#60650a;
	}	
.clean span a:hover{
	color:#3c3f05;
	}	

.cr{
	position:absolute;
	left:413px;
	top:428px;
	color:#FFF;
	}

#remoteNewsBox {
	/*
	position: absolute;
	left: 240px;
	top: 130px;
	 */
	margin:0 auto 0 calc((100% - 450px)/2 - 22px);
	width:450px;
	max-height: 300px;
	position:relative;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #0b72b8;
	background: antiquewhite;
	overflow: auto;
	border-radius: 8px;
}

h3#remoteNewsTitle {
	font-size: 18px;
	line-height: 40px;
	color: #bec01b
}
#amgLoginArea{
	width:450px;
	margin:0 auto;
	/*background: #68cb1f*/
	text-align: center;
	padding:20px;
}