/*tournament style*/
/*-----------------------------------------------------------
Dealer Contents
-----------------------------------------------------------*/
#dealer_contents{
	float:left;
	width:100%;
	position:relative;
}

#dealer_contents .subect{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	margin-bottom:20px;
}

#dealer_contents #dealer_error{
	width:260px;
	position:absolute;
	left:382px;
	top:50px;
	color:#CC0000;
}

#dealer_contents .login_box{
	float:left;
	width:337px;
	height:137px;
	background:url(../../images/other/BG.png) no-repeat;
	position:relative;
	left:285px;
	margin:30px 0;
}

#dealer_contents #logout{
	float:left;
	width:98%;
	margin:10px 0;
	text-align:right;
}

#dealer_contents .box{
	float:left;
	width:90%;
	position:relative;
	left:40px;
	margin:30px 0;
}

#dealer_contents #form_id{
	position:absolute;
	top:15px;
	left:14px;
	width:308px;
	height:24px;
	background:url(../../images/other/Form_ID.png) no-repeat;
}

#dealer_contents #form_pw{
	position:absolute;
	top:60px;
	left:14px;
	width:308px;
	height:24px;
	background:url(../../images/other/Form_PW.png) no-repeat;
}

#dealer_contents .form{
	position:absolute;
	top:5px;
	left:85px;
	width:215px;
	height:13px;
	padding:0;
	margin:0;
	border:0px;
	background:#000000;
	color:#ffffff;
}

#dealer_contents #submit{
	position:absolute;
	top:98px;
	left:14px;
	width:308px;
	text-align:center;
}

#dealer_contents #submit img{
	cursor:pointer;
}
