fieldset {
	padding:4pt 0 4pt 0;
	border:1px solid #A63E01;
}
fieldset legend {
	margin-left:10px;
}

label, select, input[type=checkbox], input[type=radio],  input[type=button], input[type=submit]  { cursor: pointer; }
input[type=image] { border:0; }
label { margin:4px 0 4px 0; }

input, textarea, select { 
	background: #fff; 
	border:1px solid #A63E01;
	margin:4px 0 4px 0;
	padding:1px 2px 1px 2px;
}
input:focus, textarea:focus {
	color: #000;
	background: #fff;
	outline: 1px solid #A63E01;
}

.left {
	float: left;
	text-align: right;
	width: 25%;
	margin-right: 2%;
}

.right, button {
	margin-left : 27%;
}

