
#donate-modal {display:none;}
#donate-modal {
	background-image: url(/wp-content/themes/tip/images/modal/tower-modal-bg-590x443.jpg);
	background-repeat: no-repeat;
	height: 443px;
	width: 590px;
	padding: 0;
}

#donate-modal .donate-content {
	position: absolute;
	top: 376px;
	left: 25px;
/* 	width: 100%; */
/* 	text-align: center; */
}

#donate-modal .donate-content .amounts {
	
}

#donate-modal .donate-content .amounts .amount {
	display: inline-block;
	text-align: center;
	margin-left: 4px;
}

#donate-modal .donate-content .amounts .amount label {
	display: block;
	border: thin solid white;
	border-radius: 8px;
	padding: 8px;
	color: white;
	font-size: 0.8em;
	cursor: pointer;
}

#donate-modal .donate-content .amounts .amount input {

}

#donate-modal .donate-content .donate-btn {
	display: inline;
	background-color: #EF5924;
	border: 0;
	border-radius: 8px;
	color: white;
	padding: 10px;
	margin-left: 10px;
	vertical-align: top;
	font-size: 1em;
	cursor: pointer;
	
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

#donate-modal .donate-content .donate-btn .icon-paypal {
	width: 26px;
	height: 17px;
	background-image: url(http://www.theisraelproject.org/wp-content/themes/tip/images/modal/icon-paypal.jpg);
	float: right;
	margin-left: 8px;
	margin-right: 2px;
}

#donate-modal .donate-content .donate-btn .icon-cc {
	width: 26px;
	height: 17px;
	background-image: url(http://www.theisraelproject.org/wp-content/themes/tip/images/modal/icon-cc.jpg);
	float: right;
	margin-left: 8px;
	margin-right: 2px;	
}

/*
body {background:#fff; color:#333; font: 12px/22px verdana, arial, sans-serif; height:100%; margin:0 auto; width:100%;}
h1 {color:#3a6d8c; font-size:34px; line-height:40px; margin:0;}
h3 {color:#3a6d8c; font-size:22px; line-height:26px; font-weight:normal; margin:0 0 8px 0;}
img {border:0;}
#logo {margin-bottom:20px; width:300px;}
#logo h1 {color:#666; letter-spacing:-1px; font-weight:normal;}
#logo h1 span {color:#444; font-weight:bold;}
#logo .title {color:#999; font-size:12px;}
#container {margin:0 auto; padding-top:20px; width:800px;}
#content {border-bottom:1px dotted #999; border-top:1px dotted #999; padding:20px 0;}
#footer {clear:left; color:#888; margin:20px 0;}
#footer a:link, #footer a:visited {color:#888; text-decoration:none;}
#footer a:hover {color:#333; text-decoration:underline;}
*/