/* CSS Document */

h1 {
	text-align: center;
	font-family: Tahoma;
	font-size: 18px;
	color: #CC0000;
}

h2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 16px;
	color: #000066;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

.title {
	font-family: Tahoma;
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.bullet {
	list-style-image: url(tick.gif);
}

ul.bullet {
	margin-top: 0;
	padding-top: 0;
}

.bullet li {
	font-family: Tahoma;
	font-size: 13px;
	text-align: justify;
	padding-bottom: 10px;
}

.bullet li.alternate {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}
.inputbox {
	width: 244px;
	padding: 2px;
	border: solid 1px #117B99;
	background-color: #ffff66;
}

.module div {
	background: url(FreeDVDForm_bg.jpg) top left no-repeat;
	padding: 160px 15px 15px 15px;
	width: 280px;
	height: 344;
	margin-top: -10px;
	margin-left: 10px;
	color: #ffffff;
	text-align: left;
}