@charset "utf-8";
/* CSS Document */


#form {
	position: absolute;
	top: 180px;
}
#image {
	position: absolute;
	background-image: url(../images/vignette.jpg);
	width: 253px;
	height: 382px;
	border: solid 1px #CCCCCC;
	margin-right: 25px;
	z-index: 2;
}
#image_cheque {
	background-image: url(../images/vignette.jpg);
	width: 253px;
	height: 382px;
	border: solid 1px #CCCCCC;
	margin-right: 25px;
	float: left;
}
#order {
	position: relative;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#title {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
	text-transform: uppercase;
	text-indent: 280px;
}
#title_cheque {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
	text-transform: uppercase;
}
#subtitle {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 280px;
}
#info {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 280px;
}
#button {
	text-indent: 280px;
}
#versionpdf {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 280px;
}
#copyright_order {
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 30px;
	width: 800px;
	text-indent: 280px;
	margin: auto;
}
