/* styles for right column */

/* make main content narrower */
#main_content {
	float:left;
	padding:3px;
	width:546px;
}

/* style the right column */
#right_column {
	width:186px;
	margin:4px 0 10px 560px;
}

/* styles for right column */
#right_column p {
	padding:0;
	margin:0;
}

#search {
	position:relative;
}

#search button {
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding:0 0 0px 0;
	width:24px;
	height:20px;
}

#search input {
	width:150px;
}

#login {
	margin-top:10px;
	background-color:#C2D2DC;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom: 1px solid #002947;
	border-right: 1px solid #002947;
	padding:4px;
}

.input_login {
	width:170px;
}

.checkbox_login {
	margin:0 2px 0 0;
}

#login button {
	margin:2px 0 0 4px;
	padding:0 0 4px 0;
	width:60px;
	height:24px;
}

#donations {
	margin-top:20px;
	margin-bottom:0;
	background-color:#C2D2DC;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom: 1px solid #002947;
	border-right: 1px solid #002947;
	padding:0px 4px 4px 4px;
}

#donations p {
	line-height:1;
	font-size:100%;
	padding:5px;
	margin-top:10px;
}

.button105
{
  	display: block;
	width: 105px;
  	height: 32px;
  	background: url("../images/button105.gif") no-repeat 0 -76px;
  	font-size:150%;
	font-style:italic;
	font-weight:bold;
	color:#660000;
	text-decoration:none;
	border:2px solid transparent;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.button105:active.enabled,
.button105:focus.enabled
{ 
	border: 2px dashed #002947;
}

.button105:hover.enabled
{ 
  background-position: 0 -38px;
  color:#FFFB94;
  border:2px solid transparent;
}

.button105.enabled {
	background-position: 0 0;
}