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

/************************ Optin Page *****************************/

.OPtop {
	background-image: url(../IMG/8_OPbgtop.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 297px;
}
.OPmid {
	background-image: url(../IMG/9_OPbgmid.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 280px;
	padding-top: 10px;
	padding-left: 17px;
}
.OPbot {
	background-image: url(../IMG/10_OPbgbot.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 297px;
}

