.pagelet-left
{
	float: left;
	width: 48%;
}
.pagelet-right
{
	float: right;
	width: 48%;
}

#contain_column2
{
	font-size: auto;
	width: 700px;
}


/*library index page [my library account] button*/
.my_lib_acct_button {
	color: #000000;
	border: solid 1px #da7c0c;
	background: #ffcc33;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .3em .8em .3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
}

.my_lib_acct_button:hover {
	text-decoration: none;
	background: #f78d1d;
}

.my_lib_acct_button:active {
	position: relative;
	top: 1px;
	color: #ffcc00;
}


