body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	
}

#form {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.heading {
	font-size: 1.6em;
	font-weight: bold;
}

.info {
	font-size: 1.1em;
}

.box_heading {

	hieght: 17px;
	background-image: url("images/header.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 8px;
}

.left {
	float: left;
	color: #FFFFFF;
}


.right {
	float: right;
	color: #000000;
}

.box {
	border: 1px solid #000000;
	padding: 4px;
	margin-top: 4px;
	font-size: 1.1em;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 1em;
}

.smalltext {
	font-size: 10px;
}

.sign {
	font-weight: bold;
	color: #FF0000;
}

.form_input {
	background-image: url("../images/form-line.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}