body {
	background-color: #ffffff;
	font-size: 12px;
	padding:0px;
	margin:0px;
	color: #111;
}

.bo_top_bottom {
	border-top:1px solid #8C9299;
	border-bottom:1px solid #8C9299;
	vertical-align:middle;
	height:30px;
}
.mainsearch {
	border:0px;
	width:300px;
	padding:3px;
	padding-top:5px;
	font-size: 14px;
	text-align:center;
}

.searchbutton {
	border: 0px;
	font-size: 14px;
	color: #e11029;
	padding: 4px 0px;
	width:110px;
	font-weight:bold;
	cursor: pointer;
	background-color: #ffffff;
}


.extrasearch {
	vertical-align:middle;
	color:#8C9299;
	font-size:11px;
}
.extrasearch a {
	color:#8C9299;
	text-decoration:none;
}
.extrasearch a:hover {
	color:#6A6A6A;
	text-decoration:underline;
}

#page-content {
	padding: 15px 30px;
	height:100%;
}

.color {
	color: #9C9D9F;
}

.default-text {
	color: #9C9D9F;
}

#search-result-header {
	font-weight: bold;
	color: #044379;
	padding: 5px 30px;
	margin-top:40px;
}
#search-results {
	padding: 10px 16px;
}
#search-results .item {
	padding: 10px 16px;
	border-bottom: 1px solid #ccc;
}
#search-results .item .head {
	display: block;
	font-weight: normal;
	color: #044379;
	padding-bottom: 2px;
	font-size: 15px;
}
#search-results .item .head span {
	font-weight: bold;
	padding-right: 10px;
}
#search-results .item .description {
	padding-bottom: 2px;
}
#search-results .item .bottom .external-url, #search-results .item .bottom .external-url * {
	color: #34BED8;
	text-decoration: none;
}
#search-results .item .bottom a {
	color: #9C9D9F;
}
#search-results .item .head:hover, #search-results .item .bottom a:hover {
	color: #000;
}

/* FORMS 2 */

fieldset {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

fieldset ul {
	padding: 0 5px 0 5px;
}

fieldset ul li {
	clear: both;
	margin: 15px;
	overflow: hidden;
}

fieldset label, fieldset input, fieldset select {
  float: left;
  margin: 0;
  padding: 0;
}

fieldset label {
	overflow: hidden;
	padding: 1px 10px 0 0;
	text-align: right;
	width: 120px;
}

fieldset input, fieldset select {
	width: 240px;
}

h1 {
	margin-bottom: 15px;
}

#content {
	overflow: hidden;
}

.error-message {
	color:red;
	margin: 0 0 0 145px;
	width:540px;
	padding:5px;
}

#errmsg {
	margin-left:10px;
	color:red;
}

fieldset,form,html,p,ul{margin:0;padding:0;border:0;}ul{list-style:none;}

input, textarea {
	font-size: 1em;
	color: #333333;
	border-bottom: 	1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	padding:2px;
}

#login {
	width: 100px;
	margin: 0 5px;
	padding: 0;
}

.standardinput {
	width:250px;
}

 .errors {
 	margin: 5px ;
 	color:red;
 }

.zend_form {
	padding:3px;
	margin-bottom:80px;
}

.clearfix {
	clear:both;
	padding:30px;
}

