@import url("no_sidebar.css");

#copy form {
	text-align: center;
}

#copy abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

#copy form abbr.required {
	color: #c33;
	font-weight: bold;
	border: none;
}	

#copy form > ul {
	margin: 0 0 1.7em;			
	list-style: none;
	text-align: left;
}

#copy form > ul > li {
	padding: .85em 0;
	border-top: 1px solid #fff;
	background-color: #dfe4ec;
	overflow: auto;
}

#copy form > ul > li > label {
	float: left;
	display: inline;
	width: 202px;
	margin-left: 13px;
	margin-right: 5px;
	text-align: right;
	/*font-weight: bold;*/
	color: #343a42;
	padding-top: 3px;
} 

#story_title input {
	width: 419px;
}

#copy form fieldset legend {
	color: #343a42;
}

#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 input[type="password"]:focus,
#copy form input[type="text"]:focus,
#copy form select:focus,
#copy form textarea:focus {
	border-color: #ff5e17;
	outline: 1px solid #ff5e17;			
}

#copy form ul li .note {
	font-style: italic;
	color: #666;
	font-size: 12px;
}

#copy fieldset {
	padding-left: 220px;
	position: relative;
}

#copy fieldset legend span {
	position: absolute;
	left: -207px;
	width: 202px;
	text-align: right;	
}

#copy fieldset ul {
	list-style: none;
	margin: 0;
}

#copy fieldset ul li {	
	font-size: 11px;
}

#copy form button {
	font-size: 15px;
}

