#typo-report-wrapper {
  display: none;
}

#err-typo-tip{
	background: #CBE8FA;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	clear: both;
}

#typo-modal div.ctools-modal-content .modal-header {
}

#typo-modal div.ctools-modal-content .form-item label {
	width:auto;
}

#typo-modal .modal-header{
	padding: 20px;
}

#typo-modal .modal-content{
	padding: 0em 1em 0 1em;
}
#typo-modal #close{
	background: url(../images/close_but.png);
	width: 32px;
	height: 32px;
	position: absolute;
	right: 5px;
	top: 3px;
}

#typo-modal .ctools-modal-content {
  background-color: #fff;
  border: 0;
  padding-bottom: 20px;
}

#typo-modal #typo-report-message{
  font-size: 14px;
}

#typo-modal #typo-context-div {
  margin: 5px 0;
  background-color: #BCE0F2;
  padding: 5px;
  font-size: 15px;
}

#typo-modal #typo-comment {
  width: 100%;
  border: 1px solid #777;
  margin: 5px 0;
}

#typo-report-result {
  display: none;
}

#typo-modal .modal-title{
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
	text-align: center;
	display: block;
	white-space: nowrap;
}

#typo-modal #typo-form .form-submit{
	margin: 0 auto;
	display: block;
}

#typo-modal .form-item label{
	font-size: 15px;
}

#typo-modal #typo-form .form-text{
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 6px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
}