@charset "utf-8";

/* form settings */


#form1_title {
	background:url(../images/form1_title.jpg) top left no-repeat;
	width:800px;
	height:90px;
	margin-bottom:20px;
}

#form2_title {
	background:url(../images/form2_title.jpg) top left no-repeat;
	width:560px;
	height:214px;
	margin:20px auto;
	margin-bottom:20px;
}

#form_container {
	position:relative;
	width:758px;
	border:1px solid #CCC;
	background-color:#F6F6F6;
	padding:20px 20px 10px 20px;
	_padding-bottom:20px;
}

#form_container #formbase {
	width:570px;
	margin:20px auto;
}

#form_container #formbase table td.formItem {
	color:#FFF;
	
	padding:5px;
	background-color:#0A50A1;
	border-bottom:1px solid #DDF;
}

#form_container #formbase table td.formEnter {
	color:#000;
	padding:5px;
	background-color:#B8C1E2;
	border-bottom:1px solid #116;
}

	#form_container #formbase table td.bottom {
		border-bottom:1px solid #FFF;
	}

#form_container #formbase table td {
	white-space:nowrap;
}


.formMust {
	color:#333;
}

td.formItem .formMust {
	color:#F99;
}

td.formEnter .formMust {
	color:#A44;
}

/* input button set */

#submit_button {
	margin-top:20px;
}

#submit_button input{
	margin-top:10px;
	padding:5px;
	background-color:#333;
	color:#FFF;
}

#submit_button input:hover {
	background-color:#669;
	color:#FFF;
}

/* profile data set */

#container #profile_header {
	border:1px solid #999;
	width:533px;
	background-color:#FFF;
	position:relative;
	display:none;
}

#container #profile_header #d_prof_photo {
	float:left;
	margin-right:10px;
}

#container #profile_header #d_prof_name {
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	border-bottom:2px solid #0A50A1;
}

#container #profile_header #d_prof_catch {
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	color:#0A50A1;
	margin-right:10px;
}

#container #profile_header #d_prof_desc {
	font-size:10px;
	margin-top:5px;
	margin-right:10px;
	display:block;
}

#container #profile_header #d_prof_link {
	border: none;
	background-color:#0A50A1;
	position:absolute;
	top:0;
	right:0;
	_right:-2px;
	padding:5px;
	color:#FFF;
}

#container #formbase #form_caution {
	margin:30px 0;
	font-size:12px;
	width:530px;
}

#container #formbase #form_thanks {
	margin:20px auto;
	width:450px;
	font-size:12px;
	padding:20px;
	background-color:#DDDDFF;
	border:1px solid #555;
}

#container #formbase #form_thanks.error {
	background-color:#FFCCCC;
	border:5px solid #555;
}

#container #formbase #form_thanks h4{
	margin:10px auto;
	text-align:center;
}

/* form2 domestic */
.form_leafletchoise {
	margin:10px 0;
	line-height:200%;
}

.form_leafletchoise label {
	font-weight:bold;
}

/* jumptoheim button and line */

.form_blueline {
	background-color:#0A50A1;
	height:1px;
	width:534px;
	margin:40px 0 20px 0;
}

a.form_ownerslink {
	background:url(../images/form_jumptoheim_bt.jpg) top left no-repeat;
	width:252px;
	height:49px;
	margin-bottom:20px;
	disply:block;
	margin-left:282px;
}

a.form_ownerslink:hover {
	background:url(../images/form_jumptoheim_bt.jpg) bottom left no-repeat;
}

#nowsending {
	padding:10px;
	text-align:left;
	display:none;
}

.noscript {
	background-color:#FFCCCC;
	border:5px solid #555;
	padding:20px;
	margin-bottom:20px;
}

