
#callout {
	float: left;
	width: 225px;
	padding-top: 101px;
}

#callout div {
	text-align: right;
	padding: 2px 10px 2px 0;
}

#callout p {
	color: #777777;
	font-size: 11px;
	float: right;
	text-align: right;
	letter-spacing: normal;
	padding: 0;
	margin: 0 0 2px 0;
}

#callout a {
	clear: both;
	color: #996633;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: normal;
	display: block;
	float: right; 
	white-space: nowrap; 
}
#callout p a {
	display: inline;
	float: none;
}

#callout a.inline   {
	display: inline;
	float: none;
	letter-spacing: normal;
}

#callout input {
	display: block;
	float: right;
	clear: both;
}

#callout input.btn {
	font-size: 14px;
	font-weight: normal;
	color: #996633;
	background-color: transparent;
	border: none;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

