.yellowbackground {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}

#orderform {
	width: 600px;
	border-left: dashed;
	border-right: dashed;
	border-bottom: dashed;
	border-color: #CC0000;
	border-width: 5px;
	margin-left:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

#insideorderform {
	background-color: #FFFF99;
	border-top: dashed;
	border-bottom: dashed;
	border-color: #CC0000;
	border-width: 5px;
	width: 100%;
}

#insideorderform .topheader {
	color: #CC0000;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#orderform .subheader {
	color: #3300CC;
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 5px;
	text-decoration: underline;
}
		

#orderform p {
	font-family: Verdana, Georgia;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

#orderform .header {
	text-align:center;
	font-family: Verdana, Georgia;
	font-size: 28px;
	font-weight: bold;
	color: #CC0000;
}

#certificate {
	width: 550px;
	height: 325px;
	margin: 0px auto;
	background-image:url(images/certficate.gif);
}

#certificate div {
	width: 550px;
	height: 326px;
	background-image:url(images/guarantee.gif);
	background-position: right 190px;
	background-repeat: no-repeat;
}


#certificate p {
	padding-top: 55px;
	padding-bottom: 5px;
	padding-left: 60px;
	padding-right: 60px;
}

.certheader {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	background-position: center top;
}
