form.standard {
	float: left;
	padding: 0 12px 1px;
	width: 558px;
}
form.standard table {
	width: 100%;
	border-collapse: collapse;
	font-size: 70%;
}
form.standard th {
	width: 200px;
	padding: 3px;
	background-color: #ffffff;
	color: #693563;
	text-align: left;
}
form.standard th small {
	font-size: 100%;
	font-weight: normal;
}
form.standard td {
	padding: 3px;
}
form.standard input,
form.standard textarea,
form.standard select {
	border: 1px solid #f26340;
}
form.standard input.reset {
	background-color: #f26340;
	color: #ffffff;
	border: 1px solid #f26340;
	font-weight: bold;
	cursor: pointer;
}
form.standard input.submit {
	background-color: #693563;
	color: #ffffff;
	border: 1px solid #693563;
	font-weight: bold;
	cursor: pointer;
}
form.standard textarea{
	width:17em;
	height:5em;
}

.msg {
	margin: 0 0 1.2em;
	padding: 6px;
	background-color: #efefef;
	color: #666666;
	border: 1px solid #f26340;
	font-size: 70%;
	line-height: 1.3em;
	text-align: center;
}

