#blockWindow {
	background-color: #FFFFFF;
	border: 0 solid #CCCCCC;
	border-radius: 10px 10px 10px 10px;
	padding: 20px;
	position: relative;
	text-align: left;

}

#blockWindow input {
  
}

.blockButtonClose, .blockWhoisButtonClose {
  background-image: url("close.gif");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  text-indent: -9999em;
  top: 5px;
  width: 15px;
}

.blockTitle {
border-bottom: 1px solid #CCCCCC;
color: #000000;
font-size: 24px;
font-weight: normal;
height: 30px;
margin-bottom: 7px;
padding-bottom: 2px;
padding-left: 20px;
padding-top: 10px;
text-align: left;
}

.blockButton{
	background: -moz-linear-gradient(center top , #F4964B 0px, #D95700 100%) repeat scroll 0 0 padding-box transparent;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4964B), to( #D95700));
	border: 1px solid #D0712B;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 1px #FFD5B0 inset;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	line-height: 1;
	padding-bottom: 3px;
	padding-left: 37px !important;
	padding-right: 10px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px #BF5900;
}

.blockButton span{
	background-image: url("g-express-checkout-cart.gif");
	background-position: 0 0;
	display: inline-block;
	height: 13px;
	left: 15px;
	position: absolute;
	top: 6px;
	width: 15px;
}

.blockButtonGreen {
  background: -moz-linear-gradient(center top , #99CA4B 0px, #66991C 100%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99CA4B), to(#66991C));
  border: 1px solid #668F28;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 1px #CDE7A4 inset;
  color: #FFFFFF;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #5A8A11;
  padding: 5px;
}