body, input, file {
	font-family: tahoma;
	font-size: 11px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #BBE8FF;
	margin-left: 0;
	margin-right: 0;
}
.pbTopDiv {
	width: 780px;
	height: 40px;
	background: url(images/topbg.jpg) repeat-x;
	margin: auto;
	border: 1px #B9C806 solid;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
}
.pbBodyDiv {
	width: 780px;
	height: auto;
	background: #FFFFFF;
	padding: 10px;
	margin: auto;
	text-align: center;
	border: 1px #5A6703 solid;
}
#pbimage {
	font-size: 16px;
	font-weight: bold;
	border: 1px #036 solid;
}
#pbSubmit {
	height: 50px;
	background: url(images/sendbtnbg.jpg) repeat-x center;
	border: 1px #036 solid;
	font-size: 18px;
	width: 200px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
	cursor: pointer;
}
.pbOkBtn {
	height: 22px;
	background: url(images/sendbtnbg.jpg) repeat-x center;
	color: #FFF;
	font-size: 11px;
	font-family: tahoma;
	border: 1px #036 solid;
	cursor: pointer;
}
.pbPanelTop {
	height: 30px; 
	background: url(images/pnlbg.jpg) repeat-x center; 
	border: 1px #666666 solid; 
	color: #333333; 
	text-shadow: 1px 1px #CCCCCC; 
	line-height: 250%; 
	float: 11px; 
	width: 760px; 
	padding: 10px; 
	text-align: right;
	direction: rtl;
}
.pbPanelMid {
	width: 760px; 
	overflow: hidden; 
	padding: 10px; 
	border: 1px #666666 solid; 
	border-top: none;
}
#title h1 {
	font-size: 11px;
}
.pbPanelMid a {
	text-decoration: none;
	border-bottom: 1px blue bottom;
	color: blue;
	display: block;
}
.pbPanelMid a:hover {
	text-decoration: none;
	border-bottom: 1px #333333 bottom;
	color: #333333;
}