.edit {
	border-collapse: collapse;
}

.edit th,.edit td {
	margin: 0px;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #cccccc;
}

.edit td {
	width: 200px !important;
}

.selector {
	width: 400px !important;
}

.edit th {
	text-align: left;
	vertical-align: top;
}

.edit input {
	width: 300px;
}

.edit select {
	width: 300px;
}

.edit input.submit {
	width: auto;
	background-color: #FAFAFA;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px;
	padding: 5px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #EC722C;
	cursor: pointer;
}

.edit input.submit:hover {
	border-color: #cccccc;
}

#detail-update {
	float: right;
}

#detail-update a {
	background-color: #FAFAFA;
	border-color: #EAEAEA;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	display: block;
	font-weight: bold;
	left: 25px;
	padding: 5px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}