@charset "UTF-8";
/* CSS Document */

#body {
	margin-left:19px;
	background-image:url(/hfd/images/join_back.gif);
	background-repeat:no-repeat;
}

#body h1 {
	padding:0 0 10px 15px;
}

#left_side {
	float:left;
	width:200px;
	height:350px;
	padding-top:50px;
	position:relative;
}

#left_side p {
	padding:0 13px 0 17px;
}


img.cast {
	position:absolute;
	bottom:0;
	left:-12px;
}

img.bell {
	position:absolute;
	right:0;
	bottom:35px;
}

#checkin_form {
	float:left;
	width:512px;
	height:360px;
	background-image:url(/hfd/images/checkin_form.png);
	background-repeat:no-repeat;
	color:#9f8a69;
}

#checkin_form h2 {
	margin-bottom:40px;
}

#checkin_form .left {
	width:206px;
	padding:24px 26px 0 40px;
}

#checkin_form .right {
	padding:20px 0 0 0;
}

#checkin_form .inputclass {
	background-repeat:no-repeat;
	background:transparent url(/hfd/images/form_back.gif);
	height:26px;
	width:190px;
	border: solid 0 #ffffff;
	padding:0 8px 0 8px;
	margin-top:8px;
	color:#4c3623;
	font-size:16px;
}

#checkin_form textarea {
	background-repeat:no-repeat;
	background-image:url(/hfd/images/textbox_back.gif);
	width:213px;
	height:115px;
	margin-top:8px;
	padding:4px 4px 4px 4px;
	border: solid 0 #ffffff;
	color:#4c3623;
	resize:none;
}

#checkin_form label {
	text-align:right;
	display:block;
	font-weight:bold;
	font-style:italic;
	font-size:10px;
	padding-right:4px;
}

#checkin_form label.upload {
	text-align:left;
	color:#db4300;
	padding-left:2px;
}

#checkin_form label.upload a {
	color:#db4300;
	text-decoration:none;
}

#checkin_form label.upload a:hover {
	text-decoration:underline;
}

#checkin_form input.submit:hover {
	background-image:url(/hfd/images/upload_over.gif);	
}

div.fileinputs {
	position: relative;
	margin-top:8px;
}


div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.inputfile {
	background-image:none;
	position: relative;
	text-align: right;
	width:215px;
	padding-top:8px;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}


input.upload {
	background:transparent url(/hfd/images/form_back2.gif);
	width:137px;
	background-repeat:no-repeat;
	height:26px;
	padding:0 8px 0 8px;
	color:#4c3623;
	font-size:16px;
	border: solid 0 #ffffff;
}


.fakefile img {
	margin-bottom:-8px;
}