#subscribe.loading input {
background: url('../images/loading.gif') 96% 50% no-repeat;
}
#subscribe .button.disabled {
cursor: default;
color: #fff;
}

/* Unclickable button */

.fake-button {
	border-bottom: none;
	display: inline-block;
	padding: 4px 12px 6px 12px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px; /*Standard CSS3*/

	color: #333;
	text-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient(bottom, #cecece, #e3e3e3); /*gecko*/
   	background: -webkit-linear-gradient(#e3e3e3, #cecece); /*webkit*/
	border: 1px solid #b0b0b0;
	box-shadow: inset 0 0 1px #fff; /*Standard CSS3*/

}

.oldie .fake-button {
	behavior: url('pie.htc');
	-pie-background: linear-gradient(#e3e3e3, #cecece);
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.image-link {
	
	border-bottom: none;
}

#col2-2 .image-box.portrait {width: 188px;}

.days {
	color: black;
	background-color: #e3e3e3;
	display: inline-block;
	padding: 5px 30px 7px 30px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px; /*Standard CSS3*/
	margin-left: 15px;
}

.Box .floatLeft20 {
	float:left; width:20%;
	font-weight:bold;
}

.Box .floatLeft75 {
	float:left; width:75%;
}

.Box .Block {
	display:block;
	margin:1px 0 7px 0;
	clear:both;
}

.Box {
	background-color: #e1e1e1; padding: 5px 10px 5px 10px; margin-bottom:20px; font-size:12px;
}

.ie7 .Box {
	margin-bottom:40px;
}

.ie7 .Box .Block {
	padding:2px 0 5px 0;
}

#main-nav li.opened.section > a:hover {
	font-weight: bold;
}
