#contactform div
{
	margin-bottom: 0.5em;
	width: 100%;
}

#contactform .indent
{
	margin:10px 0px 10px 95px;
}

#contactform .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 180px;
}

#contactform .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

#contactform .separator 
{
	clear: both;
	padding: 0px;
	font-size: 0.5px;
	height: 0.5px;
}

#footer .footer_link { border-right:solid 1px #000; padding-right:4px;}
#footer .footer_language_link {	border-left:solid 1px #000;}
#footer .footer_last{}

.collection-title h3 {
	font-size: 70%;
	margin-bottom: 0;
}
.collection-title p {
	font-size: 70%;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 600px; /*width of featured content slider*/
height: 300px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	text-align: center;
	font-size: 90%;
}

.pagination a{
display: block;
margin: 4px;
border: 1px solid #cccccc;
float: left;
}

.pagination a.prev, .pagination a.next {
display: inline;
width: auto;
margin: 0 0 4px 0;
padding: 0 5px;
border: 0px;
text-decoration: none;
float: left;
clear: none;
}

.pagination a.next {
float: right;
}

.pagination a:hover, .pagination a.selected{
border-color: #333333;
}
#collection-thumbnails {
clear: both;
width: 400px;
float: left;
padding: 0 25px 15px;
}
.toc img {
border: 1px solid #333333;
}
#collection, .contentdiv {
	float: left;
	width: 600px;
}
.contentdiv {
	background: #bbbbbb;
}
.collection-image {
	width: 450px;
	float: left;
}
.collection-title {
	width: 150px;
	float: left;
	position: absolute;
	bottom: 0;
	right: 0;
}
#container {clear: none;}
/* For IE double margin bug*/
* html .pagination a { display:inline; }
* html img.blank { display:inline; }