textarea#noc_topic_intro, textarea#mod_document_body, textarea#noc_topic_body {
 	width: 660px;
}


#sidebar input {
	display: inline;
}
	
#search-results {
  padding: 2px;
  }

/* Forms */
input, textarea, select { 
	margin: 1px;
	font-size: 1.3em;
   padding: .25em .5em;
}

textarea, input, select { vertical-align: middle }
textarea, input[type=submit], input[type=button] {
                                 display: inline;
	background: #eee;
	color: #111;
	font-size: 11px;
	border: 1px outset #ccc;
	padding: .1em .5em;
}

input[type=submit]:hover, input[type=button]:hover { background: #F6F6F6 }
input, input.textwidget, textarea {
	background: #fff;
	color: #000;
	border: 1px solid #d7d7d7;
}

input:focus, textarea:focus { border: 1px solid #aaa }
option { border-bottom: 1px dotted #d7d7d7 }
fieldset { 
	border: 1px solid #d7d7d7; 
	padding: .5em; margin: 0;
}


input[type=hidden] { 
  border: none;
  display: none;
}

label.disabled { color: #d7d7d7 }

label, input {
	display: block;
}

label {
	color: #990000;
	text-transform: uppercase;
	padding-top: .3em;
	font-size: 90%;
	font-weight: bold; 
}

input[type=checkbox] {
  display: inline;
}

input[type=text], input[type=password], textarea {
  width: 300px;
}

.publish, .choose_revision {
  display: inline;
}

input.short {
  width: 140px;
  font-family: verdana, arial, 'sans-serif';
  font-size: 11px; 
}

table {
  border: 0;
}

form>h1{
  border-bottom: 1px solid gray;

}

td {
 vertical-align: top; 
 text-align: left; 
}

#livepreview {
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc;
}

input#show_submit, input#diff_submit {
  color: #b00;
  font-size: 13px;
  background-color:#fff;
  width: 100%;
  text-align: center;
  border: none;
}

input#show_submit:hover, input#diff_submit:hover { 
  text-decoration: underline;
}
