@charset "utf-8";

.FCconfbase *, .FCconfbase form {
    color: #666666;
}

.FCconfbase{
	background-color: #FFF;
}

.FCconf_form .FCconf_info_area .FCtitle{
	background-color: #D7EFF0;
	font-weight: normal;
	color: #666666;
}

.FCconf_info_area .FCleft{
	line-height: 130%;
}

a {
    outline:none;
} 

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

.FCleft {
	width:7em;
}

/*
#FCconf_ok_button,
#FCconf_cancel_button {
    border: 0;
    padding: 0;
    margin: 10px 0;
	width: 147px;
	height: 52px;
	text-indent: -9700px;
	cursor:pointer;
	overflow:hidden;
	outline:none;
}

#FCconf_ok_button {
	background: url(images/btn_send.gif) no-repeat;
}

#FCconf_ok_button:hover {
	background: url(images/btn_send_on.gif) no-repeat;
}

#FCconf_cancel_button {
	background: url(images/btn_back.gif) no-repeat;
}

#FCconf_cancel_button:hover {
	background: url(images/btn_back_on.gif) no-repeat;
}
*/