/* CSS Document */
#contentf{
  float: left;
  width: 65%;
  margin: 15px 0 0 15px;
}
.description {
	font-style:italic;
	font-weight:bold;
}

.minidesc {
	font-style:italic;
	font-weight:bold;
	font-size: 90%;
}


fieldset {
	margin: 1em 0;
	padding: 1em;
	border : solid 1 #993333;
	background: transparency;
	}
	
legend {
	color: #000000;
	display: block;
	font-size:95%;
}

input {
	width: 200px;
}

input:focus, textarea:focus {
	background: #ffc;
}

input[type="text"], textarea{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit{
	width: 600px;
	text-align: left;
}
	
textarea {
	width: 400px;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
}

label {
	display: block;
	float: left;
	width: 200px;
	color: #000000;
	font-size:100%;
}

submit {
	background:#999999;
}

.button {
	width: 95px;	
}

.required {
	font-size: 90%;
	color:#293450;
	font-weight: 500;
}
	
.description2 {
	font-style:italic;
	font-weight:bold;
}
