/* CSS Document */

fieldset {
	margin: 1em 0;
	padding: 1em;
	border : solid 1 #cccc99;
	background: transparency;
	}
	
legend {
	font-weight: bold;
	color: #993399;
	display: block;
}

input {
	width: 200px;
	background-color: #A5D1E8;
}

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[type="checkbox"], checkbox {
	width: 35px;
	color: #F00;
}
input.radio, input.checkbox, input.submit{
	width: 25px;
}


	
textarea {
	width: 400px;
	height: 100px;
	background: #A5D1E8;
}

label {
	display: block;
	float: left;
	width: 20px;
}

submit {
	background:#999999;
}

.required {
	font-size: 100%;
	color:#CC0000;
	width: 10px;
}
.button {
	width: 95px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.buttonlong {
	width: 120px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

