@charset "utf-8";
/* CSS Document */
form, input, select, textarea { margin:0; padding:0; font: bold; color:#003264; }
div.box {
	margin:0px;
	width:405px;
	background:#E2E2E2;
	position:relative;
	top:19px;
	height:620px;
}
div.box h1 { color:#E2E2E2; font-size:18px; text-transform:uppercase; padding:5px 0 5px 5px; border-bottom:1px solid #717B97; }
div.box label { width:100%; display: block; border-top:1px solid #717B97; border-bottom:1px solid #717B97; padding: 8px 0px 8px 0px; }
div.box label span { display: block; color:#4E576D; font:normal 12px "Times New Roman", Times, serif; float:left; width:100px; text-align:right; padding:2px 20px 0px 0px; }
div.box .input_text { padding:2px 10px; width:250px; background:#fff; border-bottom: 1px double #717B97; border-top: 1px double #717B97; border-left:1px double #717B97; border-right:1px double #717B97; }
div.box .message {
	position:absolute;
	padding:7px 7px;
	width:256px;
	background:#fff;
	border-bottom: 1px double #717B97;
	border-top: 1px double #717B97;
	border-left:1px double #717B97;
	border-right:1px double #717B97;
	overflow:hidden;
	height:80px;
	left: 120px;
	top: 473px;
}
div.box .button {
	position:absolute;
	margin:0 0 10px 0;
	padding:4px 7px;
	background:#717B97;
	border:0px;
	top:588px;
	left:292px;
	width:100px;
	border-bottom: 1px double #717B97;
	border-top: 1px double #717B97;
	border-left:1px double #717B97;
	border-right:1px double #717B97;
}
