
.publish-starting-point.psp-fixed-doctype input[type="submit"]
{
	border: 0; margin: 0; padding: 0;
	background: transparent;
	cursor:pointer;
	line-height:normal;
	font:inherit;
	color: #006699;
	border-bottom: 1px dotted #3399cc;
}

/* Remove mystery padding in Gecko browsers.
 * See https://bugzilla.mozilla.org/show_bug.cgi?id=140562
 */
.publish-starting-point.psp-fixed-doctype input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.publish-starting-point .yui-ac .yui-ac-input
{
	width: 80%;
}