/* CSS Document */

body {
	font-size: 10pt;
	font-family: verdana, arial, sans-serif; /*got the font here don't need anywhere else)*/
	margin: 0px; /*no reason to write all of them*/
	padding: 0px;
	background-color: #666666;
	background-image: url(./img/bgGrayGrade.jpg);
	background-repeat: repeat-x;
	text-align: center;	/*fix #1*/
}

#container {
	width: 80%;
	border-style: none;
	background:#ffffff; /*put the background for the left column on the container also*/
	margin: 20px auto 20px auto;
	padding: 0px;
	text-align: left; /*fix #1*/
}

.titlefont {
  font-size: 10pt;
  color: #666666;
  font-weight: 600;
}

.titlefont_i {
  font-size: 10pt;
  color: #666666;
  font-style: italic;
  font-weight: 600;
}

.notablefont {
  font-style: italic;
}

.alerttxt {
  color: red;
}

#footertxt{
  font-size: 8pt;
  color: #666666;
  font-style: italic;
}

#header {
	width: 100%;
	height: 58px;
	background: #ffffff;
}

#header img {
	float: right;
	top: 40px;
	position: relative;
  top: 40px
}

#banner {
	width: 100%;
	height: 141px;
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #666666;
	background-color: #acc2d1;
	background-image: url(./img/bgBlueGrade.jpg);
	background-repeat: repeat-x;
}

#banner div { /* don't need another selector*/
	margin-top: 20px;
	margin-left: 35%;
	padding: 0px 10px 0px 0px;
	height: 121px;
	text-align: right;
	font-family: arial, san-serif;
	font-size: 14pt;
	font-weight: 600;
}

#book{
  position: absolute;
  top: 36px;
  left: 10%;
}

#left {
	width: 220px;
	float: left;
	background:#ffffff;
	/*border-style: none dotted none none;
	border-width: 0px 1px 0px 0px;
	border-color: #666666;*/
}

#left div {
  margin: 170px 10px 10px 10px;
}

#content {
	margin-left: 220px;
	padding: 10px 10px 10px 10px;
	border-style: none none none dotted;
	border-width: 0px 0px 0px 1px;
	border-color: #666666;
	background-image: url(./img/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center; 
	/*background:yellow;*/
}

.clear { /*fix #2*/
	clear: both;
}

.orderinfo {
  float: left;
  text-align: right;
}

form{
  float: left;
  text-align: right;
}

input {
  margin-top: 5px;
}

p.error {
 color: red;
}
