#floatbox-box {
	background: #f7fcff url('/img/regwiz/prechody_s.jpg') 0 100% no-repeat;
	border: 2px solid #5aa1c5;
	}

#floatbox-box .ttl {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border-bottom: 1px solid #bfe0f1;
	font-size: 13px;
	font-weight: bold;
	}
#floatbox-box .msg {
	padding: 0 10px;
	}
#floatbox-box .alert {
	padding-left: 50px;
	min-height: 40px;
	background: url('/img/regwiz/ico_excl.png') 10px 0 no-repeat;
	}
#floatbox-box .confirm {
	padding-left: 50px;
	min-height: 40px;
	background: url('/img/regwiz/ico_que.png') 10px 0 no-repeat;
	}

#floatbox-box .btn {
	margin: 0;
	padding: 15px 10px 15px 50px;
	font-weight: bold;
	}
#floatbox-box .btn a {
	padding-left: 6px;
	}
#floatbox-box .btn button {
	@padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 11px;
	background: #7bbbde url('/img/regwiz/btn_bkgr.jpg') bottom left repeat-x;
	border: 1px solid #3387b1;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	cursor: pointer;
	}