/* CSS Document */

fieldset {
	margin: 1em 0;
	padding: 1em;
	background: transparency;
	}
	
legend {
	font-weight: bold;
	color: #993399;
	display: block;
}
.style1 {
	color: #ff0000
}
input {
	width: 200px;
}

input:focus, textarea:focus {
	background: #ffc;
}

input[type="text"], textarea{
    color: #000066;
	border: 1px dashed #000066;
	font-weight: bold;
}

input.radio, input.checkbox, input.submit{
	width: 25px;
}
	
textarea {
	width: 400px;
	height: 100px;
}

label {
	display: block;
	float: left;
	width: 195px;
}

submit {
	background:#999999;
}

.required {
	font-size: 0.75em;
	color:#ff0000;
}
	
