div.iagree {
	font-size: 12px;
}


div.eula {
	font-size: 12px;;
}

div.feula {
	font-size: 12px;;
}

div.feula div.contract {
	font-weight: normal;
	text-align: left;
}

div.eula div.contract {
	max-width: 98%;
	height: 250px;
	overflow-y: scroll;

	font-weight: normal;
	text-align: left;
	border: 1px solid #CCCCCC;
}

div.contract h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

div.contract div.contrbody div {
	text-indent: 20px;
}

