.customize_closebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	position: relative;
	left: 200px;
	top: -70px;
	font-weight: bold;
}
.customize_div {
	width: 400px;
	text-align: left;
	position: relative;
}

.index_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
	width: 400px;
	font-weight: bold;
}

.clearing {
	clear: left;
}


.customform input {
	position: absolute;
	left: 11em;
}
.customform input.check {
	left: 15em;
}
.customform .subcheck {
	position: relative;
	left: 2em;
}


input.button{
	width: 11em;
	position: relative;
	top: 1em;
	left: 0em;
}

.customform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.customform p {
	margin: .7em;
	font-weight: normal;
	color: #006600;
}

.error {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF0000;
}
.closebutton {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	float: right;
	width: 100px;
}
