@charset "utf-8";

#join{height:640px;}

#join table tbody tr{height:37px;}
#join table tbody tr td{text-align:left;}
#join input{font-size:14px;}
#join table tbody tr .tTitle{text-align:center;}
#join table tbody tr td span{margin-left:20px;}

#join input[type=text]{
    border: 1px solid #00aad3;
    border-radius: 2px;
    color: #777;
    font-size: 12px;
    width: 350px;
    height: 30px;
    text-align: center;
}

#join input[type=password]{
    border: 1px solid #00aad3;
    border-radius: 2px;
    color: #777;
    font-size: 12px;
    width: 350px;
    height: 30px;
    text-align: center;
}

#join input[type=checkbox]{
	width:13px;
	height:13px;
	padding:0;
	margin:0;
	vertical-align:bottom;
	position:relative;
	top: -7px;
	*overflow:hidden;
}

#btn_sign{position:absolute;left:28px;top:570px;}
#btn_sign a{width:998px;height:39px;}
#btn_sign a span{font-size:14px;line-height: 37px;color:#000000;}
