@import url("no_sidebar.css");

#copy form {
	margin: 0;
	padding: 0 !important;
	background-image: none;
	border: none;
	background-color: transparent;
	width: 850px !important;
}

#copy form div.htmlsection,
#copy form div.oneField {
	margin: 0;
	padding: .85em 13px;
	border-top: 1px solid #fff;
	background-color: #dfe4ec;
	overflow: auto;
	display: block;
	width: auto !important;
}

#copy form label {
	text-align: right;
	width: 20em;
	margin-right: .5em;
	display: inline;
	padding-top: 3px;
}

#copy form input[type="text"],
#copy form input[type="password"],
#copy form select,
#copy form textarea {
	font-family: arial;
	font-size: 13px;
	color: #222;
	background-color: #fff;
	border: none;
	padding: .425em;
	border: 1px solid #b9c4d2;
}

#copy form textarea {
	width: 500px;	
}

#copy form input[type="text"]:focus,
#copy form input[type="password"]:focus,
#copy form select:focus,
#copy form textarea:focus {
	border-color: #ff5e17;
	outline: 1px solid #ff5e17;			
}

#copy form select option[value=""] {
	font-style: italic;
}

#copy form fieldset {
	width: auto !important;
	border: none;
	background-color: #dfe4ec;
	border-top: 1px solid #fff;
}

#copy form fieldset div.oneField {
	width: auto;
	background-color: transparent;
	border: none;
}

#copy form fieldset div.oneField label {
	width: auto;
	min-width: 0;	
}

#copy .actions input {
	font-size: 13px;
	text-transform: capitalize;
}

