label {
	width: 50px;
	float: left;
	text-align: right;
	display: block;
	
}

input {
	color: #781351;
	background: #ffffff;
	border: 1px solid #781351;
	width: 230px;	
	margin-left: 10px;
}

.submit input {
	color: #000000;
	background: #cccccc;
	border: 2px outset #000000;
	float: right;
	width: 80px;	

	font-weight: bold;
}


fieldset {
	margin-top: 10px;
	border: 1px solid #cccccc;
	width: 395px;
	height: 266px;
	float: left;

}

fieldset img{
	margin-left: 10px;
	width: 94px;
	height: 34px;
}

fieldset p{
	margin: 5px 0px 5px 0px;
}
legend {
	margin-left: 5px; 
	color: #000000;
	background: #cccccc;
	border: 1px outset #000000;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
	font-size: 16px;
}

textarea {
	color: #781351;
	background: #ffffff;
	border: 1px solid #781351;
	width: 280px;	
	margin-left: 10px;
}

select {
	margin-left: 10px;
}
