@charset "UTF-8";
@import url("form.css");
@import url("confirm.css");

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
form#mailform {
	padding: 0px;
	width: 630px;
}

img.must {
	width: 30px;
	height: 16px;
	float: left;
	padding-top: 2px;
}


/*-------------------------------------------------------------
thank you screen
-------------------------------------------------------------*/

div#thankyou {
	width: 944px;
	height: 300px;
	border: 1px solid #999;
	margin: 0 auto;
	}

div#thankyou img {
	text-align: center;
	margin-left: 333px;
	margin-top: 100px;
	margin-bottom: 10px;
	}

div#thankyou p {
	font-size: 12px;
	margin-left: 340px;
	line-height: 11px;
	}

div#thankyou p a {
	text-decoration: none;
	padding-left: 17px;
	background: url(../../global/images/arrow.gif) no-repeat 0 50%;
	}

div#thankyou p a:hover {
	color: #009933;
	text-decoration: underline;
	}
	
