

#content .intro {
	border-bottom: 2px #7F7F7F solid;
	border-right: 2px #7F7F7F solid;
	border-left: 2px #CFCFCF solid;
	border-top: 2px #CFCFCF solid;
	/*background-color: #E5E5E5;*/
	font-size: 20px;
	padding:25px;
	height:500px;
	text-align: justify;
	text-indent:40px;
	overflow: auto;
}
#content .intro img {
   display:block;
}
#content  .intro h1 {
	text-align:center;
}

#content  .input {
	border-bottom: 2px #7F7F7F solid;
	border-right: 2px #7F7F7F solid;
	border-left: 2px #CFCFCF solid;
	border-top: 2px #CFCFCF solid;
	background-color: #E5E5E5;
	padding:25px;
}
#content  .header {
	height: 22px;
	background-image: url("bg.gif");
	background-repeat: repeat-x;
	color: white;
	text-align: center;
	border-top: 2px #4a68af solid;
	border-left: 2px #4a68af solid;
	border-right: 2px #374a76 solid;
	border-bottom: 2px #374a76 solid;
} 

#content  .f {
   padding:15px;
	border: 1px  black groove;
}



