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


body {
	font-family: Arial;
	font-size: 75%;
	text-decoration: none;
}

.form_head {
	font-family: Arial;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
}

.form {
	text-align: left;
	text-decoration: none;
	float: left;
	width: 100%;
	overflow: hidden;
}

.form ul{
	clear: both;
	text-align: left;
	height: 600px;
	width: auto;
}

.form li{
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	height: 28px;
}


.form .form_text {
	font-family: Arial;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
}

.form .form-tr {
	list-style-type: none;
	clear: both;
	text-align: left;
	height: 28px;
	width: auto;
}

.form .form-tr2 {
	clear: both;
	text-align: left;
	height: auto;
	width: auto;
}

.form .form-row {
	display: inline;
	text-align: left;
	float: right;
	width: 200px;
	margin-right: 10px;
}

.form .form-entry {
	list-style-type: none;
	display: block;
	padding-right: 0.25em;
	padding-left: 0.25em;
	padding-top: 0.2em;
	text-align: center;
}

.form .form-submit {
  display: block;
  clear: both;
  text-align: right;
  padding: 0.25em;
}

.form label {
	font-size: 1em;
	font-weight: normal;
}

.form tt {
  font-size: 1em;
}

.form input, .form textarea, .form select, .form radiobutton {
	font-size: 1.1em;
	border: 1px solid black;
	background-color: white;
	margin-top: -0.1em;
}


.form input[type="submit"], .form input[type="reset"] {
	font-size: 0.9em;
	text-align: center;
	height: auto;
	width: auto;
	margin: 0px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

