/* CSS for PROMPT GUI */
@import "global.css";
#container {
	margin:45px auto;
	text-align:left;
	width:734px;
	padding:0;
}
p.top {
	margin:0px;
	padding:0px 10px 0px 10px;
/*	width:inherit; */
	height:135px;
	background:url(images/prompt_top.jpg) top no-repeat;
}
div.middle {
/*	width:inherit; */
	overflow:auto;
	background:url(images/prompt_middle.jpg) top repeat-y;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align:center;
}
.middle a {
	border-bottom:1px solid #999;
	text-decoration:none;
	color:#000;
	background-color:inherit;
}
.middle a:hover {
	background-color:#cbd8ea;
	color:inherit;
}
h1 {
	font-size:17px;
	font-family:"lucida grande", "trebuchet ms", georgia, serif;
}
p.bottom {
	height:45px;
/*	width:inherit; */
	background:url(images/prompt_bottom.jpg) top no-repeat;
	margin:0px;
	padding:0px 10px 0px 10px;
}

/*------------------------------------------------------------------------------------------------------- Prompt PIN*/
div.middle_pin {
	background:url(images/prompt_middle_pin.jpg) top repeat-y;
	margin:0px;
	padding:0px 6px 0px 6px;
	text-align:left;
	line-height:20px;
	font-size:12px;
	cursor:default;
/*	font-family:"lucida grande", "trebuchet ms", georgia, sans-serif; */
}
.middle_pin a {
	border-bottom:1px solid #999;
	text-decoration:none;
	color:#000;
	background-color:inherit;
}
.middle_pin a:hover {
	background-color:#cbd8ea;
	color:inherit;
}
