
#editSuccess {
	background: #bdefd6;
	border-bottom: 2px solid #4bfea3;
	border-top: 2px solid #4bfea3;
	padding:10px;
	color: black;
} 

.contactError {
	background: #f8d5d5;
	border-top: 2px solid #d56c6c;
	border-bottom: 2px solid #d56c6c;
	padding:10px;
	color: black;
} 


#links-menu {
	list-style: none;
	padding: 0px;
	margin:0px;
	width: 192px;	
}

#links-menu .head{
	background: url("layout/links/header.gif");
	height: 39px;
}

#links-menu li{
	background: url("layout/links/sep.gif") no-repeat;
	background-position: bottom;
	height: 29px;
	background-color: #ececec;
}

#links-menu li a{
	font: 12px arial;
	color: #3995b9;
	background: url("layout/links/arrow.gif") no-repeat;
	background-position: 13px 4px;
	padding-left: 23px;
	padding-bottom: 7px;
	text-decoration: none;
}

#links-menu li a:HOVER{
	text-decoration: underline;
}

#links-menu .foot{
	background: url("layout/links/footer.gif");
	height: 10px;
	position: relative;
	top: -8px;
}

.directory {
	background: url("layout/links/title.gif") no-repeat;
	background-position: 0px 11px;
	padding-left: 15px;
	padding-top: 10px;
}

.directory h1.title{
	background: url("layout/links/recomanded-links.gif") no-repeat;
	width: 283px;
	height: 24px;
	padding: 0px;
	font: 24px arial;
	color: #85a8b8;
	text-indent: -500px;
	margin-bottom: 10px;
	float: left;
}

.bookmark {
	float:right;
	display: block;
	padding-right: 10px;
	padding-top: 10px;
	position:relative;
	right: 0px;
}

div.clear{
	clear: both;
}


#directory-content div {
	width: 424px;
	height: 160px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}

#directory-content div span{
	background: url("layout/links/img_bg.gif");
	display: block;
	float:left;
	padding:3px;

}

#directory-content div span a img{
	border: 0px !important;
}


#directory-content div a{
	text-decoration: none;
	color: #57889c;
}

#directory-content div a:HOVER{
	text-decoration:underline;
}

#directory-content div h2{
	padding: 0px;
	margin: 0px;
	display: block;
	font: 16px arial;
	font-weight: bold;
	color: #57889c;
	line-height: 20px;
	background: url("layout/links/h_bg.gif") repeat-x;
	background-position: bottom;
	width: 278px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#directory-content div p{
	top: 0px;
	float: left;
	position: relative;
	left: 10px;
	font: 11px arial;
	color: #8b8b8b;
	line-height: 16px;
	width: 278px;
	padding: 0px;
	margin: 0px;
}

#directory-content div.odd{
	float: right;
}



.contact_form input,
.contact_form textarea{
	border: 1px solid #a9a9a9;
}
